Skip to content

Commit 7fea204

Browse files
committed
Auto-generated commit
1 parent 31dffaa commit 7fea204

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+
- [`a478ac6`](https://github.com/stdlib-js/stdlib/commit/a478ac64883bb557ea66c3026f9c112696a0878e) - **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
- [`a0f761b`](https://github.com/stdlib-js/stdlib/commit/a0f761b72ab538e2a92f97a3ca6de7e53ed45004) - **feat:** add support for accessor arrays and refactor `stats/base/nanstdevtk` [(#7589)](https://github.com/stdlib-js/stdlib/pull/7589) _(by Gururaj Gurram)_
3940
- [`cfd273d`](https://github.com/stdlib-js/stdlib/commit/cfd273df8e26730ad7a331e87430272cbf91c10a) - **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/nanvariancetk`][@stdlib/stats/base/nanvariancetk]</span><span class="delimiter">: </span><span class="description">calculate the variance of a strided array ignoring NaN values and using a one-pass textbook 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/snanstdevtk`][@stdlib/stats/base/snanstdevtk]</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 a one-pass textbook algorithm.</span>
271-
- <span class="package-name">[`@stdlib/stats-base/stdevtk`][@stdlib/stats/base/stdevtk]</span><span class="delimiter">: </span><span class="description">calculate the standard deviation of a strided array using a one-pass textbook algorithm.</span>
271+
- <span class="package-name">[`@stdlib/stats-strided/stdevtk`][@stdlib/stats/strided/stdevtk]</span><span class="delimiter">: </span><span class="description">calculate the standard deviation of a strided array using a one-pass textbook algorithm.</span>
272272

273273
</section>
274274

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

367367
[@stdlib/stats/base/snanstdevtk]: https://github.com/stdlib-js/stats-base-snanstdevtk
368368

369-
[@stdlib/stats/base/stdevtk]: https://github.com/stdlib-js/stats-base-stdevtk
369+
[@stdlib/stats/strided/stdevtk]: https://github.com/stdlib-js/stats-strided-stdevtk
370370

371371
<!-- </related-links> -->
372372

0 commit comments

Comments
 (0)