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 14, 2024
1 parent f14be7e commit 5d81327
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 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

- [`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
- [`b916456`](https://github.com/stdlib-js/stdlib/commit/b916456714e3c8a4ecaf6605adf4d36188e924f9) - add `ndmap` and `ndfilter` to namespace
- [`254fa9e`](https://github.com/stdlib-js/stdlib/commit/254fa9ec906b3a6c62551e13bd0aeef1c1f29af8) - add `Float64ArrayLE`, `Float32ArrayLE`, `Float64ArrayFE`, and `Float32ArrayFE` to namespace
Expand All @@ -35,6 +36,7 @@

<details>

- [`2c01b65`](https://github.com/stdlib-js/stdlib/commit/2c01b654e7fcfae9bde232c5fdda10d14f02e30e) - **feat:** add `ndfilterMap` to namespace _(by Athan Reines)_
- [`9ecc3d3`](https://github.com/stdlib-js/stdlib/commit/9ecc3d30b87a0d38cc7608a35024a15c920a2f29) - **feat:** add `ndreject` to namespace _(by Athan Reines)_
- [`b916456`](https://github.com/stdlib-js/stdlib/commit/b916456714e3c8a4ecaf6605adf4d36188e924f9) - **feat:** add `ndmap` and `ndfilter` to namespace _(by Athan Reines)_
- [`254fa9e`](https://github.com/stdlib-js/stdlib/commit/254fa9ec906b3a6c62551e13bd0aeef1c1f29af8) - **feat:** add `Float64ArrayLE`, `Float32ArrayLE`, `Float64ArrayFE`, and `Float32ArrayFE` to namespace _(by Athan Reines)_
Expand Down
7 changes: 4 additions & 3 deletions data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2565,7 +2565,8 @@
"@stdlib/ndarray/at","@stdlib/ndarray/array,@stdlib/ndarray/slice"
"@stdlib/ndarray/empty","@stdlib/ndarray/empty-like,@stdlib/ndarray/zeros"
"@stdlib/ndarray/empty-like","@stdlib/ndarray/empty,@stdlib/ndarray/zeros-like"
"@stdlib/ndarray/filter","@stdlib/ndarray/map,@stdlib/ndarray/reject,@stdlib/ndarray/slice"
"@stdlib/ndarray/filter","@stdlib/ndarray/filter-map,@stdlib/ndarray/map,@stdlib/ndarray/reject,@stdlib/ndarray/slice"
"@stdlib/ndarray/filter-map","@stdlib/ndarray/filter,@stdlib/ndarray/map,@stdlib/ndarray/reject,@stdlib/ndarray/slice"
"@stdlib/ndarray/ndims","@stdlib/ndarray/array,@stdlib/ndarray/ctor,@stdlib/ndarray/numel,@stdlib/ndarray/shape"
"@stdlib/ndarray/iter/to-array-each","@stdlib/ndarray/ctor,@stdlib/ndarray/to-array"
"@stdlib/ndarray/iter/column-entries","@stdlib/ndarray/iter/columns,@stdlib/ndarray/iter/entries,@stdlib/ndarray/iter/row-entries,@stdlib/ndarray/slice"
Expand All @@ -2581,8 +2582,8 @@
"@stdlib/ndarray/iter/stacks","@stdlib/ndarray/iter/columns,@stdlib/ndarray/iter/matrices,@stdlib/ndarray/iter/rows,@stdlib/ndarray/iter/subarrays,@stdlib/ndarray/slice"
"@stdlib/ndarray/iter/subarrays","@stdlib/ndarray/iter/columns,@stdlib/ndarray/iter/matrices,@stdlib/ndarray/iter/rows,@stdlib/ndarray/iter/stacks,@stdlib/ndarray/slice"
"@stdlib/ndarray/iter/values","@stdlib/ndarray/ctor,@stdlib/ndarray/iter/entries,@stdlib/ndarray/iter/indices"
"@stdlib/ndarray/map","@stdlib/ndarray/filter,@stdlib/ndarray/slice"
"@stdlib/ndarray/reject","@stdlib/ndarray/filter,@stdlib/ndarray/map,@stdlib/ndarray/slice"
"@stdlib/ndarray/map","@stdlib/ndarray/filter,@stdlib/ndarray/filter-map,@stdlib/ndarray/slice"
"@stdlib/ndarray/reject","@stdlib/ndarray/filter,@stdlib/ndarray/filter-map,@stdlib/ndarray/map,@stdlib/ndarray/slice"
"@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"
"@stdlib/ndarray/slice-dimension","@stdlib/ndarray/array,@stdlib/ndarray/ctor,@stdlib/ndarray/slice,@stdlib/ndarray/slice-dimension-from,@stdlib/ndarray/slice-dimension-to"
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 5d81327

Please sign in to comment.