Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Sep 28, 2023
1 parent 315724d commit 1284c6e
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/index.js.map

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,15 @@ setReadOnly( ns, 'ndempty', require( './../empty' ) );
*/
setReadOnly( ns, 'ndemptyLike', require( './../empty-like' ) );

/**
* @name FancyArray
* @memberof ns
* @readonly
* @type {Function}
* @see {@link module:@stdlib/ndarray/fancy}
*/
setReadOnly( ns, 'FancyArray', require( './../fancy' ) );

/**
* @name scalar2ndarray
* @memberof ns
Expand Down Expand Up @@ -207,6 +216,15 @@ setReadOnly( ns, 'ndarraySafeCasts', require( './../safe-casts' ) );
*/
setReadOnly( ns, 'ndarraySameKindCasts', require( './../same-kind-casts' ) );

/**
* @name ndslice
* @memberof ns
* @readonly
* @type {Function}
* @see {@link module:@stdlib/ndarray/slice}
*/
setReadOnly( ns, 'ndslice', require( './../slice' ) );

/**
* @name sub2ind
* @memberof ns
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"@stdlib/constants": "github:stdlib-js/constants#main",
"@stdlib/math": "github:stdlib-js/math#main",
"@stdlib/number": "github:stdlib-js/number#main",
"@stdlib/proxy": "github:stdlib-js/proxy#main",
"@stdlib/slice": "github:stdlib-js/slice#main",
"@stdlib/string": "github:stdlib-js/string#main",
"@stdlib/types": "github:stdlib-js/types#main",
Expand All @@ -55,7 +56,6 @@
"@stdlib/blas": "github:stdlib-js/blas#main",
"@stdlib/console": "github:stdlib-js/console#main",
"@stdlib/fs": "github:stdlib-js/fs#main",
"@stdlib/proxy": "github:stdlib-js/proxy#main",
"@stdlib/random": "github:stdlib-js/random#main",
"@stdlib/strided": "github:stdlib-js/strided#main",
"@stdlib/time": "github:stdlib-js/time#main",
Expand Down

0 comments on commit 1284c6e

Please sign in to comment.