Skip to content

Commit

Permalink
feat: add nditerSelectDimension to namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Aug 11, 2024
1 parent 46aec25 commit 972755d
Show file tree
Hide file tree
Showing 23 changed files with 36 additions and 14 deletions.
1 change: 1 addition & 0 deletions lib/node_modules/@stdlib/namespace/alias2pkg/data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2564,6 +2564,7 @@ nditerMatrices,"@stdlib/ndarray/iter/matrices"
nditerMatrixEntries,"@stdlib/ndarray/iter/matrix-entries"
nditerRowEntries,"@stdlib/ndarray/iter/row-entries"
nditerRows,"@stdlib/ndarray/iter/rows"
nditerSelectDimension,"@stdlib/ndarray/iter/select-dimension"
nditerValues,"@stdlib/ndarray/iter/values"
ndslice,"@stdlib/ndarray/slice"
ndsliceAssign,"@stdlib/ndarray/slice-assign"
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2564,6 +2564,7 @@ nditerMatrices,"nditerColumns,nditerMatrixEntries,nditerRows,ndslice"
nditerMatrixEntries,"nditerColumnEntries,nditerEntries,nditerMatrices,nditerRowEntries,ndslice"
nditerRowEntries,"nditerColumnEntries,nditerEntries,nditerRows,ndslice"
nditerRows,"nditerColumns,nditerRowEntries,ndslice"
nditerSelectDimension,"nditerColumns,nditerMatrices,nditerRows,ndslice"
nditerValues,"ndarray,nditerEntries,nditerIndices"
ndslice,"array,ndat,ndarray,ndsliceAssign,ndsliceDimension"
ndsliceAssign,"array,ndarray,ndslice"
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2564,6 +2564,7 @@ nditerMatrices,"@stdlib/ndarray-iter-matrices"
nditerMatrixEntries,"@stdlib/ndarray-iter-matrix-entries"
nditerRowEntries,"@stdlib/ndarray-iter-row-entries"
nditerRows,"@stdlib/ndarray-iter-rows"
nditerSelectDimension,"@stdlib/ndarray-iter-select-dimension"
nditerValues,"@stdlib/ndarray-iter-values"
ndslice,"@stdlib/ndarray-slice"
ndsliceAssign,"@stdlib/ndarray-slice-assign"
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/namespace/aliases/data/data.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions lib/node_modules/@stdlib/namespace/aliases/data/data.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2564,6 +2564,7 @@ nditerMatrices
nditerMatrixEntries
nditerRowEntries
nditerRows
nditerSelectDimension
nditerValues
ndslice
ndsliceAssign
Expand Down
13 changes: 13 additions & 0 deletions lib/node_modules/@stdlib/namespace/lib/namespace/n.js
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,19 @@ ns.push({
]
});

ns.push({
'alias': 'nditerSelectDimension',
'path': '@stdlib/ndarray/iter/select-dimension',
'value': require( '@stdlib/ndarray/iter/select-dimension' ),
'type': 'Function',
'related': [
'@stdlib/ndarray/iter/columns',
'@stdlib/ndarray/iter/matrices',
'@stdlib/ndarray/iter/rows',
'@stdlib/ndarray/slice'
]
});

