Skip to content

Commit 6ef1fd1

Browse files
committed
Auto-generated commit
1 parent 359f8bf commit 6ef1fd1

File tree

9 files changed

+17
-13
lines changed

9 files changed

+17
-13
lines changed

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-06-21)
7+
## Unreleased (2025-06-23)
88

99
<section class="features">
1010

@@ -34,6 +34,7 @@ A total of 2 issues were closed in this release:
3434

3535
<details>
3636

37+
- [`ae4b511`](https://github.com/stdlib-js/stdlib/commit/ae4b511f75c86f46f18bf259996eee93b6cead8f) - **refactor:** update paths _(by Gururaj Gurram)_
3738
- [`5b6d07a`](https://github.com/stdlib-js/stdlib/commit/5b6d07aa23b24d736f1b4b1b9bb8fd4acc7344aa) - **feat:** add C ndarray interface and refactor implementation for `stats/base/dmeanstdevpn` [(#7400)](https://github.com/stdlib-js/stdlib/pull/7400) _(by Gururaj Gurram, Athan Reines)_
3839
- [`021eb13`](https://github.com/stdlib-js/stdlib/commit/021eb13dce7e7c359ec262d0d37cce210deef3a7) - **refactor:** update paths _(by Gururaj Gurram)_
3940
- [`295552a`](https://github.com/stdlib-js/stdlib/commit/295552a680556056d92f9920f69c402bd779d533) - **chore:** fix C lint errors [(#7052)](https://github.com/stdlib-js/stdlib/pull/7052) _(by zhanggy)_

CONTRIBUTORS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Bryan Elee <[email protected]>
3737
Chinmay Joshi <[email protected]>
3838
Christopher Dambamuromo <[email protected]>
3939
40+
Daniel Hernandez Gomez <[email protected]>
4041
Daniel Killenberger <[email protected]>
4142
Daniel Yu <[email protected]>
4243
Debashis Maharana <[email protected]>
@@ -63,6 +64,7 @@ Girish Garg <[email protected]>
6364
Golden Kumar <[email protected]>
6465
Gunj Joshi <[email protected]>
6566
Gururaj Gurram <[email protected]>
67+
Harishchandra Reddy <[email protected]>
6668
Haroon Rasheed <[email protected]>
6769
6870
@@ -201,6 +203,7 @@ ditsu <[email protected]>
201203
ekambains <[email protected]>
202204
fadiothman22 <[email protected]>
203205
iraandrushko <[email protected]>
206+
204207
lohithganni <[email protected]>
205208
olenkabilonizhka <[email protected]>
206209
pranav-1720 <[email protected]>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ int main( void ) {
409409
410410
- <span class="package-name">[`@stdlib/stats-strided/dmeanpn`][@stdlib/stats/strided/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>
411411
- <span class="package-name">[`@stdlib/stats-base/dmeanstdev`][@stdlib/stats/base/dmeanstdev]</span><span class="delimiter">: </span><span class="description">calculate the mean and standard deviation of a double-precision floating-point strided array.</span>
412-
- <span class="package-name">[`@stdlib/stats-base/dmeanvarpn`][@stdlib/stats/base/dmeanvarpn]</span><span class="delimiter">: </span><span class="description">calculate the mean and variance of a double-precision floating-point strided array using a two-pass algorithm.</span>
412+
- <span class="package-name">[`@stdlib/stats-strided/dmeanvarpn`][@stdlib/stats/strided/dmeanvarpn]</span><span class="delimiter">: </span><span class="description">calculate the mean and variance of a double-precision floating-point strided array using a two-pass algorithm.</span>
413413
- <span class="package-name">[`@stdlib/stats-strided/dstdevpn`][@stdlib/stats/strided/dstdevpn]</span><span class="delimiter">: </span><span class="description">calculate the standard deviation of a double-precision floating-point strided array using a two-pass algorithm.</span>
414414
415415
</section>
@@ -506,7 +506,7 @@ Copyright &copy; 2016-2025. The Stdlib [Authors][stdlib-authors].
506506
507507
[@stdlib/stats/base/dmeanstdev]: https://github.com/stdlib-js/stats-base-dmeanstdev
508508
509-
[@stdlib/stats/base/dmeanvarpn]: https://github.com/stdlib-js/stats-base-dmeanvarpn
509+
[@stdlib/stats/strided/dmeanvarpn]: https://github.com/stdlib-js/stats-strided-dmeanvarpn
510510
511511
[@stdlib/stats/strided/dstdevpn]: https://github.com/stdlib-js/stats-strided-dstdevpn
512512

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)