Skip to content

Commit c38892b

Browse files
committed
Update namespace
1 parent 56d50a5 commit c38892b

File tree

27 files changed

+36
-13
lines changed

27 files changed

+36
-13
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -1312,6 +1312,7 @@ complexarray,"@stdlib/array/typed-complex"
13121312
complexarrayCtors,"@stdlib/array/typed-complex-ctors"
13131313
complexarrayDataTypes,"@stdlib/array/typed-complex-dtypes"
13141314
complexCtors,"@stdlib/complex/ctors"
1315+
complexDataType,"@stdlib/complex/dtype"
13151316
complexDataTypes,"@stdlib/complex/dtypes"
13161317
compose,"@stdlib/utils/compose"
13171318
composeAsync,"@stdlib/utils/async/compose"

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
@@ -1312,6 +1312,7 @@ complexarray,"typedarray,realarray"
13121312
complexarrayCtors,"arrayCtors,typedarrayCtors,realarrayCtors"
13131313
complexarrayDataTypes,"arrayDataTypes,typedarrayDataTypes,realarrayDataTypes,ndarrayDataTypes"
13141314
complexCtors,"complexarrayCtors"
1315+
complexDataType,"arrayDataType"
13151316
complexDataTypes,"complexarrayDataTypes"
13161317
compose,"composeAsync"
13171318
composeAsync,"compose"

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
@@ -1312,6 +1312,7 @@ complexarray,"@stdlib/array-typed-complex"
13121312
complexarrayCtors,"@stdlib/array-typed-complex-ctors"
13131313
complexarrayDataTypes,"@stdlib/array-typed-complex-dtypes"
13141314
complexCtors,"@stdlib/complex-ctors"
1315+
complexDataType,"@stdlib/complex-dtype"
13151316
complexDataTypes,"@stdlib/complex-dtypes"
13161317
compose,"@stdlib/utils-compose"
13171318
composeAsync,"@stdlib/utils-async-compose"

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
@@ -1312,6 +1312,7 @@ complexarray
13121312
complexarrayCtors
13131313
complexarrayDataTypes
13141314
complexCtors
1315+
complexDataType
13151316
complexDataTypes
13161317
compose
13171318
composeAsync

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

+10
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,16 @@ ns.push({
349349
]
350350
});
351351