ns.push({
'alias': 'nditerValues',
'path': '@stdlib/ndarray/iter/values',
Expand Down
1 change: 1 addition & 0 deletions lib/node_modules/@stdlib/namespace/pkg2alias/data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2564,6 +2564,7 @@
"@stdlib/ndarray/iter/matrix-entries",nditerMatrixEntries
"@stdlib/ndarray/iter/row-entries",nditerRowEntries
"@stdlib/ndarray/iter/rows",nditerRows
"@stdlib/ndarray/iter/select-dimension",nditerSelectDimension
"@stdlib/ndarray/iter/values",nditerValues
"@stdlib/ndarray/slice",ndslice
"@stdlib/ndarray/slice-assign",ndsliceAssign
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2564,6 +2564,7 @@
"@stdlib/ndarray/iter/matrix-entries","@stdlib/ndarray/iter/column-entries,@stdlib/ndarray/iter/entries,@stdlib/ndarray/iter/matrices,@stdlib/ndarray/iter/row-entries,@stdlib/ndarray/slice"
"@stdlib/ndarray/iter/row-entries","@stdlib/ndarray/iter/column-entries,@stdlib/ndarray/iter/entries,@stdlib/ndarray/iter/rows,@stdlib/ndarray/slice"
"@stdlib/ndarray/iter/rows","@stdlib/ndarray/iter/columns,@stdlib/ndarray/iter/row-entries,@stdlib/ndarray/slice"
"@stdlib/ndarray/iter/select-dimension","@stdlib/ndarray/iter/columns,@stdlib/ndarray/iter/matrices,@stdlib/ndarray/iter/rows,@stdlib/ndarray/slice"
"@stdlib/ndarray/iter/values","@stdlib/ndarray/ctor,@stdlib/ndarray/iter/entries,@stdlib/ndarray/iter/indices"
"@stdlib/ndarray/slice","@stdlib/ndarray/array,@stdlib/ndarray/at,@stdlib/ndarray/ctor,@stdlib/ndarray/slice-assign,@stdlib/ndarray/slice-dimension"
"@stdlib/ndarray/slice-assign","@stdlib/ndarray/array,@stdlib/ndarray/ctor,@stdlib/ndarray/slice"
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2564,6 +2564,7 @@
"@stdlib/ndarray/iter/matrix-entries","@stdlib/ndarray-iter-matrix-entries"
"@stdlib/ndarray/iter/row-entries","@stdlib/ndarray-iter-row-entries"
"@stdlib/ndarray/iter/rows","@stdlib/ndarray-iter-rows"
"@stdlib/ndarray/iter/select-dimension","@stdlib/ndarray-iter-select-dimension"
"@stdlib/ndarray/iter/values","@stdlib/ndarray-iter-values"
"@stdlib/ndarray/slice","@stdlib/ndarray-slice"
"@stdlib/ndarray/slice-assign","@stdlib/ndarray-slice-assign"
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2564,6 +2564,7 @@
"@stdlib/ndarray-iter-matrix-entries","@stdlib/ndarray/iter/matrix-entries"
"@stdlib/ndarray-iter-row-entries","@stdlib/ndarray/iter/row-entries"
"@stdlib/ndarray-iter-rows","@stdlib/ndarray/iter/rows"
"@stdlib/ndarray-iter-select-dimension","@stdlib/ndarray/iter/select-dimension"
"@stdlib/ndarray-iter-values","@stdlib/ndarray/iter/values"
"@stdlib/ndarray-slice","@stdlib/ndarray/slice"
"@stdlib/ndarray-slice-assign","@stdlib/ndarray/slice-assign"
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/repl/code-blocks/data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2778,7 +2778,7 @@ dayOfQuarter,"var day = dayOfQuarter()\nday = dayOfQuarter( new Date() )\nday =
dayOfYear,"var day = dayOfYear()\nday = dayOfYear( new Date() )\nday = dayOfYear( 12, 31, 2016 )\nday = dayOfYear( 'dec', 31, 2016 )\nday = dayOfYear( 'december', 31, 2016 )\n"
daysInMonth,"var num = daysInMonth()\nnum = daysInMonth( 2 )\nnum = daysInMonth( 2, 2016 )\nnum = daysInMonth( 2, 2017 )\nnum = daysInMonth( 'feb', 2016 )\nnum = daysInMonth( 'february', 2016 )\n"
daysInYear,"var num = daysInYear()\nnum = daysInYear( 2016 )\nnum = daysInYear( 2017 )\n"
ddot,"var x = array( new Float64Array( [ 4.0, 2.0, -3.0, 5.0, -1.0 ] ) );\nvar y = array( new Float64Array( [ 2.0, 6.0, -1.0, -4.0, 8.0 ] ) );\nddot( x, y )\n"
ddot,"var xbuf = new Float64Array( [ 4.0, 2.0, -3.0, 5.0, -1.0 ] );\nvar x = array( xbuf );\nvar ybuf = new Float64Array( [ 2.0, 6.0, -1.0, -4.0, 8.0 ] );\nvar y = array( ybuf );\nddot( x, y )\n"
debugSinkStream,"var s = debugSinkStream( { 'name': 'foo' } );\ns.write( 'a' );\ns.write( 'b' );\ns.write( 'c' );\ns.end();\n"
debugSinkStream.factory,"var opts = { 'objectMode': true, 'highWaterMark': 64 };\nvar createStream = debugSinkStream.factory( opts );\n"
debugSinkStream.objectMode,"var s = debugSinkStream.objectMode( { 'name': 'foo' } );\ns.write( { 'value': 'a' } );\ns.write( { 'value': 'b' } );\ns.write( { 'value': 'c' } );\ns.end();\n"
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/repl/code-blocks/data/data.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/repl/data/contributor.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
["Adarsh Palaskar","Aditya Sapra","AgPriyanshu18","Aleksandr","Ali Salesi","Aman Bhansali","Amit Jimiwal","Anudeep Sanapala","Athan Reines","Ayaka","Brendan Graetz","Bruno Fenzl","Bryan Elee","Chinmay Joshi","Christopher Dambamuromo","Dan Rose","Daniel Killenberger","Daniel Yu","Dominik Moritz","Dorrin Sotoudeh","EuniceSim142","Frank Kovacs","Golden Kumar","Gunj Joshi","Harshita Kalani","Hridyanshu","Jaimin Godhani","James Gelok","Jaysukh Makvana","Jithin KS","Joel Mathew Koshy","Joey Reed","Jordan Gallivan","Joris Labie","Justin Dennison","Karthik Prakash","Khaldon","Krishnendu Das","Lovelin","Manik Sharma","Marcus Fantham","Matt Cochrane","Mihir Pandit","Milan Raj","Momtchil Momtchev","Muhammad Haris","Naresh Jagadeesan","NightKnight","Nithin Katta","Nourhan Hasan","Ognjen Jevremović","Oneday12323","Philipp Burckhardt","Prajwal Kulkarni","Pranav Goswami","Praneki","Pratik","Priyansh","Pushpendra Chandravanshi","Raunak Kumar Gupta","Rejoan Sardar","Ricky Reusser","Ridam Garg","Robert Gislason","Roman Stetsyk","Rutam","Ryan Seal","Sai Srikar Dumpeti","Seyyed Parsa Neshaei","Shashank Shekhar Singh","Shivam","Shraddheya Shendre","Shubh Mehta","Shubham Mishra","Sivam Das","Snehil Shah","Soumajit Chatterjee","Spandan Barve","Stephannie Jiménez Gacha","Suraj kumar","Tirtadwipa Manunggal","Tudor Pagu","Utkarsh","Utkarsh Raj","Varad Gupta","Xiaochuan Ye","Yernar Yergaziyev","naveen","nishant-s7","orimiles5","rainn","rei2hu"]
["Adarsh Palaskar","Aditya Sapra","AgPriyanshu18","Aleksandr","Ali Salesi","Aman Bhansali","Amit Jimiwal","Anudeep Sanapala","Athan Reines","Ayaka","Brendan Graetz","Bruno Fenzl","Bryan Elee","Chinmay Joshi","Christopher Dambamuromo","Dan Rose","Daniel Killenberger","Daniel Yu","Dominik Moritz","Dorrin Sotoudeh","EuniceSim142","Frank Kovacs","Golden Kumar","Gunj Joshi","Harshita Kalani","Hridyanshu","Jaimin Godhani","James Gelok","Jaysukh Makvana","Jithin KS","Joel Mathew Koshy","Joey Reed","Jordan Gallivan","Joris Labie","Justin Dennison","Karthik Prakash","Khaldon","Krishnendu Das","Lovelin","Manik Sharma","Marcus Fantham","Matt Cochrane","Mihir Pandit","Milan Raj","Momtchil Momtchev","Muhammad Haris","Naresh Jagadeesan","NightKnight","Nithin Katta","Nourhan Hasan","Ognjen Jevremović","Oneday12323","Philipp Burckhardt","Prajwal Kulkarni","Pranav Goswami","Praneki","Pratik","Priyansh","Pushpendra Chandravanshi","Raunak Kumar Gupta","Rejoan Sardar","Ricky Reusser","Ridam Garg","Robert Gislason","Roman Stetsyk","Rutam","Ryan Seal","Sai Srikar Dumpeti","SarthakPaandey","Seyyed Parsa Neshaei","Shashank Shekhar Singh","Shivam","Shraddheya Shendre","Shubh Mehta","Shubham Mishra","Sivam Das","Snehil Shah","Soumajit Chatterjee","Spandan Barve","Stephannie Jiménez Gacha","Suraj kumar","Tirtadwipa Manunggal","Tudor Pagu","Utkarsh","Utkarsh Raj","Varad Gupta","Xiaochuan Ye","Yernar Yergaziyev","naveen","nishant-s7","orimiles5","rainn","rei2hu"]
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/repl/data/license_text.json

Large diffs are not rendered by default.

Loading

1 comment on commit 972755d

@stdlib-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage Report

Package Statements Branches Functions Lines
namespace/alias2pkg $\color{green}95/95$
$\color{green}+100.00\%$
$\color{green}7/7$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}95/95$
$\color{green}+100.00\%$
namespace/alias2related $\color{green}95/95$
$\color{green}+100.00\%$
$\color{green}7/7$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}95/95$
$\color{green}+100.00\%$
namespace/alias2standalone $\color{green}95/95$
$\color{green}+100.00\%$
$\color{green}7/7$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}95/95$
$\color{green}+100.00\%$
namespace/aliases $\color{green}144/144$
$\color{green}+100.00\%$
$\color{green}14/14$
$\color{green}+100.00\%$
$\color{green}2/2$
$\color{green}+100.00\%$
$\color{green}144/144$
$\color{green}+100.00\%$
namespace $\color{green}95/95$
$\color{green}+100.00\%$
$\color{green}4/4$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}95/95$
$\color{green}+100.00\%$
namespace/pkg2alias $\color{green}100/100$
$\color{green}+100.00\%$
$\color{green}10/10$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}100/100$
$\color{green}+100.00\%$
namespace/pkg2related $\color{green}100/100$
$\color{green}+100.00\%$
$\color{green}10/10$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}100/100$
$\color{green}+100.00\%$
namespace/pkg2standalone $\color{green}95/95$
$\color{green}+100.00\%$
$\color{green}7/7$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}95/95$
$\color{green}+100.00\%$
namespace/standalone2pkg $\color{green}95/95$
$\color{green}+100.00\%$
$\color{green}7/7$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}95/95$
$\color{green}+100.00\%$
ndarray/iter $\color{green}141/141$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}0/0$
$\color{green}+100.00\%$
$\color{green}141/141$
$\color{green}+100.00\%$
ndarray/iter/select-dimension $\color{green}282/282$
$\color{green}+100.00\%$
$\color{green}34/34$
$\color{green}+100.00\%$
$\color{green}4/4$
$\color{green}+100.00\%$
$\color{green}282/282$
$\color{green}+100.00\%$
repl/code-blocks $\color{green}95/95$
$\color{green}+100.00\%$
$\color{green}7/7$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}95/95$
$\color{green}+100.00\%$
repl $\color{red}10404/12996$
$\color{green}+80.06\%$
$\color{red}631/862$
$\color{green}+73.20\%$
$\color{red}146/232$
$\color{green}+62.93\%$
$\color{red}10404/12996$
$\color{green}+80.06\%$
repl/help $\color{green}95/95$
$\color{green}+100.00\%$
$\color{green}7/7$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}95/95$
$\color{green}+100.00\%$

The above coverage report was generated for the changes in this push.

Please sign in to comment.