Skip to content

Commit a2944e0

Browse files
committed
Auto-generated commit
1 parent 9c7937e commit a2944e0

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-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-06-30)
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+
- [`7088dfa`](https://github.com/stdlib-js/stdlib/commit/7088dfa1cab0860d25b5a0feb649ec572cbc1e98) - **refactor:** update paths _(by Gururaj Gurram)_
3738
- [`41d0632`](https://github.com/stdlib-js/stdlib/commit/41d0632145a36b71711b27c0ee7add3c0434c7f5) - **feat:** refactor and add protocol support to `stats/base/nanvariancewd` [(#6023)](https://github.com/stdlib-js/stdlib/pull/6023) _(by Prajjwal Bajpai, Athan Reines, Aayush Khanna)_
3839
- [`4de7fc4`](https://github.com/stdlib-js/stdlib/commit/4de7fc4b59fa279a67b642213e90760eaf5f7b88) - **refactor:** update paths _(by Aayush Khanna)_
3940

@@ -47,10 +48,11 @@ This release closes the following issue:
4748

4849
### Contributors
4950

50-
A total of 3 people contributed to this release. Thank you to the following contributors:
51+
A total of 4 people contributed to this release. Thank you to the following contributors:
5152

5253
- Aayush Khanna
5354
- Athan Reines
55+
- Gururaj Gurram
5456
- Prajjwal Bajpai
5557

5658
</section>

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ Yaswanth Kosuru <[email protected]>
198198
Yernar Yergaziyev <[email protected]>
199199
Yugal Kaushik <[email protected]>
200200
Yuvi Mittal <[email protected]>
201+
deepak427 <[email protected]>
201202
devshree-bhati <[email protected]>
202203
203204
ekambains <[email protected]>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ console.log( v );
268268
- <span class="package-name">[`@stdlib/stats-base/nanstdevwd`][@stdlib/stats/base/nanstdevwd]</span><span class="delimiter">: </span><span class="description">calculate the standard deviation of a strided array ignoring NaN values and using Welford's algorithm.</span>
269269
- <span class="package-name">[`@stdlib/stats-base/nanvariance`][@stdlib/stats/base/nanvariance]</span><span class="delimiter">: </span><span class="description">calculate the variance of a strided array ignoring NaN values.</span>
270270
- <span class="package-name">[`@stdlib/stats-base/snanvariancewd`][@stdlib/stats/base/snanvariancewd]</span><span class="delimiter">: </span><span class="description">calculate the variance of a single-precision floating-point strided array ignoring NaN values and using Welford's algorithm.</span>
271-
- <span class="package-name">[`@stdlib/stats-base/variancewd`][@stdlib/stats/base/variancewd]</span><span class="delimiter">: </span><span class="description">calculate the variance of a strided array using Welford's algorithm.</span>
271+
- <span class="package-name">[`@stdlib/stats-strided/variancewd`][@stdlib/stats/strided/variancewd]</span><span class="delimiter">: </span><span class="description">calculate the variance of a strided array using Welford's algorithm.</span>
272272

273273
</section>
274274

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

369369
[@stdlib/stats/base/snanvariancewd]: https://github.com/stdlib-js/stats-base-snanvariancewd
370370

371-
[@stdlib/stats/base/variancewd]: https://github.com/stdlib-js/stats-base-variancewd
371+
[@stdlib/stats/strided/variancewd]: https://github.com/stdlib-js/stats-strided-variancewd
372372

373373
<!-- </related-links> -->
374374

0 commit comments

Comments
 (0)