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 Dec 29, 2024
1 parent 1174055 commit fbe9cb9
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

### Features

- [`7d8aba0`](https://github.com/stdlib-js/stdlib/commit/7d8aba04d7513814f09d725b81c0f953ad4c3b7f) - add ndarray APIs and float32 constants to namespace
- [`2c01b65`](https://github.com/stdlib-js/stdlib/commit/2c01b654e7fcfae9bde232c5fdda10d14f02e30e) - add `ndfilterMap` to namespace
- [`9ecc3d3`](https://github.com/stdlib-js/stdlib/commit/9ecc3d30b87a0d38cc7608a35024a15c920a2f29) - add `ndreject` to namespace
- [`254fa9e`](https://github.com/stdlib-js/stdlib/commit/254fa9ec906b3a6c62551e13bd0aeef1c1f29af8) - add `Float64ArrayLE`, `Float32ArrayLE`, `Float64ArrayFE`, and `Float32ArrayFE` to namespace
Expand All @@ -33,6 +34,7 @@

<details>

- [`7d8aba0`](https://github.com/stdlib-js/stdlib/commit/7d8aba04d7513814f09d725b81c0f953ad4c3b7f) - **feat:** add ndarray APIs and float32 constants to namespace _(by Athan Reines)_
- [`800e80b`](https://github.com/stdlib-js/stdlib/commit/800e80b8550012d379d57c8ac7e14909a96cbc60) - **docs:** update REPL namespace documentation [(#4336)](https://github.com/stdlib-js/stdlib/pull/4336) _(by stdlib-bot, Philipp Burckhardt)_
- [`723d79a`](https://github.com/stdlib-js/stdlib/commit/723d79a57ba54b0d000e04bff76fa425f8e9fff6) - **docs:** update REPL namespace documentation [(#4304)](https://github.com/stdlib-js/stdlib/pull/4304) _(by stdlib-bot, Philipp Burckhardt)_
- [`bcd06cf`](https://github.com/stdlib-js/stdlib/commit/bcd06cfb0b7e8f4b0e623ebd462b77a3510e2795) - **docs:** update REPL namespace documentation [(#4267)](https://github.com/stdlib-js/stdlib/pull/4267) _(by stdlib-bot, Philipp Burckhardt)_
Expand Down
17 changes: 17 additions & 0 deletions data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -4152,6 +4152,9 @@ ndarray.prototype.iset,"ndarray.prototype.iset( idx, v )"
ndarray.prototype.toString,"ndarray.prototype.toString()"
ndarray.prototype.toJSON,"ndarray.prototype.toJSON()"
ndarray2array,"ndarray2array( x )"
ndarray2fancy,"ndarray2fancy( x[, options] )"
ndarray2fancy.factory,"ndarray2fancy.factory( [options] )"
ndarray2fancy.idx,"ndarray2fancy.idx( x[, options] )"
ndarray2json,"ndarray2json( x )"
ndarrayCastingModes,"ndarrayCastingModes()"
ndarrayDataBuffer,"ndarrayDataBuffer( x )"
Expand Down Expand Up @@ -4179,7 +4182,21 @@ ndempty,"ndempty( shape[, options] )"
ndemptyLike,"ndemptyLike( x[, options] )"
ndfilter,"ndfilter( x[, options], predicate[, thisArg] )"
ndfilterMap,"ndfilterMap( x[, options], fcn[, thisArg] )"
ndforEach,"ndforEach( x, fcn[, thisArg] )"
ndims,"ndims( x )"
ndindex,"ndindex( x[, options] )"
ndindex.free,"ndindex.free( id )"
ndindex.get,"ndindex.get( id )"
ndindex.cartesianIndex,"ndindex.cartesianIndex( x[, options] )"
ndindex.linearIndex,"ndindex.linearIndex( x[, options] )"
ndindex.prototype.data,"ndindex.prototype.data"
ndindex.prototype.dtype,"ndindex.prototype.dtype"
ndindex.prototype.id,"ndindex.prototype.id"
ndindex.prototype.isCached,"ndindex.prototype.isCached"
ndindex.prototype.kind,"ndindex.prototype.kind"
ndindex.prototype.type,"ndindex.prototype.type"
ndindex.prototype.toString,"ndindex.prototype.toString()"
ndindex.prototype.toJSON,"ndindex.prototype.toJSON()"
nditerColumnEntries,"nditerColumnEntries( x[, options] )"
nditerColumns,"nditerColumns( x[, options] )"
nditerEntries,"nditerEntries( x[, options] )"
Expand Down
2 changes: 1 addition & 1 deletion data/data.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

0 comments on commit fbe9cb9

Please sign in to comment.