Skip to content

Commit 09ffebd

Browse files
committed
feat: add nditerInterleaveSubarrays to namespace
1 parent 6576f4f commit 09ffebd

File tree

27 files changed

+38
-14
lines changed

27 files changed

+38
-14
lines changed

lib/node_modules/@stdlib/namespace/alias2pkg/data/data.csv

+1
Original file line numberDiff line numberDiff line change
@@ -2560,6 +2560,7 @@ nditerColumnEntries,"@stdlib/ndarray/iter/column-entries"
25602560
nditerColumns,"@stdlib/ndarray/iter/columns"
25612561
nditerEntries,"@stdlib/ndarray/iter/entries"
25622562
nditerIndices,"@stdlib/ndarray/iter/indices"
2563+
nditerInterleaveSubarrays,"@stdlib/ndarray/iter/interleave-subarrays"
25632564
nditerMatrices,"@stdlib/ndarray/iter/matrices"
25642565
nditerMatrixEntries,"@stdlib/ndarray/iter/matrix-entries"
25652566
nditerRowEntries,"@stdlib/ndarray/iter/row-entries"

lib/node_modules/@stdlib/namespace/alias2pkg/data/data.json

+1-1
Large diffs are not rendered by default.

lib/node_modules/@stdlib/namespace/alias2related/data/data.csv

+1
Original file line numberDiff line numberDiff line change
@@ -2560,6 +2560,7 @@ nditerColumnEntries,"nditerColumns,nditerEntries,nditerRowEntries,ndslice"
25602560
nditerColumns,"nditerColumnEntries,nditerRows,ndslice"
25612561
nditerEntries,"ndarray,nditerIndices,nditerValues"
25622562
nditerIndices,"ndarray,nditerEntries,nditerValues"
2563+
nditerInterleaveSubarrays,"nditerSubarrays,ndslice"
25632564
nditerMatrices,"nditerColumns,nditerMatrixEntries,nditerRows,ndslice"
25642565
nditerMatrixEntries,"nditerColumnEntries,nditerEntries,nditerMatrices,nditerRowEntries,ndslice"
25652566
nditerRowEntries,"nditerColumnEntries,nditerEntries,nditerRows,ndslice"

lib/node_modules/@stdlib/namespace/alias2related/data/data.json

+1-1
Large diffs are not rendered by default.

lib/node_modules/@stdlib/namespace/alias2standalone/data/data.csv

+1
Original file line numberDiff line numberDiff line change
@@ -2560,6 +2560,7 @@ nditerColumnEntries,"@stdlib/ndarray-iter-column-entries"
25602560
nditerColumns,"@stdlib/ndarray-iter-columns"
25612561
nditerEntries,"@stdlib/ndarray-iter-entries"
25622562
nditerIndices,"@stdlib/ndarray-iter-indices"
2563+
nditerInterleaveSubarrays,"@stdlib/ndarray-iter-interleave-subarrays"
25632564
nditerMatrices,"@stdlib/ndarray-iter-matrices"
25642565
nditerMatrixEntries,"@stdlib/ndarray-iter-matrix-entries"
25652566
nditerRowEntries,"@stdlib/ndarray-iter-row-entries"

lib/node_modules/@stdlib/namespace/alias2standalone/data/data.json

+1-1
Large diffs are not rendered by default.

lib/node_modules/@stdlib/namespace/aliases/data/data.json

+1-1
Large diffs are not rendered by default.

lib/node_modules/@stdlib/namespace/aliases/data/data.txt

+1
Original file line numberDiff line numberDiff line change
@@ -2560,6 +2560,7 @@ nditerColumnEntries
25602560
nditerColumns
25612561
nditerEntries
25622562
nditerIndices
2563+
nditerInterleaveSubarrays
25632564
nditerMatrices
25642565
nditerMatrixEntries
25652566
nditerRowEntries

lib/node_modules/@stdlib/namespace/lib/namespace/n.js

+11
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,17 @@ ns.push({
451451
]
452452
});
453453

