Skip to content

Commit 5d9edd2

Browse files
committed
Auto-generated commit
1 parent 3edd51f commit 5d9edd2

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

@@ -35,6 +35,7 @@
3535

3636
<details>
3737

38+
- [`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)_
3839
- [`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)_
3940
- [`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)_
4041
- [`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
@@ -4164,6 +4164,22 @@ ndarrayCastingModes,"\nndarrayCastingModes()\n Returns a list of ndarray cast
41644164
ndarrayDataBuffer,"\nndarrayDataBuffer( x:ndarray )\n Returns the underlying data buffer of a provided ndarray.\n"
41654165
ndarrayDataType,"\nndarrayDataType( x:ndarray )\n Returns the data type of a provided ndarray.\n"
41664166
ndarrayDataTypes,"\nndarrayDataTypes( [kind:string] )\n Returns a list of ndarray data types.\n"
4167+
ndarrayDataTypes.binary,"\nndarrayDataTypes.binary\n Read-only property returning a data type instance representing a binary data\n type.\n"
4168+
ndarrayDataTypes.boolean,"\nndarrayDataTypes.boolean\n Read-only property returning a data type instance representing a boolean\n data type.\n"
4169+
ndarrayDataTypes.complex32,"\nndarrayDataTypes.complex32\n Read-only property returning a data type instance representing a half-\n precision complex floating-point number data type.\n"
4170+
ndarrayDataTypes.complex64,"\nndarrayDataTypes.complex64\n Read-only property returning a data type instance representing a single-\n precision complex floating-point number data type.\n"
4171+
ndarrayDataTypes.complex128,"\nndarrayDataTypes.complex128\n Read-only property returning a data type instance representing a double-\n precision complex floating-point number data type.\n"
4172+
ndarrayDataTypes.float16,"\nndarrayDataTypes.float16\n Read-only property returning a data type instance representing a half-\n precision real-valued floating-point number data type.\n"
4173+
ndarrayDataTypes.float32,"\nndarrayDataTypes.float32\n Read-only property returning a data type instance representing a single-\n precision real-valued floating-point number data type.\n"
4174+
ndarrayDataTypes.float64,"\nndarrayDataTypes.float64\n Read-only property returning a data type instance representing a double-\n precision real-valued floating-point number data type.\n"
4175+
ndarrayDataTypes.generic,"\nndarrayDataTypes.generic\n Read-only property returning a data type instance representing a \"generic\"\n data type.\n"
4176+
ndarrayDataTypes.int8,"\nndarrayDataTypes.int8\n Read-only property returning a data type instance representing a signed\n 8-bit integer data type.\n"
4177+
ndarrayDataTypes.int16,"\nndarrayDataTypes.int16\n Read-only property returning a data type instance representing a signed\n 16-bit integer data type.\n"
4178+
ndarrayDataTypes.int32,"\nndarrayDataTypes.int32\n Read-only property returning a data type instance representing a signed\n 32-bit integer data type.\n"
4179+
ndarrayDataTypes.uint8,"\nndarrayDataTypes.uint8\n Read-only property returning a data type instance representing an unsigned\n 8-bit integer data type.\n"
4180+
ndarrayDataTypes.uint8c,"\nndarrayDataTypes.uint8c\n Read-only property returning a data type instance representing an unsigned\n clamped 8-bit integer data type.\n"
4181+
ndarrayDataTypes.uint16,"\nndarrayDataTypes.uint16\n Read-only property returning a data type instance representing an unsigned\n 16-bit integer data type.\n"
4182+
ndarrayDataTypes.uint32,"\nndarrayDataTypes.uint32\n Read-only property returning a data type instance representing an unsigned\n 32-bit integer data type.\n"
41674183
ndarrayDispatch,"\nndarrayDispatch( fcns:Function|ArrayLikeObject<Function>, \n types:ArrayLikeObject, data:ArrayLikeObject|null, nargs:integer, nin:integer, \n nout:integer )\n Returns an ndarray function interface which performs multiple dispatch.\n"
41684184
ndarrayFlag,"\nndarrayFlag( x:ndarray, name:string|symbol )\n Returns a specified flag for a provided ndarray.\n"
41694185
ndarrayFlags,"\nndarrayFlags( x:ndarray )\n Returns the flags of a provided ndarray.\n"

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)