Skip to content

Commit 56bf183

Browse files
committed
Auto-generated commit
1 parent f65a5d3 commit 56bf183

File tree

3 files changed

+7
-3
lines changed

3 files changed

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

99
<section class="features">
1010

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

2323
<details>
2424

25+
- [`424afa0`](https://github.com/stdlib-js/stdlib/commit/424afa0b52647777021656a290edbc24a3176894) - **refactor:** update paths _(by Gururaj Gurram)_
2526
- [`0cdbf3c`](https://github.com/stdlib-js/stdlib/commit/0cdbf3cf7d5f3c16907ea70a586a732304b6b41b) - **feat:** add C ndarray interface and refactor implementation for `stats/base/dmeanstdev` [(#7409)](https://github.com/stdlib-js/stdlib/pull/7409) _(by Gururaj Gurram, Athan Reines, stdlib-bot)_
2627
- [`76100b0`](https://github.com/stdlib-js/stdlib/commit/76100b038910770cca2f13dd6e715802e3da756c) - **refactor:** update paths _(by Gururaj Gurram)_
2728
- [`744337a`](https://github.com/stdlib-js/stdlib/commit/744337aaebfd4a9631f17765bce57a38c5374173) - **refactor:** update paths _(by Gururaj Gurram)_

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
@@ -403,7 +403,7 @@ int main( void ) {
403403
## See Also
404404
405405
- <span class="package-name">[`@stdlib/stats-strided/dmean`][@stdlib/stats/strided/dmean]</span><span class="delimiter">: </span><span class="description">calculate the arithmetic mean of a double-precision floating-point strided array.</span>
406-
- <span class="package-name">[`@stdlib/stats-base/dmeanvar`][@stdlib/stats/base/dmeanvar]</span><span class="delimiter">: </span><span class="description">calculate the mean and variance of a double-precision floating-point strided array.</span>
406+
- <span class="package-name">[`@stdlib/stats-strided/dmeanvar`][@stdlib/stats/strided/dmeanvar]</span><span class="delimiter">: </span><span class="description">calculate the mean and variance of a double-precision floating-point strided array.</span>
407407
- <span class="package-name">[`@stdlib/stats-strided/dstdev`][@stdlib/stats/strided/dstdev]</span><span class="delimiter">: </span><span class="description">calculate the standard deviation of a double-precision floating-point strided array.</span>
408408
409409
</section>
@@ -494,7 +494,7 @@ Copyright &copy; 2016-2025. The Stdlib [Authors][stdlib-authors].
494494
495495
[@stdlib/stats/strided/dmean]: https://github.com/stdlib-js/stats-strided-dmean
496496
497-
[@stdlib/stats/base/dmeanvar]: https://github.com/stdlib-js/stats-base-dmeanvar
497+
[@stdlib/stats/strided/dmeanvar]: https://github.com/stdlib-js/stats-strided-dmeanvar
498498
499499
[@stdlib/stats/strided/dstdev]: https://github.com/stdlib-js/stats-strided-dstdev
500500

0 commit comments

Comments
 (0)