Skip to content

Commit 8aad631

Browse files
committed
feat: add ndarrayFlags to namespace
1 parent 2abfe17 commit 8aad631

27 files changed

Lines changed: 40 additions & 15 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2296,6 +2296,7 @@ ndarrayDataBuffer,"@stdlib/ndarray/data-buffer"
22962296
ndarrayDataType,"@stdlib/ndarray/dtype"
22972297
ndarrayDataTypes,"@stdlib/ndarray/dtypes"
22982298
ndarrayDispatch,"@stdlib/ndarray/dispatch"
2299+
ndarrayFlags,"@stdlib/ndarray/flags"
22992300
ndarrayIndexModes,"@stdlib/ndarray/index-modes"
23002301
ndarrayMinDataType,"@stdlib/ndarray/min-dtype"
23012302
ndarrayMostlySafeCasts,"@stdlib/ndarray/mostly-safe-casts"

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

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2296,6 +2296,7 @@ ndarrayDataBuffer,"array,ndarray,ndarrayDataType"
22962296
ndarrayDataType,"array,ndarray,ndarrayDataTypes"
22972297
ndarrayDataTypes,"arrayDataTypes,array,ndarray,typedarrayDataTypes"
22982298
ndarrayDispatch,"array,ndarray"
2299+
ndarrayFlags,"array,ndarray"
22992300
ndarrayIndexModes,"array,ndarray"
23002301
ndarrayMinDataType,"ndarrayDataTypes,ndarrayPromotionRules,ndarraySafeCasts"
23012302
ndarrayMostlySafeCasts,"ndarrayCastingModes,ndarrayDataTypes,ndarraySafeCasts,ndarraySameKindCasts"

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

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2296,6 +2296,7 @@ ndarrayDataBuffer,"@stdlib/ndarray-data-buffer"
22962296
ndarrayDataType,"@stdlib/ndarray-dtype"
22972297
ndarrayDataTypes,"@stdlib/ndarray-dtypes"
22982298
ndarrayDispatch,"@stdlib/ndarray-dispatch"
2299+
ndarrayFlags,"@stdlib/ndarray-flags"
22992300
ndarrayIndexModes,"@stdlib/ndarray-index-modes"
23002301
ndarrayMinDataType,"@stdlib/ndarray-min-dtype"
23012302
ndarrayMostlySafeCasts,"@stdlib/ndarray-mostly-safe-casts"

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

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

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

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2296,6 +2296,7 @@ ndarrayDataBuffer
22962296
ndarrayDataType
22972297
ndarrayDataTypes
22982298
ndarrayDispatch
2299+
ndarrayFlags
22992300
ndarrayIndexModes
23002301
ndarrayMinDataType
23012302
ndarrayMostlySafeCasts

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,18 @@ ns.push({
142142
]
143143
});
144144

145+
ns.push({
146+
'alias': 'ndarrayFlags',
147+
'path': '@stdlib/ndarray/flags',
148+
'value': require( '@stdlib/ndarray/flags' ),
149+
'type': 'Function',
150+
'related': [
151+
'@stdlib/ndarray/array',
152+
'@stdlib/ndarray/ctor',
153+
'@stdlib/ndarray/flag'
154+
]
155+
});
156+
145157
ns.push({
146158
'alias': 'ndarrayIndexModes',
147159
'path': '@stdlib/ndarray/index-modes',

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2296,6 +2296,7 @@
22962296
"@stdlib/ndarray/dtype",ndarrayDataType
22972297
"@stdlib/ndarray/dtypes",ndarrayDataTypes
22982298
"@stdlib/ndarray/dispatch",ndarrayDispatch
2299+
"@stdlib/ndarray/flags",ndarrayFlags
22992300
"@stdlib/ndarray/index-modes",ndarrayIndexModes
23002301
"@stdlib/ndarray/min-dtype",ndarrayMinDataType
23012302
"@stdlib/ndarray/mostly-safe-casts",ndarrayMostlySafeCasts

0 commit comments

Comments
 (0)