Skip to content

Commit 110380a

Browse files
committed
Auto-generated commit
1 parent 8bd19eb commit 110380a

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

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

7-
## Unreleased (2025-06-04)
7+
## Unreleased (2025-06-07)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15+
- [`76100b0`](https://github.com/stdlib-js/stdlib/commit/76100b038910770cca2f13dd6e715802e3da756c) - **refactor:** update paths _(by Gururaj Gurram)_
1516
- [`744337a`](https://github.com/stdlib-js/stdlib/commit/744337aaebfd4a9631f17765bce57a38c5374173) - **refactor:** update paths _(by Gururaj Gurram)_
1617
- [`95bdc42`](https://github.com/stdlib-js/stdlib/commit/95bdc42196643ed99f417ec1be130ca7acc6b121) - **refactor:** update `stats/base/dmeanstdev` native addon from C++ to C [(#4612)](https://github.com/stdlib-js/stdlib/pull/4612) _(by Dhruv Arvind Singh)_
1718
- [`62364f6`](https://github.com/stdlib-js/stdlib/commit/62364f62ea823a3b52c2ad25660ecd80c71f8f36) - **style:** fix C comment alignment _(by Philipp Burckhardt)_

CONTRIBUTORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Daniel Killenberger <daniel.killenberger@gmail.com>
3838
Daniel Yu <40680511+Daniel777y@users.noreply.github.com>
3939
Debashis Maharana <debashismaharana7854@gmail.com>
4040
Deep Trivedi <128926685+thedeeppp@users.noreply.github.com>
41+
Deepak Singh <78257493+Deepak91168@users.noreply.github.com>
4142
Desh Deepak Kant <118960904+DeshDeepakKant@users.noreply.github.com>
4243
Dev Goel <135586571+corsairier@users.noreply.github.com>
4344
Dhanyabad behera <110620935+dhanyabad11@users.noreply.github.com>
@@ -53,6 +54,7 @@ Frank Kovacs <fran70kk@gmail.com>
5354
GK Bishnoi <gkishan1kyt@gmail.com>
5455
GURU PRASAD SHARMA <168292003+GURUPRASADSHARMA@users.noreply.github.com>
5556
Gaurav <gaurav70380@gmail.com>
57+
Gautam Kaushik <162317291+Kaushikgtm@users.noreply.github.com>
5658
Gautam sharma <gautamkrishnasharma1@gmail.com>
5759
Girish Garg <garggirish2020@gmail.com>
5860
Golden Kumar <103646877+AuenKr@users.noreply.github.com>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ console.log( out );
288288

289289
- <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>
290290
- <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>
291-
- <span class="package-name">[`@stdlib/stats-base/dstdev`][@stdlib/stats/base/dstdev]</span><span class="delimiter">: </span><span class="description">calculate the standard deviation of a double-precision floating-point strided array.</span>
291+
- <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>
292292

293293
</section>
294294

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

381381
[@stdlib/stats/base/dmeanvar]: https://github.com/stdlib-js/stats-base-dmeanvar
382382

383-
[@stdlib/stats/base/dstdev]: https://github.com/stdlib-js/stats-base-dstdev
383+
[@stdlib/stats/strided/dstdev]: https://github.com/stdlib-js/stats-strided-dstdev
384384

385385
<!-- </related-links> -->
386386

0 commit comments

Comments
 (0)