Skip to content

Commit 3b12415

Browse files
committed
Auto-generated commit
1 parent 6ed4086 commit 3b12415

File tree

5 files changed

+22
-5
lines changed

5 files changed

+22
-5
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-09-19)
7+
## Unreleased (2025-09-22)
88

99
<section class="features">
1010

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

3535
<details>
3636

37+
- [`db475c9`](https://github.com/stdlib-js/stdlib/commit/db475c9e82f415b00c89fe590faa66d732415745) - **docs:** update REPL namespace documentation [(#8123)](https://github.com/stdlib-js/stdlib/pull/8123) _(by stdlib-bot)_
3738
- [`26142f9`](https://github.com/stdlib-js/stdlib/commit/26142f9229d2160cbb5a0defb26f63d50200d850) - **docs:** update REPL namespace documentation [(#8103)](https://github.com/stdlib-js/stdlib/pull/8103) _(by stdlib-bot)_
3839
- [`bea5b86`](https://github.com/stdlib-js/stdlib/commit/bea5b867c7905e4fb8f1648e8fe8acc436f55e14) - **docs:** update REPL namespace documentation [(#8064)](https://github.com/stdlib-js/stdlib/pull/8064) _(by stdlib-bot)_
3940
- [`fe269e2`](https://github.com/stdlib-js/stdlib/commit/fe269e2a7c2ae9bff3868d4c8a7fce1cb64e2a88) - **docs:** update REPL namespace documentation [(#8040)](https://github.com/stdlib-js/stdlib/pull/8040) _(by stdlib-bot)_

data/data.csv

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4215,6 +4215,22 @@ ndarrayCastingModes,"ndarrayCastingModes()"
42154215
ndarrayDataBuffer,"ndarrayDataBuffer( x:ndarray )"
42164216
ndarrayDataType,"ndarrayDataType( x:ndarray )"
42174217
ndarrayDataTypes,"ndarrayDataTypes( [kind:string] )"
4218+
ndarrayDataTypes.binary,"ndarrayDataTypes.binary"
4219+
ndarrayDataTypes.boolean,"ndarrayDataTypes.boolean"
4220+
ndarrayDataTypes.complex32,"ndarrayDataTypes.complex32"
4221+
ndarrayDataTypes.complex64,"ndarrayDataTypes.complex64"
4222+
ndarrayDataTypes.complex128,"ndarrayDataTypes.complex128"
4223+
ndarrayDataTypes.float16,"ndarrayDataTypes.float16"
4224+
ndarrayDataTypes.float32,"ndarrayDataTypes.float32"
4225+
ndarrayDataTypes.float64,"ndarrayDataTypes.float64"
4226+
ndarrayDataTypes.generic,"ndarrayDataTypes.generic"
4227+
ndarrayDataTypes.int8,"ndarrayDataTypes.int8"
4228+
ndarrayDataTypes.int16,"ndarrayDataTypes.int16"
4229+
ndarrayDataTypes.int32,"ndarrayDataTypes.int32"
4230+
ndarrayDataTypes.uint8,"ndarrayDataTypes.uint8"
4231+
ndarrayDataTypes.uint8c,"ndarrayDataTypes.uint8c"
4232+
ndarrayDataTypes.uint16,"ndarrayDataTypes.uint16"
4233+
ndarrayDataTypes.uint32,"ndarrayDataTypes.uint32"
42184234
ndarrayDispatch,"ndarrayDispatch( fcns:Function|ArrayLikeObject<Function>, types:ArrayLikeObject, data:ArrayLikeObject|null, nargs:integer, nin:integer, nout:integer )"
42194235
ndarrayFlag,"ndarrayFlag( x:ndarray, name:string|symbol )"
42204236
ndarrayFlags,"ndarrayFlags( x:ndarray )"

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)