Skip to content

Commit 1ce02b6

Browse files
committed
Auto-generated commit
1 parent 390aa09 commit 1ce02b6

File tree

6 files changed

+11
-5
lines changed

6 files changed

+11
-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-07-11)
7+
## Unreleased (2025-07-14)
88

99
<section class="features">
1010

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

3737
<details>
3838

39+
- [`4020080`](https://github.com/stdlib-js/stdlib/commit/402008089ecb5da1b1e617345b907d3721cd1ed9) - **docs:** update REPL namespace documentation [(#7648)](https://github.com/stdlib-js/stdlib/pull/7648) _(by stdlib-bot)_
3940
- [`c31a503`](https://github.com/stdlib-js/stdlib/commit/c31a50356da4287c17c7202bf4ba2b7a2c936081) - **docs:** update REPL namespace documentation [(#7618)](https://github.com/stdlib-js/stdlib/pull/7618) _(by stdlib-bot)_
4041
- [`1d3ce43`](https://github.com/stdlib-js/stdlib/commit/1d3ce43592693cd9e7c3d08c514bad02453d31be) - **docs:** update REPL namespace documentation [(#7602)](https://github.com/stdlib-js/stdlib/pull/7602) _(by stdlib-bot)_
4142
- [`7c40402`](https://github.com/stdlib-js/stdlib/commit/7c40402412fdb0f7af52277f9f9931b71e2180df) - **docs:** update REPL namespace documentation [(#7571)](https://github.com/stdlib-js/stdlib/pull/7571) _(by stdlib-bot)_

CONTRIBUTORS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,15 @@ Aman Bhansali <[email protected]>
2323
AmanBhadkariya <[email protected]>
2424
Amisha Chhajed <[email protected]>
2525
Amit Jimiwal <[email protected]>
26+
Anmol Sah <[email protected]>
2627
Annamalai Prabu <[email protected]>
2728
Anshu Kumar <[email protected]>
2829
Anshu Kumar <[email protected]>
2930
Anudeep Sanapala <[email protected]>
3031
Arihant Pal <[email protected]>
3132
Aryan Bhirud <[email protected]>
3233
Athan Reines <[email protected]>
34+
Atharva Patil <[email protected]>
3335
3436
Bhavishy Agrawal <[email protected]>
3537
Brendan Graetz <[email protected]>
@@ -62,6 +64,7 @@ GURU PRASAD SHARMA <[email protected]>
6264
6365
Gautam Kaushik <[email protected]>
6466
Gautam sharma <[email protected]>
67+
6568
Girish Garg <[email protected]>
6669
Golden Kumar <[email protected]>
6770
Gunj Joshi <[email protected]>

data/data.csv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1160,6 +1160,7 @@ base.normalize,"var out = base.normalize( 3.14e-319 )\nvar y = out[ 0 ];\nvar ex
11601160
base.normalize.assign,"var out = new Float64Array( 2 )\nvar v = base.normalize.assign( 3.14e-319, out, 1, 0 )\nvar bool = ( v === out )\n"
11611161
base.normalizef,"var out = base.normalizef( base.float64ToFloat32( 1.401e-45 ) )\nvar y = out[ 0 ];\nvar exp = out[ 1 ];\nvar bool = ( y*base.pow(2,exp) === base.float64ToFloat32(1.401e-45) )\nout = base.normalizef( FLOAT32_PINF )\nout = base.normalizef( FLOAT32_NINF )\nout = base.normalizef( NaN )\n"
11621162
base.normalizef.assign,"out = new Float32Array( 2 );\nvar v = base.normalizef.assign( base.float64ToFloat32( 1.401e-45 ), out, 1, 0 )\nbool = ( v === out )\n"
1163+
base.normalizeMultiSlice,"var s1 = new MultiSlice( 1, 3, null );\nvar s2 = base.normalizeMultiSlice( s1, [ 5, 5, 5 ], false );\nvar v = s2.data[ 0 ];\nv.start\nv.stop\nv.step\nv = s2.data[ 1 ];\nv.start\nv.stop\nv.step\nv = s2.data[ 2 ];\nv.start\nv.stop\nv.step\n"
11631164
base.normalizeSlice,"var s1 = new Slice( 1, 10, 1 );\nvar s2 = base.normalizeSlice( s1, 5, false );\ns2.start\ns2.stop\ns2.step\ns1 = new Slice( -2, null, -1 );\ns2 = base.normalizeSlice( s1, 10, false );\ns2.start\ns2.stop\ns2.step\n"
11641165
base.normhermitepoly,"var y = base.normhermitepoly( 1, 0.5 )\ny = base.normhermitepoly( -1, 0.5 )\ny = base.normhermitepoly( 0, 0.5 )\ny = base.normhermitepoly( 2, 0.5 )\n"
11651166
base.normhermitepoly.factory,"var f = base.normhermitepoly.factory( 2 );\nvar v = f( 0.5 )\n"
@@ -4185,6 +4186,7 @@ ndindex.prototype.kind,"var x = ndempty( [ 2, 2 ], { 'dtype': 'int32' } );\nvar
41854186
ndindex.prototype.type,"var x = ndempty( [ 2, 2 ], { 'dtype': 'int32' } );\nvar idx = new ndindex( x );\nidx.type\n"
41864187
ndindex.prototype.toString,"var x = ndempty( [ 2, 2 ], { 'dtype': 'int32' } );\nvar idx = new ndindex( x );\nidx.toString()\n"
41874188
ndindex.prototype.toJSON,"var x = ndempty( [ 2, 2 ], { 'dtype': 'int32' } );\nvar idx = new ndindex( x );\nidx.toJSON()\n"
4189+
nditer2arrayEach,"var x = array( [ [ 1, 2 ], [ 3, 4 ] ] );\nvar it = nditer2arrayEach( nditerRows( x ) );\nvar v = it.next().value\nv = it.next().value\n"
41884190
nditerColumnEntries,"var x = array( [ [ 1, 2 ], [ 3, 4 ] ] );\nvar it = nditerColumnEntries( x );\nvar v = it.next().value;\nv[ 0 ]\nndarray2array( v[ 1 ] )\nv = it.next().value;\nv[ 0 ]\nndarray2array( v[ 1 ] )\n"
41894191
nditerColumns,"var x = array( [ [ 1, 2 ], [ 3, 4 ] ] );\nvar it = nditerColumns( x );\nvar v = it.next().value;\nndarray2array( v )\nv = it.next().value;\nndarray2array( v )\n"
41904192
nditerEntries,"var x = array( [ [ 1, 2 ], [ 3, 4 ] ] );\nvar it = nditerEntries( x );\nvar v = it.next().value\nv = it.next().value\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)