Skip to content

Commit 4ff5a49

Browse files
committed
Auto-generated commit
1 parent 5689ea8 commit 4ff5a49

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+
- [`8c107ba`](https://github.com/stdlib-js/stdlib/commit/8c107ba16d7d2b6e4a37fc8fbbdf54553385414c) - **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
- [`5654424`](https://github.com/stdlib-js/stdlib/commit/5654424510f9b6d9273b5ce4c60f365761a53cca) - **feat:** add support for accessor arrays and refactor `stats/base/nanstdevch` [(#7588)](https://github.com/stdlib-js/stdlib/pull/7588) _(by Gururaj Gurram)_
3940
- [`df4afcc`](https://github.com/stdlib-js/stdlib/commit/df4afcc21abb34b90a9e196f289bb5b3c50708a4) - **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
@@ -271,7 +271,7 @@ console.log( v );
271271
- <span class="package-name">[`@stdlib/stats-base/nanvariancech`][@stdlib/stats/base/nanvariancech]</span><span class="delimiter">: </span><span class="description">calculate the variance of a strided array ignoring NaN values and using a one-pass trial mean algorithm.</span>
272272
- <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>
273273
- <span class="package-name">[`@stdlib/stats-base/snanstdevch`][@stdlib/stats/base/snanstdevch]</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 trial mean algorithm.</span>
274-
- <span class="package-name">[`@stdlib/stats-base/stdevch`][@stdlib/stats/base/stdevch]</span><span class="delimiter">: </span><span class="description">calculate the standard deviation of a strided array using a one-pass trial mean algorithm.</span>
274+
- <span class="package-name">[`@stdlib/stats-strided/stdevch`][@stdlib/stats/strided/stdevch]</span><span class="delimiter">: </span><span class="description">calculate the standard deviation of a strided array using a one-pass trial mean algorithm.</span>
275275

276276
</section>
277277

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

376376
[@stdlib/stats/base/snanstdevch]: https://github.com/stdlib-js/stats-base-snanstdevch
377377

378-
[@stdlib/stats/base/stdevch]: https://github.com/stdlib-js/stats-base-stdevch
378+
[@stdlib/stats/strided/stdevch]: https://github.com/stdlib-js/stats-strided-stdevch
379379

380380
<!-- </related-links> -->
381381

0 commit comments

Comments
 (0)