Skip to content

Commit 2c49068

Browse files
committed
Update namespace
1 parent 027f9a4 commit 2c49068

File tree

27 files changed

+46
-17
lines changed

27 files changed

+46
-17
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -2183,6 +2183,7 @@ mapFun,"@stdlib/utils/map-function"
21832183
mapFunAsync,"@stdlib/utils/async/map-function"
21842184
mapKeys,"@stdlib/utils/map-keys"
21852185
mapKeysAsync,"@stdlib/utils/async/map-keys"
2186+
mapReduce,"@stdlib/utils/map-reduce"
21862187
mapRight,"@stdlib/utils/map-right"
21872188
mapValues,"@stdlib/utils/map-values"
21882189
mapValuesAsync,"@stdlib/utils/async/map-values"

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
@@ -2183,6 +2183,7 @@ mapFun,"mapFunAsync"
21832183
mapFunAsync,"mapFun"
21842184
mapKeys,"mapValues"
21852185
mapKeysAsync,"mapKeys,mapValuesAsync"
2186+
mapReduce,"map,reduce"
21862187
mapRight,"map,reduce"
21872188
mapValues,"mapKeys,omitBy,pickBy"
21882189
mapValuesAsync,"mapKeysAsync,mapValues"

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
@@ -2183,6 +2183,7 @@ mapFun,"@stdlib/utils-map-function"
21832183
mapFunAsync,"@stdlib/utils-async-map-function"
21842184
mapKeys,"@stdlib/utils-map-keys"
21852185
mapKeysAsync,"@stdlib/utils-async-map-keys"
2186+
mapReduce,"@stdlib/utils-map-reduce"
21862187
mapRight,"@stdlib/utils-map-right"
21872188
mapValues,"@stdlib/utils-map-values"
21882189
mapValuesAsync,"@stdlib/utils-async-map-values"

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
@@ -2183,6 +2183,7 @@ mapFun
21832183
mapFunAsync
21842184
mapKeys
21852185
mapKeysAsync
2186+
mapReduce
21862187
mapRight
21872188
mapValues
21882189
mapValuesAsync

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

+12
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,18 @@ ns.push({
157157
]
158158
});
159159

