Skip to content

Commit 0c7ca36

Browse files
committed
Auto-generated commit
1 parent 45861d2 commit 0c7ca36

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

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-05-12)
7+
## Unreleased (2025-06-07)
88

99
<section class="features">
1010

@@ -22,6 +22,7 @@
2222

2323
<details>
2424

25+
- [`76100b0`](https://github.com/stdlib-js/stdlib/commit/76100b038910770cca2f13dd6e715802e3da756c) - **refactor:** update paths _(by Gururaj Gurram)_
2526
- [`3c04537`](https://github.com/stdlib-js/stdlib/commit/3c045376b0079bd51c2a60ff690ab25f5c178d1a) - **feat:** add add C ndarray interface and refactor implementation for `stats/base/sstdev` [(#6930)](https://github.com/stdlib-js/stdlib/pull/6930) _(by Gururaj Gurram, Athan Reines, stdlib-bot)_
2627
- [`8e9e556`](https://github.com/stdlib-js/stdlib/commit/8e9e556cbd76873f3418d4b999f1c2f125282a0d) - **refactor:** update paths _(by Aayush Khanna)_
2728
- [`099a20d`](https://github.com/stdlib-js/stdlib/commit/099a20d177062b4d44568ce283f14d391227cfa6) - **refactor:** update `stats/base/sstdev` native addon from C++ to C [(#4507)](https://github.com/stdlib-js/stdlib/pull/4507) _(by Dhruv Arvind Singh)_

CONTRIBUTORS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Daniel Killenberger <[email protected]>
3838
Daniel Yu <[email protected]>
3939
Debashis Maharana <[email protected]>
4040
Deep Trivedi <[email protected]>
41+
Deepak Singh <[email protected]>
4142
Desh Deepak Kant <[email protected]>
4243
4344
Dhanyabad behera <[email protected]>
@@ -53,6 +54,7 @@ Frank Kovacs <[email protected]>
5354
GK Bishnoi <[email protected]>
5455
GURU PRASAD SHARMA <[email protected]>
5556
57+
Gautam Kaushik <[email protected]>
5658
Gautam sharma <[email protected]>
5759
Girish Garg <[email protected]>
5860
Golden Kumar <[email protected]>
@@ -80,6 +82,7 @@ Joris Labie <[email protected]>
8082
Justin Dennison <[email protected]>
8183
Justyn Shelby <[email protected]>
8284
Karan Anand <[email protected]>
85+
Karan Vasudevamurthy <[email protected]>
8386
Karan Yadav <[email protected]>
8487
Karthik Prakash <[email protected]>
8588
Kaushikgtm <[email protected]>
@@ -146,6 +149,7 @@ Ryan Seal <[email protected]>
146149
Rylan Yang <[email protected]>
147150
SAHIL KUMAR <[email protected]>
148151
SHIVAM YADAV <[email protected]>
152+
Sachin Raj <[email protected]>
149153
Sahil Goyal <[email protected]>
150154
Sai Avinash <[email protected]>
151155
Sai Srikar Dumpeti <[email protected]>
@@ -166,10 +170,14 @@ Spandan Barve <[email protected]>
166170
Stephannie Jiménez Gacha <[email protected]>
167171
Suhaib Ilahi <[email protected]>
168172
Suraj Kumar <[email protected]>
173+
Swapnil Hajare <[email protected]>
169174
Tanishq Ahuja <[email protected]>
170175
Tirtadwipa Manunggal <[email protected]>
171176
Tudor Pagu <[email protected]>
172177
Tufailahmed Bargir <[email protected]>
178+
Tushar Bhardwaj <[email protected]>
179+
Uday Kakade <[email protected]>
180+
Ujjwal Kirti <[email protected]>
173181
Utkarsh <http://[email protected]>
174182
Utkarsh Raj <[email protected]>
175183
UtkershBasnet <[email protected]>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ int main( void ) {
382382
383383
## See Also
384384
385-
- <span class="package-name">[`@stdlib/stats-base/dstdev`][@stdlib/stats/base/dstdev]</span><span class="delimiter">: </span><span class="description">calculate the standard deviation of a double-precision floating-point strided array.</span>
385+
- <span class="package-name">[`@stdlib/stats-strided/dstdev`][@stdlib/stats/strided/dstdev]</span><span class="delimiter">: </span><span class="description">calculate the standard deviation of a double-precision floating-point strided array.</span>
386386
- <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>
387387
- <span class="package-name">[`@stdlib/stats-base/stdev`][@stdlib/stats/base/stdev]</span><span class="delimiter">: </span><span class="description">calculate the standard deviation of a strided array.</span>
388388
- <span class="package-name">[`@stdlib/stats-base/svariance`][@stdlib/stats/base/svariance]</span><span class="delimiter">: </span><span class="description">calculate the variance of a single-precision floating-point strided array.</span>
@@ -475,7 +475,7 @@ Copyright &copy; 2016-2025. The Stdlib [Authors][stdlib-authors].
475475
476476
<!-- <related-links> -->
477477
478-
[@stdlib/stats/base/dstdev]: https://github.com/stdlib-js/stats-base-dstdev
478+
[@stdlib/stats/strided/dstdev]: https://github.com/stdlib-js/stats-strided-dstdev
479479
480480
[@stdlib/stats/base/snanstdev]: https://github.com/stdlib-js/stats-base-snanstdev
481481

0 commit comments

Comments
 (0)