454+
ns.push({
455+
'alias': 'nditerInterleaveSubarrays',
456+
'path': '@stdlib/ndarray/iter/interleave-subarrays',
457+
'value': require( '@stdlib/ndarray/iter/interleave-subarrays' ),
458+
'type': 'Function',
459+
'related': [
460+
'@stdlib/ndarray/iter/subarrays',
461+
'@stdlib/ndarray/slice'
462+
]
463+
});
464+
454465
ns.push({
455466
'alias': 'nditerMatrices',
456467
'path': '@stdlib/ndarray/iter/matrices',

lib/node_modules/@stdlib/namespace/pkg2alias/data/data.csv

+1
Original file line numberDiff line numberDiff line change
@@ -2560,6 +2560,7 @@
25602560
"@stdlib/ndarray/iter/columns",nditerColumns
25612561
"@stdlib/ndarray/iter/entries",nditerEntries
25622562
"@stdlib/ndarray/iter/indices",nditerIndices
2563+
"@stdlib/ndarray/iter/interleave-subarrays",nditerInterleaveSubarrays
25632564
"@stdlib/ndarray/iter/matrices",nditerMatrices
25642565
"@stdlib/ndarray/iter/matrix-entries",nditerMatrixEntries
25652566
"@stdlib/ndarray/iter/row-entries",nditerRowEntries

lib/node_modules/@stdlib/namespace/pkg2alias/data/data.json

+1-1
Large diffs are not rendered by default.

lib/node_modules/@stdlib/namespace/pkg2related/data/data.csv

+1
Original file line numberDiff line numberDiff line change
@@ -2560,6 +2560,7 @@
25602560
"@stdlib/ndarray/iter/columns","@stdlib/ndarray/iter/column-entries,@stdlib/ndarray/iter/rows,@stdlib/ndarray/slice"
25612561
"@stdlib/ndarray/iter/entries","@stdlib/ndarray/ctor,@stdlib/ndarray/iter/indices,@stdlib/ndarray/iter/values"
25622562
"@stdlib/ndarray/iter/indices","@stdlib/ndarray/ctor,@stdlib/ndarray/iter/entries,@stdlib/ndarray/iter/values"
2563+
"@stdlib/ndarray/iter/interleave-subarrays","@stdlib/ndarray/iter/subarrays,@stdlib/ndarray/slice"
25632564
"@stdlib/ndarray/iter/matrices","@stdlib/ndarray/iter/columns,@stdlib/ndarray/iter/matrix-entries,@stdlib/ndarray/iter/rows,@stdlib/ndarray/slice"
25642565
"@stdlib/ndarray/iter/matrix-entries","@stdlib/ndarray/iter/column-entries,@stdlib/ndarray/iter/entries,@stdlib/ndarray/iter/matrices,@stdlib/ndarray/iter/row-entries,@stdlib/ndarray/slice"
25652566
"@stdlib/ndarray/iter/row-entries","@stdlib/ndarray/iter/column-entries,@stdlib/ndarray/iter/entries,@stdlib/ndarray/iter/rows,@stdlib/ndarray/slice"

lib/node_modules/@stdlib/namespace/pkg2related/data/data.json

+1-1
Large diffs are not rendered by default.

lib/node_modules/@stdlib/namespace/pkg2standalone/data/data.csv

+1
Original file line numberDiff line numberDiff line change
@@ -2560,6 +2560,7 @@
25602560
"@stdlib/ndarray/iter/columns","@stdlib/ndarray-iter-columns"
25612561
"@stdlib/ndarray/iter/entries","@stdlib/ndarray-iter-entries"
25622562
"@stdlib/ndarray/iter/indices","@stdlib/ndarray-iter-indices"
2563+
"@stdlib/ndarray/iter/interleave-subarrays","@stdlib/ndarray-iter-interleave-subarrays"
25632564
"@stdlib/ndarray/iter/matrices","@stdlib/ndarray-iter-matrices"
25642565
"@stdlib/ndarray/iter/matrix-entries","@stdlib/ndarray-iter-matrix-entries"
25652566
"@stdlib/ndarray/iter/row-entries","@stdlib/ndarray-iter-row-entries"

lib/node_modules/@stdlib/namespace/pkg2standalone/data/data.json

+1-1
Large diffs are not rendered by default.

lib/node_modules/@stdlib/namespace/standalone2pkg/data/data.csv

+1
Original file line numberDiff line numberDiff line change
@@ -2560,6 +2560,7 @@
25602560
"@stdlib/ndarray-iter-columns","@stdlib/ndarray/iter/columns"
25612561
"@stdlib/ndarray-iter-entries","@stdlib/ndarray/iter/entries"
25622562
"@stdlib/ndarray-iter-indices","@stdlib/ndarray/iter/indices"
2563+
"@stdlib/ndarray-iter-interleave-subarrays","@stdlib/ndarray/iter/interleave-subarrays"
25632564
"@stdlib/ndarray-iter-matrices","@stdlib/ndarray/iter/matrices"
25642565
"@stdlib/ndarray-iter-matrix-entries","@stdlib/ndarray/iter/matrix-entries"
25652566
"@stdlib/ndarray-iter-row-entries","@stdlib/ndarray/iter/row-entries"

lib/node_modules/@stdlib/namespace/standalone2pkg/data/data.json

+1-1
Large diffs are not rendered by default.

lib/node_modules/@stdlib/repl/code-blocks/data/data.csv

+1
Original file line numberDiff line numberDiff line change
@@ -4126,6 +4126,7 @@ nditerMatrixEntries,"var x = array( [ [ [ 1, 2 ], [ 3, 4 ] ] ] );\nvar it = ndit
41264126
nditerRowEntries,"var x = array( [ [ 1, 2 ], [ 3, 4 ] ] );\nvar it = nditerRowEntries( x );\nvar v = it.next().value;\nv[ 0 ]\nndarray2array( v[ 1 ] )\nv = it.next().value;\nv[ 0 ]\nndarray2array( v[ 1 ] )\n"
41274127
nditerRows,"var x = array( [ [ 1, 2 ], [ 3, 4 ] ] );\nvar it = nditerRows( x );\nvar v = it.next().value;\nndarray2array( v )\nv = it.next().value;\nndarray2array( v )\n"
41284128
nditerSelectDimension,"var x = array( [ [ [ 1, 2 ], [ 3, 4 ] ] ] );\nvar it = nditerSelectDimension( x, 0 );\nvar v = it.next().value;\nndarray2array( v )\n"
4129+
nditerStacks,"var x = array( [ [ [ 1, 2 ], [ 3, 4 ] ] ] );\nvar it = nditerStacks( x, [ 1, 2 ] );\nvar v = it.next().value;\nndarray2array( v )\n"
41294130
nditerSubarrays,"var x = array( [ [ [ 1, 2 ], [ 3, 4 ] ] ] );\nvar it = nditerSubarrays( x, 2 );\nvar v = it.next().value;\nndarray2array( v )\n"
41304131
nditerValues,"var x = array( [ [ 1, 2 ], [ 3, 4 ] ] );\nvar it = nditerValues( x );\nvar v = it.next().value\nv = it.next().value\n"
41314132
ndslice,"var x = array( [ [ 1, 2 ], [ 3, 4 ] ] )\nx.shape\nvar s = new MultiSlice( null, 1 )\nvar y = ndslice( x, s )\ny.shape\nndarray2array( y )\n"

lib/node_modules/@stdlib/repl/code-blocks/data/data.json

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)