Skip to content

Commit 8c68a81

Browse files
committed
Auto-generated commit
1 parent 3e2e468 commit 8c68a81

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

.github/.keepalive

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

CHANGELOG.md

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

7-
## Unreleased (2025-03-24)
7+
## Unreleased (2025-03-29)
88

99
<section class="features">
1010

@@ -22,6 +22,7 @@
2222

2323
<details>
2424

25+
- [`1d8b212`](https://github.com/stdlib-js/stdlib/commit/1d8b2124adec6be1f3d639ab0b53146a7539f243) - **refactor:** update paths _(by Aayush Khanna)_
2526
- [`5cfc390`](https://github.com/stdlib-js/stdlib/commit/5cfc390ccb133747ade74ea8b0c29d4e08fce639) - **feat:** add C `ndarray` interface and refactor implementation for `stats/base/dsmeanpn` [(#4331)](https://github.com/stdlib-js/stdlib/pull/4331) _(by Neeraj Pathak, Athan Reines)_
2627
- [`15c26dd`](https://github.com/stdlib-js/stdlib/commit/15c26dd8e62bcc6ef839f1c604e3fe537c4d3ca5) - **refactor:** update `stats/base/dsmeanpn` native addon from C++ to C [(#4723)](https://github.com/stdlib-js/stdlib/pull/4723) _(by Prashant Kumar Yadav)_
2728
- [`62364f6`](https://github.com/stdlib-js/stdlib/commit/62364f62ea823a3b52c2ad25660ecd80c71f8f36) - **style:** fix C comment alignment _(by Philipp Burckhardt)_
@@ -39,8 +40,9 @@
3940

4041
### Contributors
4142

42-
A total of 4 people contributed to this release. Thank you to the following contributors:
43+
A total of 5 people contributed to this release. Thank you to the following contributors:
4344

45+
- Aayush Khanna
4446
- Athan Reines
4547
- Neeraj Pathak
4648
- Philipp Burckhardt

CONTRIBUTORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ Justyn Shelby <96994781+ShelbyJustyn@users.noreply.github.com>
7878
Karan Anand <119553199+anandkaranubc@users.noreply.github.com>
7979
Karthik Prakash <116057817+skoriop@users.noreply.github.com>
8080
Kaushikgtm <162317291+Kaushikgtm@users.noreply.github.com>
81+
Kavyansh-Bagdi <153486713+Kavyansh-Bagdi@users.noreply.github.com>
8182
Kohantika Nath <145763549+kohantikanath@users.noreply.github.com>
8283
Krishnam Agarwal <83017176+888krishnam@users.noreply.github.com>
8384
Krishnendu Das <86651039+itskdhere@users.noreply.github.com>
@@ -129,6 +130,7 @@ Rutam Kathale <138517416+performant23@users.noreply.github.com>
129130
Ruthwik Chikoti <145591715+ruthwikchikoti@users.noreply.github.com>
130131
Ryan Seal <splrk@users.noreply.github.com>
131132
Rylan Yang <137365285+rylany27@users.noreply.github.com>
133+
SAHIL KUMAR <168997976+sahilk45@users.noreply.github.com>
132134
SHIVAM YADAV <120725381+Shivam-1827@users.noreply.github.com>
133135
Sai Srikar Dumpeti <80447788+the-r3aper7@users.noreply.github.com>
134136
Sanchay Ketan Sinha <122982233+satansin123@users.noreply.github.com>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ int main( void ) {
333333
## See Also
334334
335335
- <span class="package-name">[`@stdlib/stats-base/dmeanpn`][@stdlib/stats/base/dmeanpn]</span><span class="delimiter">: </span><span class="description">calculate the arithmetic mean of a double-precision floating-point strided array using a two-pass error correction algorithm.</span>
336-
- <span class="package-name">[`@stdlib/stats-base/dsmean`][@stdlib/stats/base/dsmean]</span><span class="delimiter">: </span><span class="description">calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation and returning an extended precision result.</span>
336+
- <span class="package-name">[`@stdlib/stats-strided/dsmean`][@stdlib/stats/strided/dsmean]</span><span class="delimiter">: </span><span class="description">calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation and returning an extended precision result.</span>
337337
- <span class="package-name">[`@stdlib/stats-base/dsnanmeanpn`][@stdlib/stats/base/dsnanmeanpn]</span><span class="delimiter">: </span><span class="description">calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using a two-pass error correction algorithm with extended accumulation, and returning an extended precision result.</span>
338338
- <span class="package-name">[`@stdlib/stats-base/meanpn`][@stdlib/stats/base/meanpn]</span><span class="delimiter">: </span><span class="description">calculate the arithmetic mean of a strided array using a two-pass error correction algorithm.</span>
339339
- <span class="package-name">[`@stdlib/stats-base/smeanpn`][@stdlib/stats/base/smeanpn]</span><span class="delimiter">: </span><span class="description">calculate the arithmetic mean of a single-precision floating-point strided array using a two-pass error correction algorithm.</span>
@@ -428,7 +428,7 @@ Copyright &copy; 2016-2025. The Stdlib [Authors][stdlib-authors].
428428
429429
[@stdlib/stats/base/dmeanpn]: https://github.com/stdlib-js/stats-base-dmeanpn
430430
431-
[@stdlib/stats/base/dsmean]: https://github.com/stdlib-js/stats-base-dsmean
431+
[@stdlib/stats/strided/dsmean]: https://github.com/stdlib-js/stats-strided-dsmean
432432
433433
[@stdlib/stats/base/dsnanmeanpn]: https://github.com/stdlib-js/stats-base-dsnanmeanpn
434434

0 commit comments

Comments
 (0)