Skip to content

Commit 2507999

Browse files
committed
Auto-generated commit
1 parent 2e7c833 commit 2507999

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-03-21)
7+
## Unreleased (2025-03-22)
88

99
<section class="features">
1010

1111
### Features
1212

13+
- [`54a7d5c`](https://github.com/stdlib-js/stdlib/commit/54a7d5cc20b27a462948c69eb330024caf115ed7) - add `ndfill` to namespace
1314
- [`7d8aba0`](https://github.com/stdlib-js/stdlib/commit/7d8aba04d7513814f09d725b81c0f953ad4c3b7f) - add ndarray APIs and float32 constants to namespace
1415
- [`6f2d513`](https://github.com/stdlib-js/stdlib/commit/6f2d513c914a3b92bb202cd0e9527b8b734da65d) - add `ndarray2json` to namespace
1516
- [`2c01b65`](https://github.com/stdlib-js/stdlib/commit/2c01b654e7fcfae9bde232c5fdda10d14f02e30e) - add `ndfilterMap` to namespace
@@ -38,6 +39,7 @@
3839

3940
<details>
4041

42+
- [`54a7d5c`](https://github.com/stdlib-js/stdlib/commit/54a7d5cc20b27a462948c69eb330024caf115ed7) - **feat:** add `ndfill` to namespace _(by Athan Reines)_
4143
- [`60310a4`](https://github.com/stdlib-js/stdlib/commit/60310a466ebe2a37ab66135c59cc880ca3183ade) - **docs:** fix related package _(by Athan Reines)_
4244
- [`7d8aba0`](https://github.com/stdlib-js/stdlib/commit/7d8aba04d7513814f09d725b81c0f953ad4c3b7f) - **feat:** add ndarray APIs and float32 constants to namespace _(by Athan Reines)_
4345
- [`6f2d513`](https://github.com/stdlib-js/stdlib/commit/6f2d513c914a3b92bb202cd0e9527b8b734da65d) - **feat:** add `ndarray2json` to namespace _(by Athan Reines)_

data/data.csv

+1
Original file line numberDiff line numberDiff line change
@@ -2593,6 +2593,7 @@ ndarrayStrides,"array,ndarray,ndarrayOffset,ndarrayOrder,ndarrayShape"
25932593
ndat,"array,ndslice"
25942594
ndempty,"ndemptyLike,ndzeros"
25952595
ndemptyLike,"ndempty,ndzerosLike"
2596+
ndfill,"ndmap,ndzeros"
25962597
ndfilter,"ndfilterMap,ndmap,ndreject,ndslice"
25972598
ndfilterMap,"ndfilter,ndmap,ndreject,ndslice"
25982599
ndforEach,"ndmap"

data/data.json

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

dist/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)