Skip to content

Commit d9f9a02

Browse files
committed
Auto-generated commit
1 parent 539991d commit d9f9a02

File tree

7 files changed

+17
-13
lines changed

7 files changed

+17
-13
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ indent_style = tab
121121
[*.{md,md.txt}]
122122
indent_style = space
123123
indent_size = 4
124-
trim_trailing_whitespace = false
124+
trim_trailing_whitespace = true # Note: this disables using two spaces to force a hard line break, which is permitted in Markdown. As we don't typically follow that practice (TMK), we should be safe to automatically trim.
125125
126126
# Set properties for `usage.txt` files:
127127
[usage.txt]

CHANGELOG.md

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

7-
## Unreleased (2024-12-16)
7+
## Unreleased (2024-12-17)
88

99
<section class="features">
1010

@@ -35,6 +35,7 @@
3535

3636
<details>
3737

38+
- [`54fb9de`](https://github.com/stdlib-js/stdlib/commit/54fb9de7dc776a7d01ca86de154d0f74694d1630) - **docs:** update REPL namespace documentation [(#3978)](https://github.com/stdlib-js/stdlib/pull/3978) _(by stdlib-bot, Philipp Burckhardt)_
3839
- [`31cd034`](https://github.com/stdlib-js/stdlib/commit/31cd0347ff2c9b5b8e5b536b5a72e5befc3d308d) - **docs:** update REPL namespace documentation [(#3938)](https://github.com/stdlib-js/stdlib/pull/3938) _(by stdlib-bot, Philipp Burckhardt)_
3940
- [`e43aaa9`](https://github.com/stdlib-js/stdlib/commit/e43aaa95f790584e26f189ab52267108bb423231) - **docs:** update REPL namespace documentation [(#3917)](https://github.com/stdlib-js/stdlib/pull/3917) _(by stdlib-bot, Philipp Burckhardt)_
4041
- [`2c01b65`](https://github.com/stdlib-js/stdlib/commit/2c01b654e7fcfae9bde232c5fdda10d14f02e30e) - **feat:** add `ndfilterMap` to namespace _(by Athan Reines)_

CONTRIBUTORS

Lines changed: 9 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]>
@@ -24,6 +26,7 @@ Dan Rose <[email protected]>
2426
Daniel Killenberger <[email protected]>
2527
Daniel Yu <[email protected]>
2628
Debashis Maharana <[email protected]>
29+
Divyansh Seth <[email protected]>
2730
Dominic Lim <[email protected]>
2831
Dominik Moritz <[email protected]>
2932
Dorrin Sotoudeh <[email protected]>
@@ -46,11 +49,10 @@ Jordan Gallivan <[email protected]>
4649
Joris Labie <[email protected]>
4750
Justin Dennison <[email protected]>
4851
Karthik Prakash <[email protected]>
49-
5052
Kohantika Nath <[email protected]>
5153
Krishnendu Das <[email protected]>
5254
Kshitij-Dale <[email protected]>
53-
55+
Lovelin Dhoni J B <[email protected]>
5456
Manik Sharma <[email protected]>
5557
Manvith M <[email protected]>
5658
Marcus Fantham <[email protected]>
@@ -61,6 +63,7 @@ Mohammad Kaif <[email protected]>
6163
Momtchil Momtchev <[email protected]>
6264
Muhammad Haris <[email protected]>
6365
Naresh Jagadeesan <[email protected]>
66+
Naveen Kumar <[email protected]>
6467
Neeraj Pathak <[email protected]>
6568
Nishant Shinde <[email protected]>
6669
Nithin Katta <[email protected]>
@@ -71,10 +74,10 @@ Ori Miles <[email protected]>
7174
Philipp Burckhardt <[email protected]>
7275
Prajwal Kulkarni <[email protected]>
7376
Pranav Goswami <[email protected]>
74-
75-
77+
Pranjal Jha <[email protected]>
78+
Pratik Singh <[email protected]>
7679
Pratyush Kumar Chouhan <[email protected]>
77-
80+
Priyansh Prajapati <[email protected]>
7881
Priyanshu Agarwal <[email protected]>
7982
Pushpendra Chandravanshi <[email protected]>
8083
Raunak Kumar Gupta <[email protected]>
@@ -93,7 +96,7 @@ Sarthak Paandey <[email protected]>
9396
Saurabh Singh <[email protected]>
9497
Seyyed Parsa Neshaei <[email protected]>
9598
Shashank Shekhar Singh <[email protected]>
96-
99+
Shivam Ahir <[email protected]>
97100
Shraddheya Shendre <[email protected]>
98101
Shubh Mehta <[email protected]>
99102
Shubham Mishra <[email protected]>
@@ -116,7 +119,6 @@ Vivek maurya <[email protected]>
116119
Xiaochuan Ye <[email protected]>
117120
Yaswanth Kosuru <[email protected]>
118121
Yernar Yergaziyev <[email protected]>
119-
120122
olenkabilonizhka <[email protected]>
121123
122124

data/data.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4099,6 +4099,7 @@ ndarray.prototype.iset,"var b = new Float64Array( [ 1.0, 2.0, 3.0, 4.0 ] );\nvar
40994099
ndarray.prototype.toString,"var b = [ 1, 2, 3, 4 ];\nvar d = [ 2, 2 ];\nvar s = [ 2, 1 ];\nvar o = 0;\nvar arr = ndarray( 'generic', b, d, s, o, 'row-major' );\narr.toString()\n"
41004100
ndarray.prototype.toJSON,"var b = [ 1, 2, 3, 4 ];\nvar d = [ 2, 2 ];\nvar s = [ 2, 1 ];\nvar o = 0;\nvar arr = ndarray( 'generic', b, d, s, o, 'row-major' );\narr.toJSON()\n"
41014101
ndarray2array,"var arr = array( [ [ 1, 2 ], [ 3, 4 ] ] );\nvar out = ndarray2array( arr )\n"
4102+
ndarray2json,"var arr = array( [ [ 1, 2 ], [ 3, 4 ] ] );\nvar out = ndarray2json( arr )\n"
41024103
ndarrayCastingModes,"var out = ndarrayCastingModes()\n"
41034104
ndarrayDataBuffer,"var opts = { 'dtype': 'float64' };\nvar out = ndarrayDataBuffer( ndzeros( [ 3, 3, 3 ], opts ) )\n"
41044105
ndarrayDataType,"var opts = { 'dtype': 'float64' };\nvar dt = ndarrayDataType( ndzeros( [ 3, 3, 3 ], opts ) )\n"

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)