Skip to content

Commit c1efe1d

Browse files
committed
Auto-generated commit
1 parent 5f5e2d1 commit c1efe1d

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

.github/.keepalive

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

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

99
<section class="features">
1010

@@ -34,6 +34,7 @@ This release closes the following issue:
3434

3535
<details>
3636

37+
- [`e342a38`](https://github.com/stdlib-js/stdlib/commit/e342a388619ab71f5222105ec94c5029e42a4458) - **refactor:** update paths _(by Gururaj Gurram)_
3738
- [`c5dc723`](https://github.com/stdlib-js/stdlib/commit/c5dc72370b440e60e715bdaabc09bebd25639999) - **feat:** add support for accessor arrays and refactor `stats/base/stdev` [(#7333)](https://github.com/stdlib-js/stdlib/pull/7333) _(by Gururaj Gurram, Athan Reines, stdlib-bot)_
3839
- [`ea622d9`](https://github.com/stdlib-js/stdlib/commit/ea622d981caec008ecc84f33c2253e39c0267576) - **refactor:** update paths _(by Gururaj Gurram)_
3940
- [`76100b0`](https://github.com/stdlib-js/stdlib/commit/76100b038910770cca2f13dd6e715802e3da756c) - **refactor:** update paths _(by Gururaj Gurram)_

CONTRIBUTORS

Lines changed: 4 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
@@ -196,11 +198,13 @@ Yaswanth Kosuru <[email protected]>
196198
Yernar Yergaziyev <[email protected]>
197199
Yugal Kaushik <[email protected]>
198200
Yuvi Mittal <[email protected]>
201+
deepak427 <[email protected]>
199202
devshree-bhati <[email protected]>
200203
201204
ekambains <[email protected]>
202205
fadiothman22 <[email protected]>
203206
iraandrushko <[email protected]>
207+
204208
lohithganni <[email protected]>
205209
olenkabilonizhka <[email protected]>
206210
pranav-1720 <[email protected]>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ console.log( v );
253253
- <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>
254254
- <span class="package-name">[`@stdlib/stats-base/nanstdev`][@stdlib/stats/base/nanstdev]</span><span class="delimiter">: </span><span class="description">calculate the standard deviation of a strided array ignoring NaN values.</span>
255255
- <span class="package-name">[`@stdlib/stats-strided/sstdev`][@stdlib/stats/strided/sstdev]</span><span class="delimiter">: </span><span class="description">calculate the standard deviation of a single-precision floating-point strided array.</span>
256-
- <span class="package-name">[`@stdlib/stats-base/variance`][@stdlib/stats/base/variance]</span><span class="delimiter">: </span><span class="description">calculate the variance of a strided array.</span>
256+
- <span class="package-name">[`@stdlib/stats-strided/variance`][@stdlib/stats/strided/variance]</span><span class="delimiter">: </span><span class="description">calculate the variance of a strided array.</span>
257257

258258
</section>
259259

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

348348
[@stdlib/stats/strided/sstdev]: https://github.com/stdlib-js/stats-strided-sstdev
349349

350-
[@stdlib/stats/base/variance]: https://github.com/stdlib-js/stats-base-variance
350+
[@stdlib/stats/strided/variance]: https://github.com/stdlib-js/stats-strided-variance
351351

352352
<!-- </related-links> -->
353353

0 commit comments

Comments
 (0)