Skip to content

Commit 480887d

Browse files
committed
Auto-generated commit
1 parent 9058af0 commit 480887d

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

@@ -36,6 +36,7 @@
3636

3737
<details>
3838

39+
- [`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)_
3940
- [`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)_
4041
- [`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)_
4142
- [`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
@@ -4163,6 +4163,22 @@ ndarrayCastingModes,"var out = ndarrayCastingModes()\n"
41634163
ndarrayDataBuffer,"var opts = { 'dtype': 'float64' };\nvar out = ndarrayDataBuffer( ndzeros( [ 3, 3, 3 ], opts ) )\n"
41644164
ndarrayDataType,"var opts = { 'dtype': 'float64' };\nvar dt = ndarrayDataType( ndzeros( [ 3, 3, 3 ], opts ) )\n"
41654165
ndarrayDataTypes,"var out = ndarrayDataTypes()\nout = ndarrayDataTypes( 'floating_point' )\nout = ndarrayDataTypes( 'floating_point_and_generic' )\n"
4166+
ndarrayDataTypes.binary,"var dt = ndarrayDataTypes.binary\n"
4167+
ndarrayDataTypes.boolean,"var dt = ndarrayDataTypes.boolean\n"
4168+
ndarrayDataTypes.complex32,"var dt = ndarrayDataTypes.complex32\n"
4169+
ndarrayDataTypes.complex64,"var dt = ndarrayDataTypes.complex64\n"
4170+
ndarrayDataTypes.complex128,"var dt = ndarrayDataTypes.complex128\n"
4171+
ndarrayDataTypes.float16,"var dt = ndarrayDataTypes.float16\n"
4172+
ndarrayDataTypes.float32,"var dt = ndarrayDataTypes.float32\n"
4173+
ndarrayDataTypes.float64,"var dt = ndarrayDataTypes.float64\n"
4174+
ndarrayDataTypes.generic,"var dt = ndarrayDataTypes.generic\n"
4175+
ndarrayDataTypes.int8,"var dt = ndarrayDataTypes.int8\n"
4176+
ndarrayDataTypes.int16,"var dt = ndarrayDataTypes.int16\n"
4177+
ndarrayDataTypes.int32,"var dt = ndarrayDataTypes.int32\n"
4178+
ndarrayDataTypes.uint8,"var dt = ndarrayDataTypes.uint8\n"
4179+
ndarrayDataTypes.uint8c,"var dt = ndarrayDataTypes.uint8c\n"
4180+
ndarrayDataTypes.uint16,"var dt = ndarrayDataTypes.uint16\n"
4181+
ndarrayDataTypes.uint32,"var dt = ndarrayDataTypes.uint32\n"
41664182
ndarrayDispatch,"var t = [ 'float64', 'float64', 'float32', 'float32' ];\nvar d = [ base.abs, base.absf ];\nvar f = ndarrayDispatch( base.ndarrayUnary, t, d, 2, 1, 1 );\nvar xbuf = new Float64Array( [ -1.0, -2.0, -3.0, -4.0 ] );\nvar x = ndarray( 'float64', xbuf, [ 4 ], [ 1 ], 0, 'row-major' );\nvar ybuf = new Float64Array( [ 0.0, 0.0, 0.0, 0.0 ] );\nvar y = ndarray( 'float64', ybuf, [ 4 ], [ 1 ], 0, 'row-major' );\nf( x, y );\nybuf\n"
41674183
ndarrayFlag,"var out = ndarrayFlag( ndzeros( [ 3, 3, 3 ] ), 'READONLY' )\n"
41684184
ndarrayFlags,"var out = ndarrayFlags( ndzeros( [ 3, 3, 3 ] ) )\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)