Skip to content

Commit adceb7c

Browse files
committed
Update namespace
1 parent 80a5691 commit adceb7c

File tree

21 files changed

+48
-18
lines changed

21 files changed

+48
-18
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -2095,6 +2095,7 @@ ndarrayPromotionRules,"@stdlib/ndarray/promotion-rules"
20952095
ndarraySafeCasts,"@stdlib/ndarray/safe-casts"
20962096
ndarraySameKindCasts,"@stdlib/ndarray/same-kind-casts"
20972097
nextGraphemeClusterBreak,"@stdlib/string/next-grapheme-cluster-break"
2098+
nextTick,"@stdlib/utils/next-tick"
20982099
NIGHTINGALES_ROSE,"@stdlib/datasets/nightingales-rose"
20992100
NINF,"@stdlib/constants/math/float64-ninf"
21002101
NODE_VERSION,"@stdlib/process/node-version"
@@ -2391,6 +2392,7 @@ strided.deg2rad,"@stdlib/math/strided/special/deg2rad"
23912392
strided.dfloor,"@stdlib/math/strided/special/dfloor"
23922393
strided.dinv,"@stdlib/math/strided/special/dinv"
23932394
strided.dispatch,"@stdlib/strided/dispatch"
2395+
strided.dmskabs,"@stdlib/math/strided/special/dmskabs"
23942396
strided.dramp,"@stdlib/math/strided/special/dramp"
23952397
strided.drsqrt,"@stdlib/math/strided/special/drsqrt"
23962398
strided.dsqrt,"@stdlib/math/strided/special/dsqrt"

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

+2
Original file line numberDiff line numberDiff line change
@@ -2095,6 +2095,7 @@ ndarrayPromotionRules,"ndarrayCastingModes,ndarrayDataTypes,ndarraySafeCasts"
20952095
ndarraySafeCasts,"ndarrayCastingModes,ndarrayDataTypes,ndarraySameKindCasts"
20962096
ndarraySameKindCasts,"ndarrayCastingModes,ndarrayDataTypes,ndarraySafeCasts"
20972097
nextGraphemeClusterBreak,"numGraphemeClusters"
2098+
nextTick,""
20982099
NIGHTINGALES_ROSE,""
20992100
NINF,"FLOAT16_NINF,FLOAT32_NINF,PINF"
21002101
NODE_VERSION,""
@@ -2391,6 +2392,7 @@ strided.deg2rad,"strided.ddeg2rad,strided.sdeg2rad"
23912392
strided.dfloor,"strided.dceil,strided.dtrunc,strided.floor,strided.sfloor"
23922393
strided.dinv,"strided.inv,strided.sinv"
23932394
strided.dispatch,""
2395+
strided.dmskabs,"strided.dabs"
23942396
strided.dramp,"strided.ramp,strided.sramp"
23952397
strided.drsqrt,"strided.dsqrt,strided.rsqrt,strided.srsqrt"
23962398
strided.dsqrt,"strided.dcbrt,strided.drsqrt,strided.sqrt,strided.ssqrt"

lib/node_modules/@stdlib/namespace/alias2related/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

+2
Original file line numberDiff line numberDiff line change
@@ -2095,6 +2095,7 @@ ndarrayPromotionRules
20952095
ndarraySafeCasts
20962096
ndarraySameKindCasts
20972097
nextGraphemeClusterBreak
2098+
nextTick
20982099
NIGHTINGALES_ROSE
20992100
NINF
21002101
NODE_VERSION
@@ -2391,6 +2392,7 @@ strided.deg2rad
23912392
strided.dfloor
23922393
strided.dinv
23932394
strided.dispatch
2395+
strided.dmskabs
23942396
strided.dramp
23952397
strided.drsqrt
23962398
strided.dsqrt

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

+13
Original file line numberDiff line numberDiff line change
@@ -894,6 +894,19 @@ ns.push({
894894
'related': []
895895
});
896896

