Skip to content

Commit 9b0520a

Browse files
committed
Auto-generated commit
1 parent d20a628 commit 9b0520a

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

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

7-
## Unreleased (2025-02-09)
7+
## Unreleased (2025-02-19)
88

99
<section class="features">
1010

@@ -32,6 +32,7 @@
3232

3333
<details>
3434

35+
- [`19cc365`](https://github.com/stdlib-js/stdlib/commit/19cc365c374707cee40cc7291e98e98c87314f19) - **refactor:** update paths _(by Aayush Khanna)_
3536
- [`b78e8ba`](https://github.com/stdlib-js/stdlib/commit/b78e8ba6bdd1b97192878d9b780260a67a46be4d) - **docs:** update function description in JS benchmarks in `stats/base/*` [(#5135)](https://github.com/stdlib-js/stdlib/pull/5135) _(by Aayush Khanna)_
3637
- [`93c884d`](https://github.com/stdlib-js/stdlib/commit/93c884d677c3c79c24a451a0f1badf45d8b6ee16) - **bench:** update `NaN` generation in `stats/base/*` [(#5044)](https://github.com/stdlib-js/stdlib/pull/5044) _(by Aayush Khanna)_
3738
- [`74c5fe1`](https://github.com/stdlib-js/stdlib/commit/74c5fe174a5fb4cd5fdd54abf6697d5e94c1ff87) - **docs:** update examples of `stats/base/dnanmeanwd` to show proper handling of `NaN` elements [(#4994)](https://github.com/stdlib-js/stdlib/pull/4994) _(by Aayush Khanna)_

CONTRIBUTORS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,12 @@ Dominik Moritz <domoritz@gmail.com>
3535
Dorrin Sotoudeh <dorrinsotoudeh123@gmail.com>
3636
EuniceSim142 <77243938+EuniceSim142@users.noreply.github.com>
3737
Frank Kovacs <fran70kk@gmail.com>
38+
GK Bishnoi <gkishan1kyt@gmail.com>
39+
Gaurav <gaurav70380@gmail.com>
3840
Golden Kumar <103646877+AuenKr@users.noreply.github.com>
3941
Gunj Joshi <gunjjoshi8372@gmail.com>
4042
Gururaj Gurram <gururajgurram1512@gmail.com>
43+
Harsh <149176984+hrshya@users.noreply.github.com>
4144
HarshaNP <96897754+GittyHarsha@users.noreply.github.com>
4245
Harshita Kalani <harshitakalani02@gmail.com>
4346
Hridyanshu <124202756+HRIDYANSHU054@users.noreply.github.com>
@@ -101,6 +104,7 @@ Sai Srikar Dumpeti <80447788+the-r3aper7@users.noreply.github.com>
101104
Sarthak Paandey <145528240+SarthakPaandey@users.noreply.github.com>
102105
Saurabh Singh <saurabhsraghuvanshi@gmail.com>
103106
Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
107+
Shabareesh Shetty <139731143+ShabiShett07@users.noreply.github.com>
104108
Shashank Shekhar Singh <shashankshekharsingh1205@gmail.com>
105109
Shivam Ahir <11shivam00@gmail.com>
106110
Shraddheya Shendre <shendreshraddheya@gmail.com>
@@ -111,6 +115,7 @@ Snehil Shah <snehilshah.989@gmail.com>
111115
Soumajit Chatterjee <121816890+soumajit23@users.noreply.github.com>
112116
Spandan Barve <contact@marsian.dev>
113117
Stephannie Jiménez Gacha <steff456@hotmail.com>
118+
Suhaib Ilahi <suhaib.elahi87@gmail.com>
114119
Suraj Kumar <125961509+kumarsuraj212003@users.noreply.github.com>
115120
Tirtadwipa Manunggal <tirtadwipa.manunggal@gmail.com>
116121
Tudor Pagu <104032457+tudor-pagu@users.noreply.github.com>
@@ -125,6 +130,7 @@ Vivek Maurya <vm8118134@gmail.com>
125130
Xiaochuan Ye <tap91624@gmail.com>
126131
Yaswanth Kosuru <116426380+yaswanthkosuru@users.noreply.github.com>
127132
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>
133+
Yuvi Mittal <128018763+yuvi-mittal@users.noreply.github.com>
128134
ekambains <bainsinbusiness@gmail.com>
129135
olenkabilonizhka <62379231+olenkabilonizhka@users.noreply.github.com>
130136
pranav-1720 <123018993+pranav-1720@users.noreply.github.com>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ int main( void ) {
346346
347347
## See Also
348348
349-
- <span class="package-name">[`@stdlib/stats-base/dmeanwd`][@stdlib/stats/base/dmeanwd]</span><span class="delimiter">: </span><span class="description">calculate the arithmetic mean of a double-precision floating-point strided array using Welford's algorithm.</span>
349+
- <span class="package-name">[`@stdlib/stats-strided/dmeanwd`][@stdlib/stats/strided/dmeanwd]</span><span class="delimiter">: </span><span class="description">calculate the arithmetic mean of a double-precision floating-point strided array using Welford's algorithm.</span>
350350
- <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>
351351
- <span class="package-name">[`@stdlib/stats-base/nanmeanwd`][@stdlib/stats/base/nanmeanwd]</span><span class="delimiter">: </span><span class="description">calculate the arithmetic mean of a strided array, ignoring NaN values and using Welford's algorithm.</span>
352352
- <span class="package-name">[`@stdlib/stats-base/snanmeanwd`][@stdlib/stats/base/snanmeanwd]</span><span class="delimiter">: </span><span class="description">calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using Welford's algorithm.</span>
@@ -439,7 +439,7 @@ Copyright &copy; 2016-2025. The Stdlib [Authors][stdlib-authors].
439439
440440
<!-- <related-links> -->
441441
442-
[@stdlib/stats/base/dmeanwd]: https://github.com/stdlib-js/stats-base-dmeanwd
442+
[@stdlib/stats/strided/dmeanwd]: https://github.com/stdlib-js/stats-strided-dmeanwd
443443
444444
[@stdlib/stats/base/dnanmean]: https://github.com/stdlib-js/stats-base-dnanmean
445445

0 commit comments

Comments
 (0)