352+
ns.push({
353+
'alias': 'complexDataType',
354+
'path': '@stdlib/complex/dtype',
355+
'value': require( '@stdlib/complex/dtype' ),
356+
'type': 'Function',
357+
'related': [
358+
'@stdlib/array/dtype'
359+
]
360+
});
361+
352362
ns.push({
353363
'alias': 'complexDataTypes',
354364
'path': '@stdlib/complex/dtypes',

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

+1
Original file line numberDiff line numberDiff line change
@@ -1312,6 +1312,7 @@
13121312
"@stdlib/array/typed-complex-ctors",complexarrayCtors
13131313
"@stdlib/array/typed-complex-dtypes",complexarrayDataTypes
13141314
"@stdlib/complex/ctors",complexCtors
1315+
"@stdlib/complex/dtype",complexDataType
13151316
"@stdlib/complex/dtypes",complexDataTypes
13161317
"@stdlib/utils/compose",compose
13171318
"@stdlib/utils/async/compose",composeAsync

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
@@ -1312,6 +1312,7 @@
13121312
"@stdlib/array/typed-complex-ctors","@stdlib/array/ctors,@stdlib/array/typed-ctors,@stdlib/array/typed-real-ctors"
13131313
"@stdlib/array/typed-complex-dtypes","@stdlib/array/dtypes,@stdlib/array/typed-dtypes,@stdlib/array/typed-real-dtypes,@stdlib/ndarray/dtypes"
13141314
"@stdlib/complex/ctors","@stdlib/array/typed-complex-ctors"
1315+
"@stdlib/complex/dtype","@stdlib/array/dtype"
13151316
"@stdlib/complex/dtypes","@stdlib/array/typed-complex-dtypes"
13161317
"@stdlib/utils/compose","@stdlib/utils/async/compose"
13171318
"@stdlib/utils/async/compose","@stdlib/utils/compose"

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
@@ -1312,6 +1312,7 @@
13121312
"@stdlib/array/typed-complex-ctors","@stdlib/array-typed-complex-ctors"
13131313
"@stdlib/array/typed-complex-dtypes","@stdlib/array-typed-complex-dtypes"
13141314
"@stdlib/complex/ctors","@stdlib/complex-ctors"
1315+
"@stdlib/complex/dtype","@stdlib/complex-dtype"
13151316
"@stdlib/complex/dtypes","@stdlib/complex-dtypes"
13161317
"@stdlib/utils/compose","@stdlib/utils-compose"
13171318
"@stdlib/utils/async/compose","@stdlib/utils-async-compose"

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
@@ -1312,6 +1312,7 @@
13121312
"@stdlib/array-typed-complex-ctors","@stdlib/array/typed-complex-ctors"
13131313
"@stdlib/array-typed-complex-dtypes","@stdlib/array/typed-complex-dtypes"
13141314
"@stdlib/complex-ctors","@stdlib/complex/ctors"
1315+
"@stdlib/complex-dtype","@stdlib/complex/dtype"
13151316
"@stdlib/complex-dtypes","@stdlib/complex/dtypes"
13161317
"@stdlib/utils-compose","@stdlib/utils/compose"
13171318
"@stdlib/utils-async-compose","@stdlib/utils/async/compose"

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
@@ -2332,6 +2332,7 @@ COMPLEX128_NUM_BYTES,"COMPLEX128_NUM_BYTES\n"
23322332
complexarray,"var arr = complexarray()\narr = complexarray( 'complex64' )\nvar arr = complexarray( 5 )\narr = complexarray( 5, 'complex64' )\nvar arr1 = complexarray( [ 0.5, 0.5, 0.5, 0.5 ] );\nvar arr2 = complexarray( arr1, 'complex64' )\nvar arr1 = [ 0.5, 0.5, 0.5, 0.5 ];\nvar arr2 = complexarray( arr1, 'complex64' )\nvar buf = new ArrayBuffer( 64 );\nvar arr = complexarray( buf, 0, 8, 'complex64' )\n"
23332333
complexarrayCtors,"var ctor = complexarrayCtors( 'complex64' )\nctor = complexarrayCtors( 'float32' )\n"
23342334
complexarrayDataTypes,"var out = complexarrayDataTypes()\n"
2335+
complexCtors,"var ctor = complexCtors( 'complex128' )\nctor = complexCtors( 'complex' )\n"
23352336
complexDataTypes,"var out = complexDataTypes()\n"
23362337
compose,"function a( x ) {\nreturn 2 * x;\n }\nfunction b( x ) {\nreturn x + 3;\n }\nfunction c( x ) {\nreturn x / 5;\n }\nvar f = compose( c, b, a );\nvar z = f( 6 )\n"
23372338
composeAsync,"function a( x, next ) {\nsetTimeout( onTimeout, 0 );\nfunction onTimeout() {\n next( null, 2*x );\n}\n };\nfunction b( x, next ) {\nsetTimeout( onTimeout, 0 );\nfunction onTimeout() {\n next( null, x+3 );\n}\n };\nfunction c( x, next ) {\nsetTimeout( onTimeout, 0 );\nfunction onTimeout() {\n next( null, x/5 );\n}\n };\nvar f = composeAsync( c, b, a );\nfunction done( error, result ) {\nif ( error ) {\n throw error;\n}\nconsole.log( result );\n };\nf( 6, done )\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

+1
Original file line numberDiff line numberDiff line change
@@ -2333,6 +2333,7 @@ complexarray,"\ncomplexarray( [dtype] )\n Creates a complex typed array.\n\n
23332333
complexarrayCtors,"\ncomplexarrayCtors( dtype )\n Returns a complex typed array constructor.\n\n The function returns constructors for the following data types:\n\n - complex64: single-precision floating-point complex numbers.\n - complex128: double-precision floating-point complex numbers.\n\n Parameters\n ----------\n dtype: string\n Data type.\n\n Returns\n -------\n out: Function|null\n Complex typed array constructor.\n\n Examples\n --------\n > var ctor = complexarrayCtors( 'complex64' )\n <Function>\n > ctor = complexarrayCtors( 'float32' )\n null\n\n See Also\n --------\n arrayCtors, typedarrayCtors, realarrayCtors\n"
23342334
complexarrayDataTypes,"\ncomplexarrayDataTypes()\n Returns a list of complex typed array data types.\n\n The output array contains the following data types:\n\n - complex64: single-precision floating-point complex numbers.\n - complex128: double-precision floating-point complex numbers.\n\n Returns\n -------\n out: Array<string>\n List of complex typed array data types.\n\n Examples\n --------\n > var out = complexarrayDataTypes()\n <Array>\n\n See Also\n --------\n arrayDataTypes, typedarrayDataTypes, realarrayDataTypes, ndarrayDataTypes\n"
23352335
complexCtors,"\ncomplexCtors( dtype )\n Returns a complex number constructor.\n\n The function returns constructors for the following data types:\n\n - complex64: single-precision complex floating-point numbers.\n - complex128: double-precision complex floating-point numbers.\n\n Parameters\n ----------\n dtype: string\n Data type.\n\n Returns\n -------\n out: Function|null\n Constructor.\n\n Examples\n --------\n > var ctor = complexCtors( 'complex128' )\n <Function>\n > ctor = complexCtors( 'complex' )\n null\n\n See Also\n --------\n complexarrayCtors\n"
2336+
complexDataType,"\ncomplexDataType( value )\n Returns the data type of a complex number object.\n\n If provided an argument having an unknown or unsupported type, the function\n returns `null`.\n\n Parameters\n ----------\n value: any\n Input value.\n\n Returns\n -------\n out: string|null\n Data type.\n\n Examples\n --------\n > var v = new Complex128( 1.0, 2.0 );\n > var dt = complexDataType( v )\n 'complex128'\n > dt = complexDataType( 'beep' )\n null\n\n See Also\n --------\n arrayDataType\n"
23362337
complexDataTypes,"\ncomplexDataTypes()\n Returns a list of complex number data types.\n\n The output array contains the following data types:\n\n - complex64: single-precision complex floating-point numbers.\n - complex128: double-precision complex floating-point numbers.\n\n Returns\n -------\n out: Array<string>\n List of complex number data types.\n\n Examples\n --------\n > var out = complexDataTypes()\n <Array>\n\n See Also\n --------\n complexarrayDataTypes\n"
23372338
compose,"\ncompose( ...f )\n Function composition.\n\n Returns a composite function. Starting from the right, the composite\n function evaluates each function and passes the result as an argument\n to the next function. The result of the leftmost function is the result\n of the whole.\n\n Notes:\n\n - Only the rightmost function is explicitly permitted to accept multiple\n arguments. All other functions are evaluated as unary functions.\n - The function will throw if provided fewer than two input arguments.\n\n Parameters\n ----------\n f: ...Function\n Functions to compose.\n\n Returns\n -------\n out: Function\n Composite function.\n\n Examples\n --------\n > function a( x ) {\n ... return 2 * x;\n ... }\n > function b( x ) {\n ... return x + 3;\n ... }\n > function c( x ) {\n ... return x / 5;\n ... }\n > var f = compose( c, b, a );\n > var z = f( 6 )\n 3\n\n See Also\n --------\n composeAsync\n"
23382339
composeAsync,"\ncomposeAsync( ...f )\n Function composition.\n\n Returns a composite function. Starting from the right, the composite\n function evaluates each function and passes the result as the first argument\n of the next function. The result of the leftmost function is the result\n of the whole.\n\n The last argument for each provided function is a `next` callback which\n should be invoked upon function completion. The callback accepts two\n arguments:\n\n - `error`: error argument\n - `result`: function result\n\n If a composed function calls the `next` callback with a truthy `error`\n argument, the composite function suspends execution and immediately calls\n the `done` callback for subsequent `error` handling.\n\n Execution is *not* guaranteed to be asynchronous. To guarantee asynchrony,\n wrap the `done` callback in a function which either executes at the end of\n the current stack (e.g., `nextTick`) or during a subsequent turn of the\n event loop (e.g., `setImmediate`, `setTimeout`).\n\n Only the rightmost function is explicitly permitted to accept multiple\n arguments. All other functions are evaluated as binary functions.\n\n The function will throw if provided fewer than two input arguments.\n\n Parameters\n ----------\n f: ...Function\n Functions to compose.\n\n Returns\n -------\n out: Function\n Composite function.\n\n Examples\n --------\n > function a( x, next ) {\n ... setTimeout( onTimeout, 0 );\n ... function onTimeout() {\n ... next( null, 2*x );\n ... }\n ... };\n > function b( x, next ) {\n ... setTimeout( onTimeout, 0 );\n ... function onTimeout() {\n ... next( null, x+3 );\n ... }\n ... };\n > function c( x, next ) {\n ... setTimeout( onTimeout, 0 );\n ... function onTimeout() {\n ... next( null, x/5 );\n ... }\n ... };\n > var f = composeAsync( c, b, a );\n > function done( error, result ) {\n ... if ( error ) {\n ... throw error;\n ... }\n ... console.log( result );\n ... };\n > f( 6, done )\n 3\n\n See Also\n --------\n compose\n"

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

+1
Original file line numberDiff line numberDiff line change
@@ -2332,6 +2332,7 @@ COMPLEX128_NUM_BYTES,"\nCOMPLEX128_NUM_BYTES\n Size (in bytes) of a 128-bit c
23322332
complexarray,"\ncomplexarray( [dtype:string] )\n Creates a complex typed array.\n\ncomplexarray( length:integer[, dtype:string] )\n Returns a complex number typed array having a specified length.\n\ncomplexarray( complexarray:ComplexArray[, dtype:string] )\n Creates a complex number typed array from another complex number typed\n array.\n\ncomplexarray( obj:Object[, dtype:string] )\n Creates a complex number typed array from an array-like object or iterable.\n\ncomplexarray( buffer:ArrayBuffer[, byteOffset:integer[, length:integer]][, \n dtype:string] )\n Returns a complex number typed array view of an ArrayBuffer.\n"
23332333
complexarrayCtors,"\ncomplexarrayCtors( dtype:string )\n Returns a complex typed array constructor.\n"
23342334
complexarrayDataTypes,"\ncomplexarrayDataTypes()\n Returns a list of complex typed array data types.\n"
2335+
complexCtors,"\ncomplexCtors( dtype:string )\n Returns a complex number constructor.\n"
23352336
complexDataTypes,"\ncomplexDataTypes()\n Returns a list of complex number data types.\n"
23362337
compose,"\ncompose( ...f:Function )\n Function composition.\n"
23372338
composeAsync,"\ncomposeAsync( ...f:Function )\n Function composition.\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

+1
Original file line numberDiff line numberDiff line change
@@ -2340,6 +2340,7 @@ complexarray,"complexarray( obj[, dtype] )"
23402340
complexarray,"complexarray( buffer[, byteOffset[, length]][, dtype] )"
23412341
complexarrayCtors,"complexarrayCtors( dtype )"
23422342
complexarrayDataTypes,"complexarrayDataTypes()"
2343+
complexCtors,"complexCtors( dtype )"
23432344
complexDataTypes,"complexDataTypes()"
23442345
compose,"compose( ...f )"
23452346
composeAsync,"composeAsync( ...f )"

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

+1
Original file line numberDiff line numberDiff line change
@@ -2340,6 +2340,7 @@ complexarray,"complexarray( obj:Object[, dtype:string] )"
23402340
complexarray,"complexarray( buffer:ArrayBuffer[, byteOffset:integer[, length:integer]][, dtype:string] )"
23412341
complexarrayCtors,"complexarrayCtors( dtype:string )"
23422342
complexarrayDataTypes,"complexarrayDataTypes()"
2343+
complexCtors,"complexCtors( dtype:string )"
23432344
complexDataTypes,"complexDataTypes()"
23442345
compose,"compose( ...f:Function )"
23452346
composeAsync,"composeAsync( ...f:Function )"

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

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

0 commit comments

Comments
 (0)