Skip to content

Commit 04230cb

Browse files
committed
feat: add amskfilter to namespace
1 parent 7576f87 commit 04230cb

File tree

27 files changed

+80
-15
lines changed

27 files changed

+80
-15
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ alias2related,"@stdlib/namespace/alias2related"
1414
alias2standalone,"@stdlib/namespace/alias2standalone"
1515
aliases,"@stdlib/namespace/aliases"
1616
allocUnsafe,"@stdlib/buffer/alloc-unsafe"
17+
amskfilter,"@stdlib/array/mskfilter"
1718
anans,"@stdlib/array/nans"
1819
anansLike,"@stdlib/array/nans-like"
1920
anova1,"@stdlib/stats/anova1"

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
@@ -14,6 +14,7 @@ alias2related,"alias2pkg,aliases,pkg2related"
1414
alias2standalone,"alias2pkg,alias2related,aliases,pkg2alias,pkg2standalone"
1515
aliases,"alias2pkg,alias2related,pkg2alias"
1616
allocUnsafe,"Buffer,array2buffer,arraybuffer2buffer,copyBuffer,string2buffer"
17+
amskfilter,""
1718
anans,"afull,anansLike,aones,azeros"
1819
anansLike,"afullLike,anans,aonesLike,azerosLike"
1920
anova1,""

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
@@ -14,6 +14,7 @@ alias2related,"@stdlib/namespace-alias2related"
1414
alias2standalone,"@stdlib/namespace-alias2standalone"
1515
aliases,"@stdlib/namespace-aliases"
1616
allocUnsafe,"@stdlib/buffer-alloc-unsafe"
17+
amskfilter,"@stdlib/array-mskfilter"
1718
anans,"@stdlib/array-nans"
1819
anansLike,"@stdlib/array-nans-like"
1920
anova1,"@stdlib/stats-anova1"

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
@@ -14,6 +14,7 @@ alias2related
1414
alias2standalone
1515
aliases
1616
allocUnsafe
17+
amskfilter
1718
anans
1819
anansLike
1920
anova1

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

+11
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,17 @@ ns.push({
220220
]
221221
});
222222

