Skip to content

Commit 718fcf1

Browse files
committed
Auto-generated commit
1 parent 51f2f13 commit 718fcf1

File tree

8 files changed

+18
-10
lines changed

8 files changed

+18
-10
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-06-14)
7+
## Unreleased (2025-07-01)
88

99
<section class="features">
1010

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

3535
<details>
3636

37+
- [`0ddde83`](https://github.com/stdlib-js/stdlib/commit/0ddde834e00e55c588e91d04f49e89e6ae6839c3) - **refactor:** update paths _(by Gururaj Gurram)_
3738
- [`99c73a5`](https://github.com/stdlib-js/stdlib/commit/99c73a545c63afee7c010f8b4da4607c40af8b20) - **feat:** add support for accessor arrays and refactor `stats/base/stdevch` [(#7344)](https://github.com/stdlib-js/stdlib/pull/7344) _(by Gururaj Gurram, stdlib-bot)_
3839
- [`4894ba9`](https://github.com/stdlib-js/stdlib/commit/4894ba93c712a1b42242c1c597afa9cdc811ad8c) - **refactor:** update paths _(by Aayush Khanna)_
3940
- [`17c4e41`](https://github.com/stdlib-js/stdlib/commit/17c4e41ad480a465b085afa0de85e34957861710) - **refactor:** update paths _(by Aayush Khanna)_

CONTRIBUTORS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,13 @@ Ali Salesi <[email protected]>
2121
AlyAbdelmoneim <[email protected]>
2222
Aman Bhansali <[email protected]>
2323
AmanBhadkariya <[email protected]>
24+
Amisha Chhajed <[email protected]>
2425
Amit Jimiwal <[email protected]>
2526
Annamalai Prabu <[email protected]>
2627
Anshu Kumar <[email protected]>
2728
Anshu Kumar <[email protected]>
2829
Anudeep Sanapala <[email protected]>
30+
Aryan Bhirud <[email protected]>
2931
Athan Reines <[email protected]>
3032
3133
Bhavishy Agrawal <[email protected]>
@@ -35,6 +37,7 @@ Bryan Elee <[email protected]>
3537
Chinmay Joshi <[email protected]>
3638
Christopher Dambamuromo <[email protected]>
3739
40+
Daniel Hernandez Gomez <[email protected]>
3841
Daniel Killenberger <[email protected]>
3942
Daniel Yu <[email protected]>
4043
Debashis Maharana <[email protected]>
@@ -61,6 +64,7 @@ Girish Garg <[email protected]>
6164
Golden Kumar <[email protected]>
6265
Gunj Joshi <[email protected]>
6366
Gururaj Gurram <[email protected]>
67+
Harishchandra Reddy <[email protected]>
6468
Haroon Rasheed <[email protected]>
6569
6670
@@ -93,6 +97,7 @@ Krishnam Agarwal <[email protected]>
9397
Krishnendu Das <[email protected]>
9498
Kshitij-Dale <[email protected]>
9599
Lalit Narayan Yadav <[email protected]>
100+
Lokesh Ranjan <[email protected]>
96101
Lovelin Dhoni J B <[email protected]>
97102
98103
Mahfuza Humayra Mohona <[email protected]>
@@ -193,11 +198,13 @@ Yaswanth Kosuru <[email protected]>
193198
Yernar Yergaziyev <[email protected]>
194199
Yugal Kaushik <[email protected]>
195200
Yuvi Mittal <[email protected]>
201+
deepak427 <[email protected]>
196202
devshree-bhati <[email protected]>
197203
198204
ekambains <[email protected]>
199205
fadiothman22 <[email protected]>
200206
iraandrushko <[email protected]>
207+
201208
lohithganni <[email protected]>
202209
olenkabilonizhka <[email protected]>
203210
pranav-1720 <[email protected]>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ console.log( v );
264264
- <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>
265265
- <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>
266266
- <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>
267-
- <span class="package-name">[`@stdlib/stats-base/variancech`][@stdlib/stats/base/variancech]</span><span class="delimiter">: </span><span class="description">calculate the variance of a strided array using a one-pass trial mean algorithm.</span>
267+
- <span class="package-name">[`@stdlib/stats-strided/variancech`][@stdlib/stats/strided/variancech]</span><span class="delimiter">: </span><span class="description">calculate the variance of a strided array using a one-pass trial mean algorithm.</span>
268268

269269
</section>
270270

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

369369
[@stdlib/stats/base/stdev]: https://github.com/stdlib-js/stats-base-stdev
370370

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

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

dist/index.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/ndarray.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
// MODULES //
2222

23-
var variancech = require( '@stdlib/stats-base-variancech' ).ndarray;
23+
var variancech = require( '@stdlib/stats-strided-variancech' ).ndarray;
2424
var sqrt = require( '@stdlib/math-base-special-sqrt' );
2525

2626

lib/stdevch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
// MODULES //
2222

23-
var variancech = require( '@stdlib/stats-base-variancech' );
23+
var variancech = require( '@stdlib/stats-strided-variancech' );
2424
var sqrt = require( '@stdlib/math-base-special-sqrt' );
2525

2626

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"@stdlib/math-base-special-sqrt": "^0.2.2",
41-
"@stdlib/stats-base-variancech": "^0.2.2",
41+
"@stdlib/stats-strided-variancech": "github:stdlib-js/stats-strided-variancech#main",
4242
"@stdlib/types": "^0.4.3",
4343
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.2"
4444
},

0 commit comments

Comments
 (0)