160+
ns.push({
161+
'alias': 'mapReduce',
162+
'path': '@stdlib/utils/map-reduce',
163+
'value': require( '@stdlib/utils/map-reduce' ),
164+
'type': 'Function',
165+
'related': [
166+
'@stdlib/utils/map',
167+
'@stdlib/utils/map-reduce-right',
168+
'@stdlib/utils/reduce'
169+
]
170+
});
171+
160172
ns.push({
161173
'alias': 'mapRight',
162174
'path': '@stdlib/utils/map-right',

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

+1
Original file line numberDiff line numberDiff line change
@@ -2183,6 +2183,7 @@
21832183
"@stdlib/utils/async/map-function",mapFunAsync
21842184
"@stdlib/utils/map-keys",mapKeys
21852185
"@stdlib/utils/async/map-keys",mapKeysAsync
2186+
"@stdlib/utils/map-reduce",mapReduce
21862187
"@stdlib/utils/map-right",mapRight
21872188
"@stdlib/utils/map-values",mapValues
21882189
"@stdlib/utils/async/map-values",mapValuesAsync

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
@@ -2183,6 +2183,7 @@
21832183
"@stdlib/utils/async/map-function","@stdlib/utils/map-function"
21842184
"@stdlib/utils/map-keys","@stdlib/utils/map-values"
21852185
"@stdlib/utils/async/map-keys","@stdlib/utils/map-keys,@stdlib/utils/async/map-values"
2186+
"@stdlib/utils/map-reduce","@stdlib/utils/map,@stdlib/utils/reduce"
21862187
"@stdlib/utils/map-right","@stdlib/utils/map,@stdlib/utils/reduce"
21872188
"@stdlib/utils/map-values","@stdlib/utils/map-keys,@stdlib/utils/omit-by,@stdlib/utils/pick-by"
21882189
"@stdlib/utils/async/map-values","@stdlib/utils/async/map-keys,@stdlib/utils/map-values"

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
@@ -2183,6 +2183,7 @@
21832183
"@stdlib/utils/async/map-function","@stdlib/utils-async-map-function"
21842184
"@stdlib/utils/map-keys","@stdlib/utils-map-keys"
21852185
"@stdlib/utils/async/map-keys","@stdlib/utils-async-map-keys"
2186+
"@stdlib/utils/map-reduce","@stdlib/utils-map-reduce"
21862187
"@stdlib/utils/map-right","@stdlib/utils-map-right"
21872188
"@stdlib/utils/map-values","@stdlib/utils-map-values"
21882189
"@stdlib/utils/async/map-values","@stdlib/utils-async-map-values"

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
@@ -2183,6 +2183,7 @@
21832183
"@stdlib/utils-async-map-function","@stdlib/utils/async/map-function"
21842184
"@stdlib/utils-map-keys","@stdlib/utils/map-keys"
21852185
"@stdlib/utils-async-map-keys","@stdlib/utils/async/map-keys"
2186+
"@stdlib/utils-map-reduce","@stdlib/utils/map-reduce"
21862187
"@stdlib/utils-map-right","@stdlib/utils/map-right"
21872188
"@stdlib/utils-map-values","@stdlib/utils/map-values"
21882189
"@stdlib/utils-async-map-values","@stdlib/utils/async/map-values"

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

+2
Original file line numberDiff line numberDiff line change
@@ -3560,6 +3560,8 @@ ndarrayOrders,"var out = ndarrayOrders()\n"
35603560
ndarrayPromotionRules,"var out = ndarrayPromotionRules( 'float32', 'int32' )\n"
35613561
ndarraySafeCasts,"var out = ndarraySafeCasts( 'float32' )\n"
35623562
ndarraySameKindCasts,"var out = ndarraySameKindCasts( 'float32' )\n"
3563+
ndzeros,"var arr = ndzeros( [ 2, 2 ] )\nvar sh = arr.shape\nvar dt = arr.dtype\n"
3564+
ndzerosLike,"var x = base.ndzeros( 'float64', [ 2, 2 ], 'row-major' )\nvar sh = x.shape\nvar dt = x.dtype\nvar y = ndzerosLike( x )\nsh = y.shape\ndt = y.dtype\n"
35633565
nextGraphemeClusterBreak,"var out = nextGraphemeClusterBreak( 'last man standing', 4 )\nout = nextGraphemeClusterBreak( 'presidential election', 8 )\nout = nextGraphemeClusterBreak( 'अनुच्छेद', 1 )\nout = nextGraphemeClusterBreak( '🌷' )\n"
35643566
nextTick,"function f() { console.log( 'beep' ); };\nnextTick( f )\n"
35653567
NIGHTINGALES_ROSE,"var data = NIGHTINGALES_ROSE()\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

+5-4
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

+2
Original file line numberDiff line numberDiff line change
@@ -3560,6 +3560,8 @@ ndarrayOrders,"\nndarrayOrders()\n Returns a list of ndarray orders.\n"
35603560
ndarrayPromotionRules,"\nndarrayPromotionRules( [dtype1:any, dtype2:any] )\n Returns the ndarray data type with the smallest size and closest \"kind\" to\n which ndarray data types can be safely cast.\n"
35613561
ndarraySafeCasts,"\nndarraySafeCasts( [dtype:any] )\n Returns a list of ndarray data types to which a provided ndarray data type\n can be safely cast.\n"
35623562
ndarraySameKindCasts,"\nndarraySameKindCasts( [dtype:any] )\n Returns a list of ndarray data types to which a provided ndarray data type\n can be safely cast or cast within the same \"kind\".\n"
3563+
ndzeros,"\nndzeros( shape:ArrayLikeObject<integer>|integer[, options:Object] )\n Returns a zero-filled ndarray having a specified shape and data type.\n"
3564+
ndzerosLike,"\nndzerosLike( x:ndarray[, options:Object] )\n Returns a zero-filled ndarray having the same shape and data type as a\n provided input ndarray.\n"
35633565
nextGraphemeClusterBreak,"\nnextGraphemeClusterBreak( str:string[, fromIndex:integer] )\n Returns the next extended grapheme cluster break in a string after a\n specified position.\n"
35643566
nextTick,"\nnextTick( clbk[, ...args] )\n Adds a callback to the \"next tick queue\".\n"
35653567
NIGHTINGALES_ROSE,"\nNIGHTINGALES_ROSE()\n Returns data for Nightingale's famous polar area diagram.\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

+2
Original file line numberDiff line numberDiff line change
@@ -3596,6 +3596,8 @@ ndarrayOrders,"ndarrayOrders()"
35963596
ndarrayPromotionRules,"ndarrayPromotionRules( [dtype1, dtype2] )"
35973597
ndarraySafeCasts,"ndarraySafeCasts( [dtype] )"
35983598
ndarraySameKindCasts,"ndarraySameKindCasts( [dtype] )"
3599+
ndzeros,"ndzeros( shape[, options] )"
3600+
ndzerosLike,"ndzerosLike( x[, options] )"
35993601
nextGraphemeClusterBreak,"nextGraphemeClusterBreak( str[, fromIndex] )"
36003602
nextTick,"nextTick( clbk[, ...args] )"
36013603
NIGHTINGALES_ROSE,"NIGHTINGALES_ROSE()"

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

+2
Original file line numberDiff line numberDiff line change
@@ -3596,6 +3596,8 @@ ndarrayOrders,"ndarrayOrders()"
35963596
ndarrayPromotionRules,"ndarrayPromotionRules( [dtype1:any, dtype2:any] )"
35973597
ndarraySafeCasts,"ndarraySafeCasts( [dtype:any] )"
35983598
ndarraySameKindCasts,"ndarraySameKindCasts( [dtype:any] )"
3599+
ndzeros,"ndzeros( shape:ArrayLikeObject<integer>|integer[, options:Object] )"
3600+
ndzerosLike,"ndzerosLike( x:ndarray[, options:Object] )"
35993601
nextGraphemeClusterBreak,"nextGraphemeClusterBreak( str:string[, fromIndex:integer] )"
36003602
nextTick,"nextTick( clbk[, ...args] )"
36013603
NIGHTINGALES_ROSE,"NIGHTINGALES_ROSE()"

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

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

0 commit comments

Comments
 (0)