Skip to content

Commit 655ba99

Browse files
committed
Auto-generated commit
1 parent 3a3f52d commit 655ba99

File tree

6 files changed

+11
-7
lines changed

6 files changed

+11
-7
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-06-21)
88

99
<section class="features">
1010

@@ -34,6 +34,7 @@
3434

3535
<details>
3636

37+
- [`05e4da8`](https://github.com/stdlib-js/stdlib/commit/05e4da8247ce01c4b57c33b841094659f6823e36) - **docs:** update REPL namespace documentation [(#7432)](https://github.com/stdlib-js/stdlib/pull/7432) _(by stdlib-bot, Philipp Burckhardt)_
3738
- [`5f5177b`](https://github.com/stdlib-js/stdlib/commit/5f5177bb8f8ae117b58bd0959f1c51b6939c4c78) - **docs:** update REPL namespace documentation [(#7353)](https://github.com/stdlib-js/stdlib/pull/7353) _(by stdlib-bot)_
3839
- [`5e6b517`](https://github.com/stdlib-js/stdlib/commit/5e6b5173a0fdd3d50d79125f66dafb7bc13a4bf7) - **docs:** update REPL namespace documentation [(#7339)](https://github.com/stdlib-js/stdlib/pull/7339) _(by stdlib-bot)_
3940
- [`00f8cc6`](https://github.com/stdlib-js/stdlib/commit/00f8cc65988a12dcaf37604a885934e8fc73a94e) - **docs:** update REPL namespace documentation [(#7329)](https://github.com/stdlib-js/stdlib/pull/7329) _(by stdlib-bot)_

CONTRIBUTORS

Lines changed: 3 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]>
@@ -93,6 +95,7 @@ Krishnam Agarwal <[email protected]>
9395
Krishnendu Das <[email protected]>
9496
Kshitij-Dale <[email protected]>
9597
Lalit Narayan Yadav <[email protected]>
98+
Lokesh Ranjan <[email protected]>
9699
Lovelin Dhoni J B <[email protected]>
97100
98101
Mahfuza Humayra Mohona <[email protected]>

data/data.csv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2485,8 +2485,8 @@ base.strided.stdevyc,"base.strided.stdevyc( N:integer, correction:number, x:Arra
24852485
base.strided.stdevyc.ndarray,"base.strided.stdevyc.ndarray( N:integer, correction:number, x:Array|TypedArray, stride:integer, offset:integer )"
24862486
base.strided.strunc,"base.strided.strunc( N:integer, x:Float32Array, strideX:integer, y:Float32Array, strideY:integer )"
24872487
base.strided.strunc.ndarray,"base.strided.strunc.ndarray( N:integer, x:Float32Array, strideX:integer, offsetX:integer, y:Float32Array, strideY:integer, offsetY:integer )"
2488-
base.strided.svariance,"base.strided.svariance( N:integer, correction:number, x:Float32Array, stride:integer )"
2489-
base.strided.svariance.ndarray,"base.strided.svariance.ndarray( N:integer, correction:number, x:Float32Array, stride:integer, offset:integer )"
2488+
base.strided.svariance,"base.strided.svariance( N:integer, correction:number, x:Float32Array, strideX:integer )"
2489+
base.strided.svariance.ndarray,"base.strided.svariance.ndarray( N:integer, correction:number, x:Float32Array, strideX:integer, offsetX:integer )"
24902490
base.strided.svariancech,"base.strided.svariancech( N:integer, correction:number, x:Float32Array, strideX:integer )"
24912491
base.strided.svariancech.ndarray,"base.strided.svariancech.ndarray( N:integer, correction:number, x:Float32Array, strideX:integer, offsetX:integer )"
24922492
base.strided.svariancepn,"base.strided.svariancepn( N:integer, correction:number, x:Float32Array, strideX:integer )"

data/data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

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.

0 commit comments

Comments
 (0)