Skip to content

Commit 50256a0

Browse files
committed
Auto-generated commit
1 parent c63ab00 commit 50256a0

File tree

5 files changed

+9
-7
lines changed

5 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

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

99
<section class="features">
1010

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

2323
<details>
2424

25+
- [`33b006d`](https://github.com/stdlib-js/stdlib/commit/33b006da9166c233b4e423e1da318aa99f56db00) - **refactor:** update paths _(by Gururaj Gurram)_
2526
- [`8bab4a2`](https://github.com/stdlib-js/stdlib/commit/8bab4a2397a58eba888eef94d552a68aa884f76c) - **docs:** fix description _(by Athan Reines)_
2627
- [`b135c83`](https://github.com/stdlib-js/stdlib/commit/b135c83aaf95e1a2e03e22ab6f9348284ad300fc) - **docs:** fix typo _(by Athan Reines)_
2728
- [`803f30a`](https://github.com/stdlib-js/stdlib/commit/803f30a518a22fb4c01e5d2b82b37afd9f0d567d) - **test:** update import paths _(by Athan Reines)_
@@ -37,9 +38,10 @@
3738

3839
### Contributors
3940

40-
A total of 1 person contributed to this release. Thank you to this contributor:
41+
A total of 2 people contributed to this release. Thank you to the following contributors:
4142

4243
- Athan Reines
44+
- Gururaj Gurram
4345

4446
</section>
4547

dist/index.js

Lines changed: 1 addition & 1 deletion
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/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var dtypes = require( '@stdlib/array-dtypes' );
2626
var dtype = require( '@stdlib/array-dtype' );
2727
var contains = require( '@stdlib/array-base-assert-contains' );
2828
var join = require( '@stdlib/array-base-join' );
29-
var strided = require( '@stdlib/stats-base-varianceyc' ).ndarray;
29+
var strided = require( '@stdlib/stats-strided-varianceyc' ).ndarray;
3030
var format = require( '@stdlib/string-format' );
3131

3232

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@stdlib/array-dtypes": "^0.3.0",
4444
"@stdlib/assert-is-collection": "^0.2.2",
4545
"@stdlib/assert-is-number": "^0.2.2",
46-
"@stdlib/stats-base-varianceyc": "^0.2.2",
46+
"@stdlib/stats-strided-varianceyc": "github:stdlib-js/stats-strided-varianceyc#main",
4747
"@stdlib/string-format": "^0.2.2",
4848
"@stdlib/types": "^0.4.3",
4949
"@stdlib/error-tools-fmtprodmsg": "^0.2.2"

0 commit comments

Comments
 (0)