Skip to content

Commit 8edbf4e

Browse files
committed
Auto-generated commit
1 parent e56049b commit 8edbf4e

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-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-07-09)
7+
## Unreleased (2025-07-14)
88

99
<section class="features">
1010

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

3535
<details>
3636

37+
- [`790c636`](https://github.com/stdlib-js/stdlib/commit/790c6365997dbc302ef6a312210fc3d74b423da3) - **refactor:** update paths _(by Gururaj Gurram)_
3738
- [`0ce3935`](https://github.com/stdlib-js/stdlib/commit/0ce393575bc9f92b32158f83cc47c02aec2445e8) - **refactor:** rename files and update paths _(by Athan Reines)_
3839
- [`719cc56`](https://github.com/stdlib-js/stdlib/commit/719cc56a839fc0e790c51a21621c8d71d27af5f8) - **feat:** add support for accessor arrays and refactor `stats/base/nanstdevwd` [(#7590)](https://github.com/stdlib-js/stdlib/pull/7590) _(by Gururaj Gurram)_
3940
- [`e6caafc`](https://github.com/stdlib-js/stdlib/commit/e6caafc261076eba2325f589f094c8264ba6d8b2) - **refactor:** update paths _(by Aayush Khanna)_

CONTRIBUTORS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,15 @@ Aman Bhansali <[email protected]>
2323
AmanBhadkariya <[email protected]>
2424
Amisha Chhajed <[email protected]>
2525
Amit Jimiwal <[email protected]>
26+
Anmol Sah <[email protected]>
2627
Annamalai Prabu <[email protected]>
2728
Anshu Kumar <[email protected]>
2829
Anshu Kumar <[email protected]>
2930
Anudeep Sanapala <[email protected]>
3031
Arihant Pal <[email protected]>
3132
Aryan Bhirud <[email protected]>
3233
Athan Reines <[email protected]>
34+
Atharva Patil <[email protected]>
3335
3436
Bhavishy Agrawal <[email protected]>
3537
Brendan Graetz <[email protected]>
@@ -44,6 +46,7 @@ Daniel Yu <[email protected]>
4446
Debashis Maharana <[email protected]>
4547
Deep Trivedi <[email protected]>
4648
Deepak Singh <[email protected]>
49+
Deepak Singh <[email protected]>
4750
Desh Deepak Kant <[email protected]>
4851
4952
Dhanyabad behera <[email protected]>
@@ -61,6 +64,7 @@ GURU PRASAD SHARMA <[email protected]>
6164
6265
Gautam Kaushik <[email protected]>
6366
Gautam sharma <[email protected]>
67+
6468
Girish Garg <[email protected]>
6569
Golden Kumar <[email protected]>
6670
Gunj Joshi <[email protected]>
@@ -168,6 +172,7 @@ Seyyed Parsa Neshaei <[email protected]>
168172
Shabareesh Shetty <[email protected]>
169173
Shashank Shekhar Singh <[email protected]>
170174
Shivam Ahir <[email protected]>
175+
171176
Shraddheya Shendre <[email protected]>
172177
Shubh Mehta <[email protected]>
173178
Shubham Mishra <[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/nanvariancewd`][@stdlib/stats/base/nanvariancewd]</span><span class="delimiter">: </span><span class="description">calculate the variance of a strided array ignoring NaN values and using Welford's algorithm.</span>
269269
- <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>
270270
- <span class="package-name">[`@stdlib/stats-base/snanstdevwd`][@stdlib/stats/base/snanstdevwd]</span><span class="delimiter">: </span><span class="description">calculate the standard deviation 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/stdevwd`][@stdlib/stats/base/stdevwd]</span><span class="delimiter">: </span><span class="description">calculate the standard deviation of a strided array using Welford's algorithm.</span>
271+
- <span class="package-name">[`@stdlib/stats-strided/stdevwd`][@stdlib/stats/strided/stdevwd]</span><span class="delimiter">: </span><span class="description">calculate the standard deviation 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/snanstdevwd]: https://github.com/stdlib-js/stats-base-snanstdevwd
370370

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

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

0 commit comments

Comments
 (0)