Skip to content

Commit aa127f7

Browse files
committed
Auto-generated commit
1 parent 46a648c commit aa127f7

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-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,14 +4,15 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-06-30)
7+
## Unreleased (2025-07-21)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15+
- [`fb392ac`](https://github.com/stdlib-js/stdlib/commit/fb392ac4d71e19a7c67a55e896b02f37f2532895) - **refactor:** update paths _(by Gururaj Gurram)_
1516
- [`4894ba9`](https://github.com/stdlib-js/stdlib/commit/4894ba93c712a1b42242c1c597afa9cdc811ad8c) - **refactor:** update paths _(by Aayush Khanna)_
1617
- [`df4afcc`](https://github.com/stdlib-js/stdlib/commit/df4afcc21abb34b90a9e196f289bb5b3c50708a4) - **refactor:** update paths _(by Aayush Khanna)_
1718
- [`5a8bc2d`](https://github.com/stdlib-js/stdlib/commit/5a8bc2d65b9589423a161822ee60b4b78b96c309) - **refactor:** update `stats/base/snanstdevch` native addon from C++ to C [(#4470)](https://github.com/stdlib-js/stdlib/pull/4470) _(by Dhruv Arvind Singh)_
@@ -30,11 +31,12 @@
3031

3132
### Contributors
3233

33-
A total of 4 people contributed to this release. Thank you to the following contributors:
34+
A total of 5 people contributed to this release. Thank you to the following contributors:
3435

3536
- Aayush Khanna
3637
- Athan Reines
3738
- Dhruv Arvind Singh
39+
- Gururaj Gurram
3840
- Philipp Burckhardt
3941

4042
</section>

CONTRIBUTORS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +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]>
31+
Arihant Pal <[email protected]>
3032
Aryan Bhirud <[email protected]>
3133
Athan Reines <[email protected]>
34+
Atharva Patil <[email protected]>
3235
3336
Bhavishy Agrawal <[email protected]>
3437
Brendan Graetz <[email protected]>
@@ -43,6 +46,7 @@ Daniel Yu <[email protected]>
4346
Debashis Maharana <[email protected]>
4447
Deep Trivedi <[email protected]>
4548
Deepak Singh <[email protected]>
49+
Deepak Singh <[email protected]>
4650
Desh Deepak Kant <[email protected]>
4751
4852
Dhanyabad behera <[email protected]>
@@ -60,6 +64,7 @@ GURU PRASAD SHARMA <[email protected]>
6064
6165
Gautam Kaushik <[email protected]>
6266
Gautam sharma <[email protected]>
67+
6368
Girish Garg <[email protected]>
6469
Golden Kumar <[email protected]>
6570
Gunj Joshi <[email protected]>
@@ -167,6 +172,7 @@ Seyyed Parsa Neshaei <[email protected]>
167172
Shabareesh Shetty <[email protected]>
168173
Shashank Shekhar Singh <[email protected]>
169174
Shivam Ahir <[email protected]>
175+
170176
Shraddheya Shendre <[email protected]>
171177
Shubh Mehta <[email protected]>
172178
Shubham Mishra <[email protected]>
@@ -198,6 +204,7 @@ Yaswanth Kosuru <[email protected]>
198204
Yernar Yergaziyev <[email protected]>
199205
Yugal Kaushik <[email protected]>
200206
Yuvi Mittal <[email protected]>
207+
deepak427 <[email protected]>
201208
devshree-bhati <[email protected]>
202209
203210
ekambains <[email protected]>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ console.log( v );
280280
## See Also
281281

282282
- <span class="package-name">[`@stdlib/stats-strided/dnanstdevch`][@stdlib/stats/strided/dnanstdevch]</span><span class="delimiter">: </span><span class="description">calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a one-pass trial mean algorithm.</span>
283-
- <span class="package-name">[`@stdlib/stats-base/nanstdevch`][@stdlib/stats/base/nanstdevch]</span><span class="delimiter">: </span><span class="description">calculate the standard deviation of a strided array ignoring NaN values and using a one-pass trial mean algorithm.</span>
283+
- <span class="package-name">[`@stdlib/stats-strided/nanstdevch`][@stdlib/stats/strided/nanstdevch]</span><span class="delimiter">: </span><span class="description">calculate the standard deviation of a strided array ignoring NaN values and using a one-pass trial mean algorithm.</span>
284284
- <span class="package-name">[`@stdlib/stats-base/snanstdev`][@stdlib/stats/base/snanstdev]</span><span class="delimiter">: </span><span class="description">calculate the standard deviation of a single-precision floating-point strided array ignoring NaN values.</span>
285285
- <span class="package-name">[`@stdlib/stats-base/snanvariancech`][@stdlib/stats/base/snanvariancech]</span><span class="delimiter">: </span><span class="description">calculate the variance of a single-precision floating-point strided array ignoring NaN values and using a one-pass trial mean algorithm.</span>
286286
- <span class="package-name">[`@stdlib/stats-strided/sstdevch`][@stdlib/stats/strided/sstdevch]</span><span class="delimiter">: </span><span class="description">calculate the standard deviation of a single-precision floating-point strided array using a one-pass trial mean algorithm.</span>
@@ -379,7 +379,7 @@ Copyright &copy; 2016-2025. The Stdlib [Authors][stdlib-authors].
379379

380380
[@stdlib/stats/strided/dnanstdevch]: https://github.com/stdlib-js/stats-strided-dnanstdevch
381381

382-
[@stdlib/stats/base/nanstdevch]: https://github.com/stdlib-js/stats-base-nanstdevch
382+
[@stdlib/stats/strided/nanstdevch]: https://github.com/stdlib-js/stats-strided-nanstdevch
383383

384384
[@stdlib/stats/base/snanstdev]: https://github.com/stdlib-js/stats-base-snanstdev
385385

0 commit comments

Comments
 (0)