897+
ns.push({
898+
'alias': 'strided.dmskabs',
899+
'path': '@stdlib/math/strided/special/dmskabs',
900+
'value': require( '@stdlib/math/strided/special/dmskabs' ),
901+
'type': 'Function',
902+
'related': [
903+
'@stdlib/math/strided/special/dabs',
904+
'@stdlib/math/strided/special/dmskabs2',
905+
'@stdlib/math/strided/special/mskabs',
906+
'@stdlib/math/strided/special/smskabs'
907+
]
908+
});
909+
897910
ns.push({
898911
'alias': 'strided.dramp',
899912
'path': '@stdlib/math/strided/special/dramp',

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

+2
Original file line numberDiff line numberDiff line change
@@ -2095,6 +2095,7 @@
20952095
"@stdlib/ndarray/safe-casts",ndarraySafeCasts
20962096
"@stdlib/ndarray/same-kind-casts",ndarraySameKindCasts
20972097
"@stdlib/string/next-grapheme-cluster-break",nextGraphemeClusterBreak
2098+
"@stdlib/utils/next-tick",nextTick
20982099
"@stdlib/datasets/nightingales-rose",NIGHTINGALES_ROSE
20992100
"@stdlib/constants/math/float64-ninf",NINF
21002101
"@stdlib/process/node-version",NODE_VERSION
@@ -2391,6 +2392,7 @@
23912392
"@stdlib/math/strided/special/dfloor",strided.dfloor
23922393
"@stdlib/math/strided/special/dinv",strided.dinv
23932394
"@stdlib/strided/dispatch",strided.dispatch
2395+
"@stdlib/math/strided/special/dmskabs",strided.dmskabs
23942396
"@stdlib/math/strided/special/dramp",strided.dramp
23952397
"@stdlib/math/strided/special/drsqrt",strided.drsqrt
23962398
"@stdlib/math/strided/special/dsqrt",strided.dsqrt

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

+2
Original file line numberDiff line numberDiff line change
@@ -2095,6 +2095,7 @@
20952095
"@stdlib/ndarray/safe-casts","@stdlib/ndarray/casting-modes,@stdlib/ndarray/dtypes,@stdlib/ndarray/same-kind-casts"
20962096
"@stdlib/ndarray/same-kind-casts","@stdlib/ndarray/casting-modes,@stdlib/ndarray/dtypes,@stdlib/ndarray/safe-casts"
20972097
"@stdlib/string/next-grapheme-cluster-break","@stdlib/string/num-grapheme-clusters"
2098+
"@stdlib/utils/next-tick",""
20982099
"@stdlib/datasets/nightingales-rose",""
20992100
"@stdlib/constants/math/float64-ninf","@stdlib/constants/math/float16-ninf,@stdlib/constants/math/float32-ninf,@stdlib/constants/math/float64-pinf"
21002101
"@stdlib/process/node-version",""
@@ -2391,6 +2392,7 @@
23912392
"@stdlib/math/strided/special/dfloor","@stdlib/math/strided/special/dceil,@stdlib/math/strided/special/dtrunc,@stdlib/math/strided/special/floor,@stdlib/math/strided/special/sfloor"
23922393
"@stdlib/math/strided/special/dinv","@stdlib/math/strided/special/inv,@stdlib/math/strided/special/sinv"
23932394
"@stdlib/strided/dispatch",""
2395+
"@stdlib/math/strided/special/dmskabs","@stdlib/math/strided/special/dabs"
23942396
"@stdlib/math/strided/special/dramp","@stdlib/math/strided/special/ramp,@stdlib/math/strided/special/sramp"
23952397
"@stdlib/math/strided/special/drsqrt","@stdlib/math/strided/special/dsqrt,@stdlib/math/strided/special/rsqrt,@stdlib/math/strided/special/srsqrt"
23962398
"@stdlib/math/strided/special/dsqrt","@stdlib/math/strided/special/dcbrt,@stdlib/math/strided/special/drsqrt,@stdlib/math/strided/special/sqrt,@stdlib/math/strided/special/ssqrt"

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

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

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

+3-2
Original file line numberDiff line numberDiff line change
@@ -1946,10 +1946,10 @@ base.strided.sminabs,"var x = new Float32Array( [ 1.0, -2.0, 2.0 ] );\nbase.stri
19461946
base.strided.sminabs.ndarray,"var x = new Float32Array( [ 1.0, -2.0, 2.0 ] );\nbase.strided.sminabs.ndarray( x.length, x, 1, 0 )\nvar x = new Float32Array( [ 1.0, -2.0, 3.0, 2.0, 5.0, -1.0 ] );\nvar N = base.floor( x.length / 2 );\nbase.strided.sminabs.ndarray( N, x, 2, 1 )\n"
19471947
base.strided.sminsorted,"var x = new Float32Array( [ 1.0, 2.0, 3.0 ] );\nbase.strided.sminsorted( x.length, x, 1 )\nx = new Float32Array( [ -2.0, 1.0, 1.0, -5.0, 2.0, -1.0 ] );\nvar N = base.floor( x.length / 2 );\nvar stride = 2;\nbase.strided.sminsorted( N, x, stride )\nvar x0 = new Float32Array( [ 1.0, -2.0, 3.0, 2.0, 5.0, 3.0 ] );\nvar x1 = new Float32Array( x0.buffer, x0.BYTES_PER_ELEMENT*1 );\nN = base.floor( x0.length / 2 );\nstride = 2;\nbase.strided.sminsorted( N, x1, stride )\n"
19481948
base.strided.sminsorted.ndarray,"var x = new Float32Array( [ 1.0, 2.0, 3.0 ] );\nbase.strided.sminsorted.ndarray( x.length, x, 1, 0 )\nvar x = new Float32Array( [ 1.0, -2.0, 3.0, 2.0, 5.0, 3.0 ] );\nvar N = base.floor( x.length / 2 );\nbase.strided.sminsorted.ndarray( N, x, 2, 1 )\n"
1949-
base.strided.smskmax,"var x = new Float32Array( [ 1.0, -2.0, 4.0, 2.0 ] );\nvar mask = new Uint8Array( [ 0, 0, 1, 0 ] );\nbase.strided.smskmax( x.length, x, 1, mask, 1 )\nx = new Float32Array( [ -2.0, 1.0, 1.0, -5.0, 2.0, -1.0, 4.0 ] );\nmask = new Uint8Array( [ 0, 0, 0, 0, 0, 0, 1 ] );\nvar N = base.floor( x.length / 2 );\nbase.strided.smskmax( N, x, 2, mask, 2 )\nvar x0 = new Float32Array( [ 1.0, -2.0, 3.0, 2.0, 5.0, -1.0, 4.0 ] );\nvar x1 = new Float32Array( x0.buffer, x0.BYTES_PER_ELEMENT*1 );\nvar mask0 = new Uint8Array( [ 0, 0, 0, 0, 0, 0, 1 ] );\nvar mask1 = new Uint8Array( mask0.buffer, mask0.BYTES_PER_ELEMENT*1 );\nN = base.floor( x0.length / 2 );\nbase.strided.smskmax( N, x1, 2, mask1, 2 )\n"
1950-
base.strided.smskmax.ndarray,"var x = new Float32Array( [ 1.0, -2.0, 2.0, 4.0 ] );\nvar mask = new Uint8Array( [ 0, 0, 0, 1 ] );\nbase.strided.smskmax.ndarray( x.length, x, 1, 0, mask, 1, 0 )\nx = new Float32Array( [ 1.0, -2.0, 3.0, 2.0, 5.0, -1.0, 4.0 ] );\nmask = new Uint8Array( [ 0, 0, 0, 0, 0, 0, 1 ] );\nvar N = base.floor( x.length / 2 );\nbase.strided.smskmax.ndarray( N, x, 2, 1, mask, 2, 1 )\n"
19511949
base.strided.smskmap,"var x = new Float32Array( [ 1.0, 2.0, 3.0, 4.0 ] );\nvar m = new Uint8Array( [ 0, 0, 1, 0 ] );\nvar y = new Float32Array( [ 0.0, 0.0, 0.0, 0.0 ] );\nbase.strided.smskmap( x.length, x, 1, m, 1, y, 1, base.identity )\nvar N = base.floor( x.length / 2 );\ny = new Float32Array( [ 0.0, 0.0, 0.0, 0.0 ] );\nbase.strided.smskmap( N, x, 2, m, 2, y, -1, base.identity )\nvar x0 = new Float32Array( [ 1.0, 2.0, 3.0, 4.0 ] );\nvar m0 = new Uint8Array( [ 0, 0, 1, 0 ] );\nvar y0 = new Float32Array( [ 0.0, 0.0, 0.0, 0.0 ] );\nvar x1 = new Float32Array( x0.buffer, x0.BYTES_PER_ELEMENT*1 );\nvar m1 = new Uint8Array( m0.buffer, m0.BYTES_PER_ELEMENT*2 );\nvar y1 = new Float32Array( y0.buffer, y0.BYTES_PER_ELEMENT*2 );\nN = base.floor( x0.length / 2 );\nbase.strided.smskmap( N, x1, -2, m1, 1, y1, 1, base.identity )\ny0\n"
19521950
base.strided.smskmap.ndarray,"var x = new Float32Array( [ 1.0, 2.0, 3.0, 4.0 ] );\nvar m = new Uint8Array( [ 0, 0, 1, 0 ] );\nvar y = new Float32Array( [ 0.0, 0.0, 0.0, 0.0 ] );\nbase.strided.smskmap.ndarray( x.length, x, 1, 0, m, 1, 0, y, 1, 0, base.identity )\nx = new Float32Array( [ 1.0, 2.0, 3.0, 4.0 ] );\nm = new Uint8Array( [ 0, 0, 1, 0 ] );\ny = new Float32Array( [ 0.0, 0.0, 0.0, 0.0 ] );\nvar N = base.floor( x.length / 2 );\nbase.strided.smskmap.ndarray( N, x, 2, 1, m, 1, 2, y, -1, y.length-1, base.identity )\n"
1951+
base.strided.smskmax,"var x = new Float32Array( [ 1.0, -2.0, 4.0, 2.0 ] );\nvar mask = new Uint8Array( [ 0, 0, 1, 0 ] );\nbase.strided.smskmax( x.length, x, 1, mask, 1 )\nx = new Float32Array( [ -2.0, 1.0, 1.0, -5.0, 2.0, -1.0, 4.0 ] );\nmask = new Uint8Array( [ 0, 0, 0, 0, 0, 0, 1 ] );\nvar N = base.floor( x.length / 2 );\nbase.strided.smskmax( N, x, 2, mask, 2 )\nvar x0 = new Float32Array( [ 1.0, -2.0, 3.0, 2.0, 5.0, -1.0, 4.0 ] );\nvar x1 = new Float32Array( x0.buffer, x0.BYTES_PER_ELEMENT*1 );\nvar mask0 = new Uint8Array( [ 0, 0, 0, 0, 0, 0, 1 ] );\nvar mask1 = new Uint8Array( mask0.buffer, mask0.BYTES_PER_ELEMENT*1 );\nN = base.floor( x0.length / 2 );\nbase.strided.smskmax( N, x1, 2, mask1, 2 )\n"
1952+
base.strided.smskmax.ndarray,"var x = new Float32Array( [ 1.0, -2.0, 2.0, 4.0 ] );\nvar mask = new Uint8Array( [ 0, 0, 0, 1 ] );\nbase.strided.smskmax.ndarray( x.length, x, 1, 0, mask, 1, 0 )\nx = new Float32Array( [ 1.0, -2.0, 3.0, 2.0, 5.0, -1.0, 4.0 ] );\nmask = new Uint8Array( [ 0, 0, 0, 0, 0, 0, 1 ] );\nvar N = base.floor( x.length / 2 );\nbase.strided.smskmax.ndarray( N, x, 2, 1, mask, 2, 1 )\n"
19531953
base.strided.smskmin,"var x = new Float32Array( [ 1.0, -2.0, -4.0, 2.0 ] );\nvar mask = new Uint8Array( [ 0, 0, 1, 0 ] );\nbase.strided.smskmin( x.length, x, 1, mask, 1 )\nx = new Float32Array( [ -2.0, 1.0, 1.0, -5.0, 2.0, -1.0, -4.0 ] );\nmask = new Uint8Array( [ 0, 0, 0, 0, 0, 0, 1 ] );\nvar N = base.floor( x.length / 2 );\nbase.strided.smskmin( N, x, 2, mask, 2 )\nvar x0 = new Float32Array( [ 1.0, -2.0, 3.0, 2.0, 5.0, -1.0, -4.0 ] );\nvar x1 = new Float32Array( x0.buffer, x0.BYTES_PER_ELEMENT*1 );\nvar mask0 = new Uint8Array( [ 0, 0, 0, 0, 0, 0, 1 ] );\nvar mask1 = new Uint8Array( mask0.buffer, mask0.BYTES_PER_ELEMENT*1 );\nN = base.floor( x0.length / 2 );\nbase.strided.smskmin( N, x1, 2, mask1, 2 )\n"
19541954
base.strided.smskmin.ndarray,"var x = new Float32Array( [ 1.0, -2.0, 2.0, -4.0 ] );\nvar mask = new Uint8Array( [ 0, 0, 0, 1 ] );\nbase.strided.smskmin.ndarray( x.length, x, 1, 0, mask, 1, 0 )\nx = new Float32Array( [ 1.0, -2.0, 3.0, 2.0, 5.0, -1.0, -4.0 ] );\nmask = new Uint8Array( [ 0, 0, 0, 0, 0, 0, 1 ] );\nvar N = base.floor( x.length / 2 );\nbase.strided.smskmin.ndarray( N, x, 2, 1, mask, 2, 1 )\n"
19551955
base.strided.smskrange,"var x = new Float32Array( [ 1.0, -2.0, 4.0, 2.0 ] );\nvar mask = new Uint8Array( [ 0, 0, 1, 0 ] );\nbase.strided.smskrange( x.length, x, 1, mask, 1 )\nx = new Float32Array( [ -2.0, 1.0, 1.0, -5.0, 2.0, -1.0, 4.0 ] );\nmask = new Uint8Array( [ 0, 0, 0, 0, 0, 0, 1 ] );\nvar N = base.floor( x.length / 2 );\nbase.strided.smskrange( N, x, 2, mask, 2 )\nvar x0 = new Float32Array( [ 1.0, -2.0, 3.0, 2.0, 5.0, -1.0, 4.0 ] );\nvar x1 = new Float32Array( x0.buffer, x0.BYTES_PER_ELEMENT*1 );\nvar mask0 = new Uint8Array( [ 0, 0, 0, 0, 0, 0, 1 ] );\nvar mask1 = new Uint8Array( mask0.buffer, mask0.BYTES_PER_ELEMENT*1 );\nN = base.floor( x0.length / 2 );\nbase.strided.smskrange( N, x1, 2, mask1, 2 )\n"
@@ -2241,6 +2241,7 @@ everyByRight,"function positive( v ) { return ( v > 0 ); };\nvar arr = [ 1, 2, 3
22412241
everyByRightAsync,"function predicate( value, next ) {\n setTimeout( onTimeout, value );\n function onTimeout() {\n console.log( value );\n next( null, true );\n }\n };\nfunction done( error, bool ) {\n if ( error ) {\n throw error;\n }\n console.log( bool );\n };\nvar arr = [ 1000, 2500, 3000 ];\neveryByRightAsync( arr, predicate, done )\nfunction predicate( value, next ) {\n setTimeout( onTimeout, value );\n function onTimeout() {\n console.log( value );\n next( null, true );\n }\n };\nfunction done( error, bool ) {\n if ( error ) {\n throw error;\n }\n console.log( bool );\n };\nvar opts = { 'limit': 2 };\nvar arr = [ 1000, 2500, 3000 ];\neveryByRightAsync( arr, opts, predicate, done )\nfunction predicate( value, next ) {\n setTimeout( onTimeout, value );\n function onTimeout() {\n console.log( value );\n next( null, true );\n }\n };\nfunction done( error, bool ) {\n if ( error ) {\n throw error;\n }\n console.log( bool );\n };\nvar opts = { 'series': true };\nvar arr = [ 1000, 2500, 3000 ];\neveryByRightAsync( arr, opts, predicate, done )\n"
22422242
everyByRightAsync.factory,"function predicate( value, next ) {\n setTimeout( onTimeout, value );\n function onTimeout() {\n console.log( value );\n next( null, true );\n }\n };\nvar opts = { 'series': true };\nvar f = everyByRightAsync.factory( opts, predicate );\nfunction done( error, bool ) {\n if ( error ) {\n throw error;\n }\n console.log( bool );\n };\nvar arr = [ 1000, 2500, 3000 ];\nf( arr, done )\narr = [ 1000, 1500, 2000 ];\nf( arr, done )\n"
22432243
evil,"var v = evil( '5*4*3*2*1' )\n"
2244+
EXEC_PATH,"EXEC_PATH\n"
22442245
exists,"function done( error, bool ) { console.log( bool ); };\nexists( './beep/boop', done );\n"
22452246
exists.sync,"var bool = exists.sync( './beep/boop' )\n"
22462247
expandContractions,"var str = 'I won\'t be able to get y\'all out of this one.';\nvar out = expandContractions( str )\nstr = 'It oughtn\'t to be my fault, because, you know, I didn\'t know';\nout = expandContractions( str )\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)