Skip to content

Commit 5396676

Browse files
committed
Auto-generated commit
1 parent 1ee7710 commit 5396676

File tree

6 files changed

+10
-7
lines changed

6 files changed

+10
-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-02-28)
7+
## Unreleased (2025-03-01)
88

99
<section class="features">
1010

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

3535
<details>
3636

37+
- [`8c8494b`](https://github.com/stdlib-js/stdlib/commit/8c8494b376187895500e08aab1643b037b5ac9fd) - **docs:** update REPL namespace documentation [(#5532)](https://github.com/stdlib-js/stdlib/pull/5532) _(by stdlib-bot)_
3738
- [`fd6d830`](https://github.com/stdlib-js/stdlib/commit/fd6d8300eddef5b383a5f6e0973ce8e1893f549b) - **docs:** update REPL namespace documentation [(#5512)](https://github.com/stdlib-js/stdlib/pull/5512) _(by stdlib-bot)_
3839
- [`6b175bb`](https://github.com/stdlib-js/stdlib/commit/6b175bb24511e22562ec90f20e8388eec791093c) - **docs:** update REPL namespace documentation [(#5402)](https://github.com/stdlib-js/stdlib/pull/5402) _(by stdlib-bot)_
3940
- [`29a7783`](https://github.com/stdlib-js/stdlib/commit/29a77831faaa86ca3512d0a1248e06a5f3653e7c) - **docs:** update REPL namespace documentation [(#5386)](https://github.com/stdlib-js/stdlib/pull/5386) _(by stdlib-bot)_

CONTRIBUTORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ Joey Reed <[email protected]>
5555
Jordan Gallivan <[email protected]>
5656
Joris Labie <[email protected]>
5757
Justin Dennison <[email protected]>
58+
Justyn Shelby <[email protected]>
5859
Karan Anand <[email protected]>
5960
Karthik Prakash <[email protected]>
6061
Kohantika Nath <[email protected]>
@@ -138,5 +139,6 @@ ekambains <[email protected]>
138139
fadiothman22 <[email protected]>
139140
olenkabilonizhka <[email protected]>
140141
pranav-1720 <[email protected]>
142+
rahulrangers <[email protected]>
141143
142144

data/data.csv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1997,8 +1997,8 @@ base.strided.dtypeEnum2Str,"base.strided.dtypeEnum2Str( dtype:integer )"
19971997
base.strided.dtypeResolveEnum,"base.strided.dtypeResolveEnum( dtype:any )"
19981998
base.strided.dtypeResolveStr,"base.strided.dtypeResolveStr( dtype:any )"
19991999
base.strided.dtypeStr2Enum,"base.strided.dtypeStr2Enum( dtype:string )"
2000-
base.strided.dvariance,"base.strided.dvariance( N:integer, correction:number, x:Float64Array, stride:integer )"
2001-
base.strided.dvariance.ndarray,"base.strided.dvariance.ndarray( N:integer, correction:number, x:Float64Array, stride:integer, offset:integer )"
2000+
base.strided.dvariance,"base.strided.dvariance( N:integer, correction:number, x:Float64Array, strideX:integer )"
2001+
base.strided.dvariance.ndarray,"base.strided.dvariance.ndarray( N:integer, correction:number, x:Float64Array, strideX:integer, offsetX:integer )"
20022002
base.strided.dvariancech,"base.strided.dvariancech( N:integer, correction:number, x:Float64Array, strideX:integer )"
20032003
base.strided.dvariancech.ndarray,"base.strided.dvariancech.ndarray( N:integer, correction:number, x:Float64Array, strideX:integer, offsetX:integer )"
20042004
base.strided.dvariancepn,"base.strided.dvariancepn( N:integer, correction:number, x:Float64Array, 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)