Skip to content

Commit e36558d

Browse files
committed
Auto-generated commit
1 parent 7c8f35c commit e36558d

File tree

7 files changed

+23
-8
lines changed

7 files changed

+23
-8
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/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

.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/snanmean) 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: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-01-13)
7+
## Unreleased (2025-02-22)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15+
- [`fc4a92a`](https://github.com/stdlib-js/stdlib/commit/fc4a92a4a2356e4de3026fcfcfbd6433121851a0) - **refactor:** update paths _(by Aayush Khanna)_
1516
- [`86e5846`](https://github.com/stdlib-js/stdlib/commit/86e58462513d0ee81c45611b190a7d75fbc003c0) - **refactor:** update `stats/base/snanmean` native addon from C++ to C [(#4609)](https://github.com/stdlib-js/stdlib/pull/4609) _(by Vivek Maurya)_
1617
- [`62364f6`](https://github.com/stdlib-js/stdlib/commit/62364f62ea823a3b52c2ad25660ecd80c71f8f36) - **style:** fix C comment alignment _(by Philipp Burckhardt)_
1718
- [`9e689ff`](https://github.com/stdlib-js/stdlib/commit/9e689ffcb7c6223afc521f1e574b42f10921cf5e) - **chore:** fix indentation in manifest.json files _(by Philipp Burckhardt)_
@@ -28,8 +29,9 @@
2829

2930
### Contributors
3031

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

34+
- Aayush Khanna
3335
- Athan Reines
3436
- Philipp Burckhardt
3537
- Vivek Maurya

CONTRIBUTORS

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,20 @@ Daniel Killenberger <daniel.killenberger@gmail.com>
2727
Daniel Yu <40680511+Daniel777y@users.noreply.github.com>
2828
Debashis Maharana <debashismaharana7854@gmail.com>
2929
Desh Deepak Kant <118960904+DeshDeepakKant@users.noreply.github.com>
30+
Dev Goel <135586571+corsairier@users.noreply.github.com>
3031
Dhruv Arvind Singh <154677013+DhruvArvindSingh@users.noreply.github.com>
3132
Divyansh Seth <59174836+sethdivyansh@users.noreply.github.com>
3233
Dominic Lim <46486515+domlimm@users.noreply.github.com>
3334
Dominik Moritz <domoritz@gmail.com>
3435
Dorrin Sotoudeh <dorrinsotoudeh123@gmail.com>
3536
EuniceSim142 <77243938+EuniceSim142@users.noreply.github.com>
3637
Frank Kovacs <fran70kk@gmail.com>
38+
GK Bishnoi <gkishan1kyt@gmail.com>
39+
Gaurav <gaurav70380@gmail.com>
3740
Golden Kumar <103646877+AuenKr@users.noreply.github.com>
3841
Gunj Joshi <gunjjoshi8372@gmail.com>
39-
Gururaj Gurram <143020143+gururaj1512@users.noreply.github.com>
42+
Gururaj Gurram <gururajgurram1512@gmail.com>
43+
Harsh <149176984+hrshya@users.noreply.github.com>
4044
HarshaNP <96897754+GittyHarsha@users.noreply.github.com>
4145
Harshita Kalani <harshitakalani02@gmail.com>
4246
Hridyanshu <124202756+HRIDYANSHU054@users.noreply.github.com>
@@ -62,6 +66,7 @@ Marcus Fantham <mfantham@users.noreply.github.com>
6266
Matt Cochrane <matthew.cochrane.eng@gmail.com>
6367
Mihir Pandit <129577900+MSP20086@users.noreply.github.com>
6468
Milan Raj <rajsite@users.noreply.github.com>
69+
Mohammad Bin Aftab <48010758+MohammadBinAftab@users.noreply.github.com>
6570
Mohammad Kaif <mdkaifprofession@gmail.com>
6671
Momtchil Momtchev <momtchil@momtchev.com>
6772
Muhammad Haris <harriskhan047@outlook.com>
@@ -89,6 +94,7 @@ Rejoan Sardar <119718513+Rejoan-Sardar@users.noreply.github.com>
8994
Ricky Reusser <rsreusser@gmail.com>
9095
Ridam Garg <67867319+RidamGarg@users.noreply.github.com>
9196
Rishav <115060907+rishav2404@users.noreply.github.com>
97+
Rishav Tarway <rishavtarway@gmail.com>
9298
Robert Gislason <gztown2216@yahoo.com>
9399
Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com>
94100
Rutam Kathale <138517416+performant23@users.noreply.github.com>
@@ -99,6 +105,7 @@ Sai Srikar Dumpeti <80447788+the-r3aper7@users.noreply.github.com>
99105
Sarthak Paandey <145528240+SarthakPaandey@users.noreply.github.com>
100106
Saurabh Singh <saurabhsraghuvanshi@gmail.com>
101107
Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
108+
Shabareesh Shetty <139731143+ShabiShett07@users.noreply.github.com>
102109
Shashank Shekhar Singh <shashankshekharsingh1205@gmail.com>
103110
Shivam Ahir <11shivam00@gmail.com>
104111
Shraddheya Shendre <shendreshraddheya@gmail.com>
@@ -109,6 +116,7 @@ Snehil Shah <snehilshah.989@gmail.com>
109116
Soumajit Chatterjee <121816890+soumajit23@users.noreply.github.com>
110117
Spandan Barve <contact@marsian.dev>
111118
Stephannie Jiménez Gacha <steff456@hotmail.com>
119+
Suhaib Ilahi <suhaib.elahi87@gmail.com>
112120
Suraj Kumar <125961509+kumarsuraj212003@users.noreply.github.com>
113121
Tirtadwipa Manunggal <tirtadwipa.manunggal@gmail.com>
114122
Tudor Pagu <104032457+tudor-pagu@users.noreply.github.com>
@@ -123,6 +131,9 @@ Vivek Maurya <vm8118134@gmail.com>
123131
Xiaochuan Ye <tap91624@gmail.com>
124132
Yaswanth Kosuru <116426380+yaswanthkosuru@users.noreply.github.com>
125133
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>
134+
Yuvi Mittal <128018763+yuvi-mittal@users.noreply.github.com>
135+
ekambains <bainsinbusiness@gmail.com>
126136
olenkabilonizhka <62379231+olenkabilonizhka@users.noreply.github.com>
137+
pranav-1720 <123018993+pranav-1720@users.noreply.github.com>
127138
rainn <88160429+AmCodesLame@users.noreply.github.com>
128139
rei2hu <reimu@reimu.ws>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ console.log( v );
221221

222222
## See Also
223223

224-
- <span class="package-name">[`@stdlib/stats-base/dnanmean`][@stdlib/stats/base/dnanmean]</span><span class="delimiter">: </span><span class="description">calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values.</span>
224+
- <span class="package-name">[`@stdlib/stats-strided/dnanmean`][@stdlib/stats/strided/dnanmean]</span><span class="delimiter">: </span><span class="description">calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values.</span>
225225
- <span class="package-name">[`@stdlib/stats-base/smean`][@stdlib/stats/base/smean]</span><span class="delimiter">: </span><span class="description">calculate the arithmetic mean of a single-precision floating-point strided array.</span>
226226
- <span class="package-name">[`@stdlib/stats-base/nanmean`][@stdlib/stats/base/nanmean]</span><span class="delimiter">: </span><span class="description">calculate the arithmetic mean of a strided array, ignoring NaN values.</span>
227227

@@ -309,7 +309,7 @@ Copyright &copy; 2016-2025. The Stdlib [Authors][stdlib-authors].
309309

310310
<!-- <related-links> -->
311311

312-
[@stdlib/stats/base/dnanmean]: https://github.com/stdlib-js/stats-base-dnanmean
312+
[@stdlib/stats/strided/dnanmean]: https://github.com/stdlib-js/stats-strided-dnanmean
313313

314314
[@stdlib/stats/base/smean]: https://github.com/stdlib-js/stats-base-smean
315315

0 commit comments

Comments
 (0)