Skip to content

Commit 2f38131

Browse files
committed
Auto-generated commit
1 parent a81fcdd commit 2f38131

File tree

6 files changed

+16
-12
lines changed

6 files changed

+16
-12
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 (2024-12-14)
7+
## Unreleased (2024-12-17)
88

99
<section class="features">
1010

1111
### Features
1212

13+
- [`6f2d513`](https://github.com/stdlib-js/stdlib/commit/6f2d513c914a3b92bb202cd0e9527b8b734da65d) - add `ndarray2json` to namespace
1314
- [`2c01b65`](https://github.com/stdlib-js/stdlib/commit/2c01b654e7fcfae9bde232c5fdda10d14f02e30e) - add `ndfilterMap` to namespace
1415
- [`9ecc3d3`](https://github.com/stdlib-js/stdlib/commit/9ecc3d30b87a0d38cc7608a35024a15c920a2f29) - add `ndreject` to namespace
1516
- [`b916456`](https://github.com/stdlib-js/stdlib/commit/b916456714e3c8a4ecaf6605adf4d36188e924f9) - add `ndmap` and `ndfilter` to namespace
@@ -36,6 +37,7 @@
3637

3738
<details>
3839

40+
- [`6f2d513`](https://github.com/stdlib-js/stdlib/commit/6f2d513c914a3b92bb202cd0e9527b8b734da65d) - **feat:** add `ndarray2json` to namespace _(by Athan Reines)_
3941
- [`2c01b65`](https://github.com/stdlib-js/stdlib/commit/2c01b654e7fcfae9bde232c5fdda10d14f02e30e) - **feat:** add `ndfilterMap` to namespace _(by Athan Reines)_
4042
- [`9ecc3d3`](https://github.com/stdlib-js/stdlib/commit/9ecc3d30b87a0d38cc7608a35024a15c920a2f29) - **feat:** add `ndreject` to namespace _(by Athan Reines)_
4143
- [`b916456`](https://github.com/stdlib-js/stdlib/commit/b916456714e3c8a4ecaf6605adf4d36188e924f9) - **feat:** add `ndmap` and `ndfilter` to namespace _(by Athan Reines)_

CONTRIBUTORS

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22
#
33
# Contributors listed in alphabetical order.
44

5+
Aadish Jain <[email protected]>
56
Aayush Khanna <[email protected]>
67
Abhijit Raut <[email protected]>
78
Adarsh Palaskar <[email protected]>
89
Aditya Sapra <[email protected]>
910
Ahmed Atwa <[email protected]>
1011
Ahmed Kashkoush <[email protected]>
12+
Ahmed Khaled <[email protected]>
1113
Aleksandr <[email protected]>
1214
Ali Salesi <[email protected]>
1315
Aman Bhansali <[email protected]>
@@ -46,11 +48,10 @@ Jordan Gallivan <[email protected]>
4648
Joris Labie <[email protected]>
4749
Justin Dennison <[email protected]>
4850
Karthik Prakash <[email protected]>
49-
5051
Kohantika Nath <[email protected]>
5152
Krishnendu Das <[email protected]>
5253
Kshitij-Dale <[email protected]>
53-
54+
Lovelin Dhoni J B <[email protected]>
5455
Manik Sharma <[email protected]>
5556
Manvith M <[email protected]>
5657
Marcus Fantham <[email protected]>
@@ -61,6 +62,7 @@ Mohammad Kaif <[email protected]>
6162
Momtchil Momtchev <[email protected]>
6263
Muhammad Haris <[email protected]>
6364
Naresh Jagadeesan <[email protected]>
65+
Naveen Kumar <[email protected]>
6466
Neeraj Pathak <[email protected]>
6567
Nishant Shinde <[email protected]>
6668
Nithin Katta <[email protected]>
@@ -71,10 +73,10 @@ Ori Miles <[email protected]>
7173
Philipp Burckhardt <[email protected]>
7274
Prajwal Kulkarni <[email protected]>
7375
Pranav Goswami <[email protected]>
74-
75-
76+
Pranjal Jha <[email protected]>
77+
Pratik Singh <[email protected]>
7678
Pratyush Kumar Chouhan <[email protected]>
77-
79+
Priyansh Prajapati <[email protected]>
7880
Priyanshu Agarwal <[email protected]>
7981
Pushpendra Chandravanshi <[email protected]>
8082
Raunak Kumar Gupta <[email protected]>
@@ -93,7 +95,7 @@ Sarthak Paandey <[email protected]>
9395
Saurabh Singh <[email protected]>
9496
Seyyed Parsa Neshaei <[email protected]>
9597
Shashank Shekhar Singh <[email protected]>
96-
98+
Shivam Ahir <[email protected]>
9799
Shraddheya Shendre <[email protected]>
98100
Shubh Mehta <[email protected]>
99101
Shubham Mishra <[email protected]>
@@ -116,7 +118,6 @@ Vivek maurya <[email protected]>
116118
Xiaochuan Ye <[email protected]>
117119
Yaswanth Kosuru <[email protected]>
118120
Yernar Yergaziyev <[email protected]>
119-
120121
olenkabilonizhka <[email protected]>
121122
122123

data/data.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2541,6 +2541,7 @@
25412541
"@stdlib/utils/native-class",nativeClass
25422542
"@stdlib/ndarray/ctor",ndarray
25432543
"@stdlib/ndarray/to-array",ndarray2array
2544+
"@stdlib/ndarray/to-json",ndarray2json
25442545
"@stdlib/ndarray/casting-modes",ndarrayCastingModes
25452546
"@stdlib/ndarray/data-buffer",ndarrayDataBuffer
25462547
"@stdlib/ndarray/dtype",ndarrayDataType

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)