Skip to content

Commit 51aa18e

Browse files
committed
Auto-generated commit
1 parent 2001b65 commit 51aa18e

File tree

6 files changed

+10
-5
lines changed

6 files changed

+10
-5
lines changed

CHANGELOG.md

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

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

99
<section class="features">
1010

1111
### Features
1212

13+
- [`27ace7d`](https://github.com/stdlib-js/stdlib/commit/27ace7d0555fdbd7af3b0ecb1787718c8c84c0f2) - add `ndfillBy` to namespace
1314
- [`54a7d5c`](https://github.com/stdlib-js/stdlib/commit/54a7d5cc20b27a462948c69eb330024caf115ed7) - add `ndfill` to namespace
1415
- [`7d8aba0`](https://github.com/stdlib-js/stdlib/commit/7d8aba04d7513814f09d725b81c0f953ad4c3b7f) - add ndarray APIs and float32 constants to namespace
1516
- [`6f2d513`](https://github.com/stdlib-js/stdlib/commit/6f2d513c914a3b92bb202cd0e9527b8b734da65d) - add `ndarray2json` to namespace
@@ -49,6 +50,7 @@
4950

5051
<details>
5152

53+
- [`27ace7d`](https://github.com/stdlib-js/stdlib/commit/27ace7d0555fdbd7af3b0ecb1787718c8c84c0f2) - **feat:** add `ndfillBy` to namespace _(by Athan Reines)_
5254
- [`54a7d5c`](https://github.com/stdlib-js/stdlib/commit/54a7d5cc20b27a462948c69eb330024caf115ed7) - **feat:** add `ndfill` to namespace _(by Athan Reines)_
5355
- [`845e64a`](https://github.com/stdlib-js/stdlib/commit/845e64a2f7e12bd60729097230774569b2d4954e) - **refactor:** update paths _(by Gururaj Gurram)_
5456
- [`74826d6`](https://github.com/stdlib-js/stdlib/commit/74826d6d9c5c800da64c3a9821a511fef2fd0a67) - **refactor:** update paths _(by Gururaj Gurram)_

CONTRIBUTORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# Contributors listed in alphabetical order.
44

55
Aadish Jain <[email protected]>
6+
Aarya Balwadkar <[email protected]>
67
Aayush Khanna <[email protected]>
78
Abdelrahman Samir <[email protected]>
89
Abdul Kaium <[email protected]>
@@ -104,6 +105,7 @@ Ognjen Jevremović <[email protected]>
104105
Oneday12323 <[email protected]>
105106
Ori Miles <[email protected]>
106107
Philipp Burckhardt <[email protected]>
108+
Prajjwal Bajpai <[email protected]>
107109
Prajwal Kulkarni <[email protected]>
108110
Pranav Goswami <[email protected]>
109111
Pranjal Jha <[email protected]>

data/data.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2594,6 +2594,7 @@
25942594
"@stdlib/ndarray/empty",ndempty
25952595
"@stdlib/ndarray/empty-like",ndemptyLike
25962596
"@stdlib/ndarray/fill",ndfill
2597+
"@stdlib/ndarray/fill-by",ndfillBy
25972598
"@stdlib/ndarray/filter",ndfilter
25982599
"@stdlib/ndarray/filter-map",ndfilterMap
25992600
"@stdlib/ndarray/for-each",ndforEach

data/data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)