Skip to content

Commit 26ee457

Browse files
committed
Update namespace
1 parent cb543f8 commit 26ee457

27 files changed

Lines changed: 69 additions & 19 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2220,6 +2220,8 @@ ndarrayOrders,"@stdlib/ndarray/orders"
22202220
ndarrayPromotionRules,"@stdlib/ndarray/promotion-rules"
22212221
ndarraySafeCasts,"@stdlib/ndarray/safe-casts"
22222222
ndarraySameKindCasts,"@stdlib/ndarray/same-kind-casts"
2223+
ndzeros,"@stdlib/ndarray/zeros"
2224+
ndzerosLike,"@stdlib/ndarray/zeros-like"
22232225
nextGraphemeClusterBreak,"@stdlib/string/next-grapheme-cluster-break"
22242226
nextTick,"@stdlib/utils/next-tick"
22252227
NIGHTINGALES_ROSE,"@stdlib/datasets/nightingales-rose"

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: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ arrayStream,"circularArrayStream,iteratorStream,stridedArrayStream"
4242
arrayview2iterator,"iterator2array,array2iterator,stridedarray2iterator,arrayview2iteratorRight"
4343
arrayview2iteratorRight,"iterator2array,array2iteratorRight,stridedarray2iterator,arrayview2iterator"
4444
AsyncIteratorSymbol,"Symbol,IteratorSymbol"
45-
azeros,"afull,aones,azerosLike"
46-
azerosLike,"afullLike,aonesLike,azeros"
45+
azeros,"afull,aones,azerosLike,ndzeros"
46+
azerosLike,"afullLike,aonesLike,azeros,ndzerosLike"
4747
bartlettTest,"vartest,leveneTest"
4848
base.abs,"base.abs2,base.absf,base.labs"
4949
base.abs2,"base.abs,base.abs2f"
@@ -2220,6 +2220,8 @@ ndarrayOrders,"array,ndarray"
22202220
ndarrayPromotionRules,"ndarrayCastingModes,ndarrayDataTypes,ndarraySafeCasts"
22212221
ndarraySafeCasts,"ndarrayCastingModes,ndarrayDataTypes,ndarraySameKindCasts"
22222222
ndarraySameKindCasts,"ndarrayCastingModes,ndarrayDataTypes,ndarraySafeCasts"
2223+
ndzeros,"ndzerosLike"
2224+
ndzerosLike,"ndzeros"
22232225
nextGraphemeClusterBreak,"numGraphemeClusters"
22242226
nextTick,""
22252227
NIGHTINGALES_ROSE,""

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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2220,6 +2220,8 @@ ndarrayOrders,"@stdlib/ndarray-orders"
22202220
ndarrayPromotionRules,"@stdlib/ndarray-promotion-rules"
22212221
ndarraySafeCasts,"@stdlib/ndarray-safe-casts"
22222222
ndarraySameKindCasts,"@stdlib/ndarray-same-kind-casts"
2223+
ndzeros,"@stdlib/ndarray-zeros"
2224+
ndzerosLike,"@stdlib/ndarray-zeros-like"
22232225
nextGraphemeClusterBreak,"@stdlib/string-next-grapheme-cluster-break"
22242226
nextTick,"@stdlib/utils-next-tick"
22252227
NIGHTINGALES_ROSE,"@stdlib/datasets-nightingales-rose"

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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2220,6 +2220,8 @@ ndarrayOrders
22202220
ndarrayPromotionRules
22212221
ndarraySafeCasts
22222222
ndarraySameKindCasts
2223+
ndzeros
2224+
ndzerosLike
22232225
nextGraphemeClusterBreak
22242226
nextTick
22252227
NIGHTINGALES_ROSE

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,30 @@ ns.push({
188188
]
189189
});
190190

191+
ns.push({
192+
'alias': 'ndzeros',
193+
'path': '@stdlib/ndarray/zeros',
194+
'value': require( '@stdlib/ndarray/zeros' ),
195+
'type': 'Function',
196+
'related': [
197+
'@stdlib/ndarray/full',
198+
'@stdlib/ndarray/ones',
199+
'@stdlib/ndarray/zeros-like'
200+
]
201+
});
202+
203+
ns.push({
204+
'alias': 'ndzerosLike',
205+
'path': '@stdlib/ndarray/zeros-like',
206+
'value': require( '@stdlib/ndarray/zeros-like' ),
207+
'type': 'Function',
208+
'related': [
209+
'@stdlib/ndarray/full-like',
210+
'@stdlib/ndarray/ones-like',
211+
'@stdlib/ndarray/zeros'
212+
]
213+
});
214+
191215
ns.push({
192216
'alias': 'nextGraphemeClusterBreak',
193217
'path': '@stdlib/string/next-grapheme-cluster-break',

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2220,6 +2220,8 @@
22202220
"@stdlib/ndarray/promotion-rules",ndarrayPromotionRules
22212221
"@stdlib/ndarray/safe-casts",ndarraySafeCasts
22222222
"@stdlib/ndarray/same-kind-casts",ndarraySameKindCasts
2223+
"@stdlib/ndarray/zeros",ndzeros
2224+
"@stdlib/ndarray/zeros-like",ndzerosLike
22232225
"@stdlib/string/next-grapheme-cluster-break",nextGraphemeClusterBreak
22242226
"@stdlib/utils/next-tick",nextTick
22252227
"@stdlib/datasets/nightingales-rose",NIGHTINGALES_ROSE

0 commit comments

Comments
 (0)