Skip to content

Commit 7494045

Browse files
committed
Auto-generated commit
1 parent 7e1b370 commit 7494045

31 files changed

+437
-264
lines changed

.editorconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ indent_style = tab
8686
[*.{f,f.txt}]
8787
indent_style = space
8888
indent_size = 2
89-
insert_final_newline = false
9089

9190
# Set properties for shell files:
9291
[*.{sh,sh.txt}]

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
We are excited about your pull request, but unfortunately we are not accepting pull requests against this repository, as all development happens on the [main project repository](https://github.com/stdlib-js/stdlib). We kindly request that you submit this pull request against the [respective directory](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/base/svariancepn) of the main repository where we’ll review and provide feedback.
44

5-
If this is your first stdlib contribution, be sure to read the [contributing guide](https://github.com/stdlib-js/stdlib/blob/develop/CONTRIBUTING.md) which provides guidelines and instructions for submitting contributions. You may also consult the [development guide](https://github.com/stdlib-js/stdlib/blob/develop/docs/development.md) for help on developing stdlib.
5+
If this is your first stdlib contribution, be sure to read the [contributing guide](https://github.com/stdlib-js/stdlib/blob/develop/CONTRIBUTING.md) which provides guidelines and instructions for submitting contributions. You may also consult the [development guide](https://github.com/stdlib-js/stdlib/blob/develop/docs/contributing/development.md) for help on developing stdlib.
66

77
We look forward to receiving your contribution! :smiley:

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,3 +188,7 @@ jsconfig.json
188188
# Other editor files #
189189
######################
190190
.idea/
191+
192+
# Cursor #
193+
##########
194+
.cursorignore

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,25 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2024-12-27)
7+
## Unreleased (2025-03-12)
8+
9+
<section class="features">
10+
11+
### Features
12+
13+
- [`ece5e44`](https://github.com/stdlib-js/stdlib/commit/ece5e447db05e52c5eb951075c8dfc5cb25d082e) - add C ndarray interface and refactor implementation for `stats/base/svariancepn` [(#4766)](https://github.com/stdlib-js/stdlib/pull/4766)
14+
15+
</section>
16+
17+
<!-- /.features -->
818

919
<section class="commits">
1020

1121
### Commits
1222

1323
<details>
1424

25+
- [`ece5e44`](https://github.com/stdlib-js/stdlib/commit/ece5e447db05e52c5eb951075c8dfc5cb25d082e) - **feat:** add C ndarray interface and refactor implementation for `stats/base/svariancepn` [(#4766)](https://github.com/stdlib-js/stdlib/pull/4766) _(by Prashant Kumar Yadav, Athan Reines)_
1526
- [`6a5404b`](https://github.com/stdlib-js/stdlib/commit/6a5404b69fa97b5a2d8e533a241af082ef98a527) - **refactor:** update `stats/base/svariancepn` native addon from C++ to C [(#4230)](https://github.com/stdlib-js/stdlib/pull/4230) _(by Vinit Pandit)_
1627
- [`62364f6`](https://github.com/stdlib-js/stdlib/commit/62364f62ea823a3b52c2ad25660ecd80c71f8f36) - **style:** fix C comment alignment _(by Philipp Burckhardt)_
1728
- [`9e689ff`](https://github.com/stdlib-js/stdlib/commit/9e689ffcb7c6223afc521f1e574b42f10921cf5e) - **chore:** fix indentation in manifest.json files _(by Philipp Burckhardt)_
@@ -28,10 +39,11 @@
2839

2940
### Contributors
3041

31-
A total of 3 people contributed to this release. Thank you to the following contributors:
42+
A total of 4 people contributed to this release. Thank you to the following contributors:
3243

3344
- Athan Reines
3445
- Philipp Burckhardt
46+
- Prashant Kumar Yadav
3547
- Vinit Pandit
3648

3749
</section>

CONTRIBUTORS

Lines changed: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,23 @@
44

55
Aadish Jain <jain.aadishj@gmail.com>
66
Aayush Khanna <aayushiitbhu23@gmail.com>
7+
Abdelrahman Samir <60700731+abdelrahman04@users.noreply.github.com>
8+
Abhay Punia <156515195+Hecker165@users.noreply.github.com>
79
Abhijit Raut <abhijitmraut8010@gmail.com>
10+
Abhishek Jain <40913033+abhishekblue@users.noreply.github.com>
811
Adarsh Palaskar <adarshpalaskar99@gmail.com>
912
Aditya Sapra <adityaework@gmail.com>
1013
Ahmed Atwa <Ahmedatwa866@yahoo.com>
1114
Ahmed Kashkoush <ahmedkashkoush464@gmail.com>
1215
Ahmed Khaled <kahmd1444@gmail.com>
16+
Aksshay Balasubramanian <119944779+Aksshay88@users.noreply.github.com>
1317
Aleksandr <112382387+alextes90@users.noreply.github.com>
1418
Ali Salesi <ali_sal1381@yahoo.com>
1519
Aman Bhansali <bhansali.1@iitj.ac.in>
20+
AmanBhadkariya <140033975+AmanBhadkariya@users.noreply.github.com>
1621
Amit Jimiwal <amitjimiwal45@gmail.com>
22+
Anshu Kumar <132515490+anxhukumar@users.noreply.github.com>
23+
Anshu Kumar <contact.anshukumar@protonmail.com>
1724
Anudeep Sanapala <anudeep0306@gmail.com>
1825
Athan Reines <kgryte@gmail.com>
1926
Ayaka <73595362+USERSATOSHI@users.noreply.github.com>
@@ -27,19 +34,31 @@ Daniel Killenberger <daniel.killenberger@gmail.com>
2734
Daniel Yu <40680511+Daniel777y@users.noreply.github.com>
2835
Debashis Maharana <debashismaharana7854@gmail.com>
2936
Desh Deepak Kant <118960904+DeshDeepakKant@users.noreply.github.com>
37+
Dev Goel <135586571+corsairier@users.noreply.github.com>
38+
Dhanyabad behera <110620935+dhanyabad11@users.noreply.github.com>
39+
Dhruv Arvind Singh <154677013+DhruvArvindSingh@users.noreply.github.com>
40+
Dhruvil Mehta <68022411+dhruvilmehta@users.noreply.github.com>
3041
Divyansh Seth <59174836+sethdivyansh@users.noreply.github.com>
3142
Dominic Lim <46486515+domlimm@users.noreply.github.com>
3243
Dominik Moritz <domoritz@gmail.com>
3344
Dorrin Sotoudeh <dorrinsotoudeh123@gmail.com>
3445
EuniceSim142 <77243938+EuniceSim142@users.noreply.github.com>
3546
Frank Kovacs <fran70kk@gmail.com>
47+
GK Bishnoi <gkishan1kyt@gmail.com>
48+
Gaurav <gaurav70380@gmail.com>
49+
Gautam sharma <gautamkrishnasharma1@gmail.com>
3650
Golden Kumar <103646877+AuenKr@users.noreply.github.com>
3751
Gunj Joshi <gunjjoshi8372@gmail.com>
38-
Gururaj Gurram <143020143+gururaj1512@users.noreply.github.com>
52+
Gururaj Gurram <gururajgurram1512@gmail.com>
53+
Haroon Rasheed <51189276+haroon26@users.noreply.github.com>
54+
Harsh <149176984+hrshya@users.noreply.github.com>
3955
HarshaNP <96897754+GittyHarsha@users.noreply.github.com>
4056
Harshita Kalani <harshitakalani02@gmail.com>
57+
Hemant M Mehta <92446645+hemantmm@users.noreply.github.com>
4158
Hridyanshu <124202756+HRIDYANSHU054@users.noreply.github.com>
4259
Jaimin Godhani <112328542+Jai0401@users.noreply.github.com>
60+
Jaison D Souza <123267719+jsndz@users.noreply.github.com>
61+
Jalaj Kumar <142599224+jalajk3004@users.noreply.github.com>
4362
James Gelok <jdgelok@gmail.com>
4463
Jaysukh Makvana <jaysukhmakvana2004@gmail.com>
4564
Jenish Thapa <141203631+jenish-thapa@users.noreply.github.com>
@@ -49,8 +68,12 @@ Joey Reed <joeyrreed@gmail.com>
4968
Jordan Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com>
5069
Joris Labie <joris.labie1@gmail.com>
5170
Justin Dennison <justin1dennison@gmail.com>
71+
Justyn Shelby <96994781+ShelbyJustyn@users.noreply.github.com>
72+
Karan Anand <119553199+anandkaranubc@users.noreply.github.com>
5273
Karthik Prakash <116057817+skoriop@users.noreply.github.com>
74+
Kaushikgtm <162317291+Kaushikgtm@users.noreply.github.com>
5375
Kohantika Nath <145763549+kohantikanath@users.noreply.github.com>
76+
Krishnam Agarwal <83017176+888krishnam@users.noreply.github.com>
5477
Krishnendu Das <86651039+itskdhere@users.noreply.github.com>
5578
Kshitij-Dale <152467202+Kshitij-Dale@users.noreply.github.com>
5679
Lovelin Dhoni J B <100030865+lovelindhoni@users.noreply.github.com>
@@ -60,13 +83,15 @@ Marcus Fantham <mfantham@users.noreply.github.com>
6083
Matt Cochrane <matthew.cochrane.eng@gmail.com>
6184
Mihir Pandit <129577900+MSP20086@users.noreply.github.com>
6285
Milan Raj <rajsite@users.noreply.github.com>
86+
Mohammad Bin Aftab <48010758+MohammadBinAftab@users.noreply.github.com>
6387
Mohammad Kaif <mdkaifprofession@gmail.com>
6488
Momtchil Momtchev <momtchil@momtchev.com>
6589
Muhammad Haris <harriskhan047@outlook.com>
6690
Naresh Jagadeesan <naresh.naresh000@gmail.com>
6791
Naveen Kumar <stupiddint@gmail.com>
6892
Neeraj Pathak <neerajrpathak710@gmail.com>
6993
Nishant Shinde <97207366+nishant-s7@users.noreply.github.com>
94+
Nishchay Rajput <121144841+NishchayRajput@users.noreply.github.com>
7095
Nithin Katta <88046362+nithinkatta@users.noreply.github.com>
7196
Nourhan Hasan <109472010+TheNourhan@users.noreply.github.com>
7297
Ognjen Jevremović <ognjenjevremovic@users.noreply.github.com>
@@ -87,6 +112,7 @@ Rejoan Sardar <119718513+Rejoan-Sardar@users.noreply.github.com>
87112
Ricky Reusser <rsreusser@gmail.com>
88113
Ridam Garg <67867319+RidamGarg@users.noreply.github.com>
89114
Rishav <115060907+rishav2404@users.noreply.github.com>
115+
Rishav Tarway <rishavtarway@gmail.com>
90116
Robert Gislason <gztown2216@yahoo.com>
91117
Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com>
92118
Rutam Kathale <138517416+performant23@users.noreply.github.com>
@@ -97,6 +123,7 @@ Sai Srikar Dumpeti <80447788+the-r3aper7@users.noreply.github.com>
97123
Sarthak Paandey <145528240+SarthakPaandey@users.noreply.github.com>
98124
Saurabh Singh <saurabhsraghuvanshi@gmail.com>
99125
Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
126+
Shabareesh Shetty <139731143+ShabiShett07@users.noreply.github.com>
100127
Shashank Shekhar Singh <shashankshekharsingh1205@gmail.com>
101128
Shivam Ahir <11shivam00@gmail.com>
102129
Shraddheya Shendre <shendreshraddheya@gmail.com>
@@ -107,7 +134,9 @@ Snehil Shah <snehilshah.989@gmail.com>
107134
Soumajit Chatterjee <121816890+soumajit23@users.noreply.github.com>
108135
Spandan Barve <contact@marsian.dev>
109136
Stephannie Jiménez Gacha <steff456@hotmail.com>
137+
Suhaib Ilahi <suhaib.elahi87@gmail.com>
110138
Suraj Kumar <125961509+kumarsuraj212003@users.noreply.github.com>
139+
Tanishq Ahuja <68651083+TheGEN1U5@users.noreply.github.com>
111140
Tirtadwipa Manunggal <tirtadwipa.manunggal@gmail.com>
112141
Tudor Pagu <104032457+tudor-pagu@users.noreply.github.com>
113142
Tufailahmed Bargir <142114244+Tufailahmed-Bargir@users.noreply.github.com>
@@ -117,10 +146,17 @@ UtkershBasnet <119008923+UtkershBasnet@users.noreply.github.com>
117146
Vaibhav Patel <98279986+noobCoderVP@users.noreply.github.com>
118147
Varad Gupta <varadgupta21@gmail.com>
119148
Vinit Pandit <106718914+MeastroZI@users.noreply.github.com>
120-
Vivek maurya <155618190+vivekmaurya001@users.noreply.github.com>
149+
Vivek Maurya <vm8118134@gmail.com>
121150
Xiaochuan Ye <tap91624@gmail.com>
122151
Yaswanth Kosuru <116426380+yaswanthkosuru@users.noreply.github.com>
123152
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>
153+
Yugal Kaushik <yugalkaushik14@gmail.com>
154+
Yuvi Mittal <128018763+yuvi-mittal@users.noreply.github.com>
155+
ditsu <170345142+ditsus@users.noreply.github.com>
156+
ekambains <bainsinbusiness@gmail.com>
157+
fadiothman22 <48636283+fadiothman22@users.noreply.github.com>
124158
olenkabilonizhka <62379231+olenkabilonizhka@users.noreply.github.com>
159+
pranav-1720 <123018993+pranav-1720@users.noreply.github.com>
160+
rahulrangers <127782777+rahulrangers@users.noreply.github.com>
125161
rainn <88160429+AmCodesLame@users.noreply.github.com>
126162
rei2hu <reimu@reimu.ws>

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Copyright (c) 2016-2024 The Stdlib Authors.
1+
Copyright (c) 2016-2025 The Stdlib Authors.

0 commit comments

Comments
 (0)