223+
ns.push({
224+
'alias': 'amskfilter',
225+
'path': '@stdlib/array/mskfilter',
226+
'value': require( '@stdlib/array/mskfilter' ),
227+
'type': 'Function',
228+
'related': [
229+
'@stdlib/array/filter',
230+
'@stdlib/array/mskreject'
231+
]
232+
});
233+
223234
ns.push({
224235
'alias': 'anans',
225236
'path': '@stdlib/array/nans',

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

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"@stdlib/namespace/alias2standalone",alias2standalone
1515
"@stdlib/namespace/aliases",aliases
1616
"@stdlib/buffer/alloc-unsafe",allocUnsafe
17+
"@stdlib/array/mskfilter",amskfilter
1718
"@stdlib/array/nans",anans
1819
"@stdlib/array/nans-like",anansLike
1920
"@stdlib/stats/anova1",anova1

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
@@ -14,6 +14,7 @@
1414
"@stdlib/namespace/alias2standalone","@stdlib/namespace/alias2pkg,@stdlib/namespace/alias2related,@stdlib/namespace/aliases,@stdlib/namespace/pkg2alias,@stdlib/namespace/pkg2standalone"
1515
"@stdlib/namespace/aliases","@stdlib/namespace/alias2pkg,@stdlib/namespace/alias2related,@stdlib/namespace/pkg2alias"
1616
"@stdlib/buffer/alloc-unsafe","@stdlib/buffer/ctor,@stdlib/buffer/from-array,@stdlib/buffer/from-arraybuffer,@stdlib/buffer/from-buffer,@stdlib/buffer/from-string"
17+
"@stdlib/array/mskfilter",""
1718
"@stdlib/array/nans","@stdlib/array/full,@stdlib/array/nans-like,@stdlib/array/ones,@stdlib/array/zeros"
1819
"@stdlib/array/nans-like","@stdlib/array/full-like,@stdlib/array/nans,@stdlib/array/ones-like,@stdlib/array/zeros-like"
1920
"@stdlib/stats/anova1",""

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
@@ -14,6 +14,7 @@
1414
"@stdlib/namespace/alias2standalone","@stdlib/namespace-alias2standalone"
1515
"@stdlib/namespace/aliases","@stdlib/namespace-aliases"
1616
"@stdlib/buffer/alloc-unsafe","@stdlib/buffer-alloc-unsafe"
17+
"@stdlib/array/mskfilter","@stdlib/array-mskfilter"
1718
"@stdlib/array/nans","@stdlib/array-nans"
1819
"@stdlib/array/nans-like","@stdlib/array-nans-like"
1920
"@stdlib/stats/anova1","@stdlib/stats-anova1"

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
@@ -14,6 +14,7 @@
1414
"@stdlib/namespace-alias2standalone","@stdlib/namespace/alias2standalone"
1515
"@stdlib/namespace-aliases","@stdlib/namespace/aliases"
1616
"@stdlib/buffer-alloc-unsafe","@stdlib/buffer/alloc-unsafe"
17+
"@stdlib/array-mskfilter","@stdlib/array/mskfilter"
1718
"@stdlib/array-nans","@stdlib/array/nans"
1819
"@stdlib/array-nans-like","@stdlib/array/nans-like"
1920
"@stdlib/stats-anova1","@stdlib/stats/anova1"

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

+11
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ array,"var arr = array( [ [ 1.0, 2.0 ], [ 3.0, 4.0 ] ] )\nvar v = arr.get( 1, 1
3939
array2buffer,"var buf = array2buffer( [ 1, 2, 3, 4 ] )\n"
4040
array2fancy,"var y = array2fancy( [ 1, 2, 3, 4 ] );\ny[ '1::2' ]\ny[ '::-1' ]\n"
4141
array2fancy.factory,"var f = array2fancy.factory();\nvar y = f( [ 1, 2, 3, 4 ] );\ny[ '1::2' ]\ny[ '::-1' ]\n"
42+
array2fancy.idx,"var idx = array2fancy.idx( [ 1, 2, 3, 4 ] );\n"
4243
array2iterator,"var it = array2iterator( [ 1, 2, 3, 4 ] );\nvar v = it.next().value\nv = it.next().value\n"
4344
array2iteratorRight,"var it = array2iteratorRight( [ 1, 2, 3, 4 ] );\nvar v = it.next().value\nv = it.next().value\n"
4445
ArrayBuffer,"var buf = new ArrayBuffer( 5 )\n"
@@ -50,6 +51,16 @@ arraybuffer2buffer,"var ab = new ArrayBuffer( 10 )\nvar buf = arraybuffer2buffer
5051
arrayCtors,"var ctor = arrayCtors( 'float64' )\nctor = arrayCtors( 'float' )\n"
5152
arrayDataType,"var arr = new Float64Array( 10 );\nvar dt = arrayDataType( arr )\ndt = arrayDataType( 'beep' )\n"
5253
arrayDataTypes,"var out = arrayDataTypes()\nout = arrayDataTypes( 'floating_point' )\nout = arrayDataTypes( 'floating_point_and_generic' )\n"
54+
ArrayIndex,"var idx = new ArrayIndex( [ 1, 2, 3, 4 ] );\n"
55+
ArrayIndex.free,"var idx = new ArrayIndex( [ 1, 2, 3, 4 ] );\n// ...\nArrayIndex.free( idx.id )\n"
56+
ArrayIndex.get,"var idx = new ArrayIndex( [ 1, 2, 3, 4 ] );\nArrayIndex.get( idx.id )\n"
57+
ArrayIndex.prototype.data,"var idx = new ArrayIndex( [ 1, 2, 3, 4 ] );\nidx.data\n"
58+
ArrayIndex.prototype.dtype,"var idx = new ArrayIndex( [ 1, 2, 3, 4 ] );\nidx.dtype\n"
59+
ArrayIndex.prototype.id,"var idx = new ArrayIndex( [ 1, 2, 3, 4 ] );\nidx.id\n"
60+
ArrayIndex.prototype.isCached,"var idx = new ArrayIndex( [ 1, 2, 3, 4 ] );\nidx.isCached\n"
61+
ArrayIndex.prototype.type,"var idx = new ArrayIndex( [ 1, 2, 3, 4 ] );\nidx.type\n"
62+
ArrayIndex.prototype.toString,"var idx = new ArrayIndex( [ 1, 2, 3, 4 ] );\nidx.toString()\n"
63+
ArrayIndex.prototype.toJSON,"var idx = new ArrayIndex( [ 1, 2, 3, 4 ] );\nidx.toJSON()\n"
5364
arrayMinDataType,"var dt = arrayMinDataType( 3.141592653589793 )\ndt = arrayMinDataType( 3 )\ndt = arrayMinDataType( -3 )\ndt = arrayMinDataType( '-3' )\n"
5465
arrayMostlySafeCasts,"var out = arrayMostlySafeCasts( 'float32' )\n"
5566
arrayNextDataType,"var out = arrayNextDataType( 'float32' )\n"

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

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

lib/node_modules/@stdlib/repl/help/data/data.csv

+4-2
Large diffs are not rendered by default.

lib/node_modules/@stdlib/repl/help/data/data.json

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

lib/node_modules/@stdlib/repl/info/data/data.csv

+11
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ array,"\narray( [buffer:Array|TypedArray|Buffer|ndarray,] [options:Object] )\n
3939
array2buffer,"\narray2buffer( arr:Array<integer> )\n Allocates a buffer using an octet array.\n"
4040
array2fancy,"\narray2fancy( x:Array|TypedArray|Object[, options:Object] )\n Converts an array to an object supporting fancy indexing.\n"
4141
array2fancy.factory,"\narray2fancy.factory( [options:Object] )\n Returns a function for converting an array to an object supporting fancy\n indexing.\n"
42+
array2fancy.idx,"\narray2fancy.idx( x:Array|TypedArray|Object[, options:Object] )\n Wraps a provided array as an array index object.\n"
4243
array2iterator,"\narray2iterator( src:ArrayLikeObject[, mapFcn:Function[, thisArg:any]] )\n Returns an iterator which iterates over the elements of an array-like\n object.\n"
4344
array2iteratorRight,"\narray2iteratorRight( src:ArrayLikeObject[, mapFcn:Function[, thisArg:any]] )\n Returns an iterator which iterates from right to left over the elements of\n an array-like object.\n"
4445
ArrayBuffer,"\nArrayBuffer( size:integer )\n Returns an array buffer having a specified number of bytes.\n"
@@ -50,6 +51,16 @@ arraybuffer2buffer,"\narraybuffer2buffer( buf:ArrayBuffer[, byteOffset:integer[,
5051
arrayCtors,"\narrayCtors( dtype:string )\n Returns an array constructor.\n"
5152
arrayDataType,"\narrayDataType( array:any )\n Returns the data type of an array.\n"
5253
arrayDataTypes,"\narrayDataTypes( [kind:string] )\n Returns a list of array data types.\n"
54+
ArrayIndex,"\nArrayIndex( x:Array|TypedArray|Object[, options:Object] )\n Wraps a provided array as an array index object.\n"
55+
ArrayIndex.free,"\nArrayIndex.free( id:string )\n Frees the instance associated with a provided identifier.\n"
56+
ArrayIndex.get,"\nArrayIndex.get( id:string )\n Returns the array associated with the instance having a provided identifier.\n"
57+
ArrayIndex.prototype.data,"\nArrayIndex.prototype.data\n Read-only property returning the underlying index array.\n"
58+
ArrayIndex.prototype.dtype,"\nArrayIndex.prototype.dtype\n Read-only property returning the underlying data type of the index array.\n"
59+
ArrayIndex.prototype.id,"\nArrayIndex.prototype.id\n Read-only property returning the unique identifier associated with an\n instance.\n"
60+
ArrayIndex.prototype.isCached,"\nArrayIndex.prototype.isCached\n Read-only property returning a boolean indicating whether an array index is\n actively cached.\n"
61+
ArrayIndex.prototype.type,"\nArrayIndex.prototype.type\n Read-only property returning the array index type.\n"
62+
ArrayIndex.prototype.toString,"\nArrayIndex.prototype.toString()\n Serializes an instance as a string.\n"
63+
ArrayIndex.prototype.toJSON,"\nArrayIndex.prototype.toJSON()\n Serializes an instance as a JSON object.\n"
5364
arrayMinDataType,"\narrayMinDataType( value:any )\n Returns the minimum array data type of the closest \"kind\" necessary for\n storing a provided scalar value.\n"
5465
arrayMostlySafeCasts,"\narrayMostlySafeCasts( [dtype:any] )\n Returns a list of array data types to which a provided array data type can\n be safely cast and, for floating-point data types, can be downcast.\n"
5566
arrayNextDataType,"\narrayNextDataType( [dtype:string] )\n Returns the next larger array data type of the same kind.\n"

lib/node_modules/@stdlib/repl/info/data/data.json

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

lib/node_modules/@stdlib/repl/signature/data/data.csv

+11
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ array,"array( [buffer,] [options] )"
3939
array2buffer,"array2buffer( arr )"
4040
array2fancy,"array2fancy( x[, options] )"
4141
array2fancy.factory,"array2fancy.factory( [options] )"
42+
array2fancy.idx,"array2fancy.idx( x[, options] )"
4243
array2iterator,"array2iterator( src[, mapFcn[, thisArg]] )"
4344
array2iteratorRight,"array2iteratorRight( src[, mapFcn[, thisArg]] )"
4445
ArrayBuffer,"ArrayBuffer( size )"
@@ -50,6 +51,16 @@ arraybuffer2buffer,"arraybuffer2buffer( buf[, byteOffset[, length]] )"
5051
arrayCtors,"arrayCtors( dtype )"
5152
arrayDataType,"arrayDataType( array )"
5253
arrayDataTypes,"arrayDataTypes( [kind] )"
54+
ArrayIndex,"ArrayIndex( x[, options] )"
55+
ArrayIndex.free,"ArrayIndex.free( id )"
56+
ArrayIndex.get,"ArrayIndex.get( id )"
57+
ArrayIndex.prototype.data,"ArrayIndex.prototype.data"
58+
ArrayIndex.prototype.dtype,"ArrayIndex.prototype.dtype"
59+
ArrayIndex.prototype.id,"ArrayIndex.prototype.id"
60+
ArrayIndex.prototype.isCached,"ArrayIndex.prototype.isCached"
61+
ArrayIndex.prototype.type,"ArrayIndex.prototype.type"
62+
ArrayIndex.prototype.toString,"ArrayIndex.prototype.toString()"
63+
ArrayIndex.prototype.toJSON,"ArrayIndex.prototype.toJSON()"
5364
arrayMinDataType,"arrayMinDataType( value )"
5465
arrayMostlySafeCasts,"arrayMostlySafeCasts( [dtype] )"
5566
arrayNextDataType,"arrayNextDataType( [dtype] )"

lib/node_modules/@stdlib/repl/signature/data/data.json

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

lib/node_modules/@stdlib/repl/typed-signature/data/data.csv

+11
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ array,"array( [buffer:Array|TypedArray|Buffer|ndarray,] [options:Object] )"
3939
array2buffer,"array2buffer( arr:Array<integer> )"
4040
array2fancy,"array2fancy( x:Array|TypedArray|Object[, options:Object] )"
4141
array2fancy.factory,"array2fancy.factory( [options:Object] )"
42+
array2fancy.idx,"array2fancy.idx( x:Array|TypedArray|Object[, options:Object] )"
4243
array2iterator,"array2iterator( src:ArrayLikeObject[, mapFcn:Function[, thisArg:any]] )"
4344
array2iteratorRight,"array2iteratorRight( src:ArrayLikeObject[, mapFcn:Function[, thisArg:any]] )"
4445
ArrayBuffer,"ArrayBuffer( size:integer )"
@@ -50,6 +51,16 @@ arraybuffer2buffer,"arraybuffer2buffer( buf:ArrayBuffer[, byteOffset:integer[, l
5051
arrayCtors,"arrayCtors( dtype:string )"
5152
arrayDataType,"arrayDataType( array:any )"
5253
arrayDataTypes,"arrayDataTypes( [kind:string] )"
54+
ArrayIndex,"ArrayIndex( x:Array|TypedArray|Object[, options:Object] )"
55+
ArrayIndex.free,"ArrayIndex.free( id:string )"
56+
ArrayIndex.get,"ArrayIndex.get( id:string )"
57+
ArrayIndex.prototype.data,"ArrayIndex.prototype.data"
58+
ArrayIndex.prototype.dtype,"ArrayIndex.prototype.dtype"
59+
ArrayIndex.prototype.id,"ArrayIndex.prototype.id"
60+
ArrayIndex.prototype.isCached,"ArrayIndex.prototype.isCached"
61+
ArrayIndex.prototype.type,"ArrayIndex.prototype.type"
62+
ArrayIndex.prototype.toString,"ArrayIndex.prototype.toString()"
63+
ArrayIndex.prototype.toJSON,"ArrayIndex.prototype.toJSON()"
5364
arrayMinDataType,"arrayMinDataType( value:any )"
5465
arrayMostlySafeCasts,"arrayMostlySafeCasts( [dtype:any] )"
5566
arrayNextDataType,"arrayNextDataType( [dtype:string] )"

lib/node_modules/@stdlib/repl/typed-signature/data/data.json

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

0 commit comments

Comments
 (0)