Skip to content

Commit 15026d5

Browse files
committed
Auto-generated commit
1 parent c3f7c8f commit 15026d5

17 files changed

+77
-27
lines changed

.editorconfig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ indent_style = tab
8686
[*.{f,f.txt}]
8787
indent_style = space
8888
indent_size = 2
89-
insert_final_newline = false
9089

9190
# Set properties for shell files:
9291
[*.{sh,sh.txt}]
@@ -121,7 +120,7 @@ indent_style = tab
121120
[*.{md,md.txt}]
122121
indent_style = space
123122
indent_size = 4
124-
trim_trailing_whitespace = false
123+
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.
125124
126125
# Set properties for `usage.txt` files:
127126
[usage.txt]

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/workflows/test_install.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jobs:
5050
env:
5151
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
5252

53-
# Run workflow job if `publish` workflow run is successful or when the workflow is manually run:
54-
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
53+
# Run workflow job if `publish` workflow run is successful or when the workflow is manually triggered or on a schedule:
54+
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' }}
5555

5656
# Define the sequence of job steps...
5757
steps:

.github/workflows/test_published_package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
env:
4848
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
4949

50-
# Run workflow job if `publish` workflow run is successful or when the workflow is manually run:
51-
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
50+
# Run workflow job if `publish` workflow run is successful or when the workflow is manually triggered or on a schedule:
51+
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' }}
5252

5353
# Define the job's steps:
5454
steps:

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,3 +188,7 @@ jsconfig.json
188188
# Other editor files #
189189
######################
190190
.idea/
191+
192+
# Cursor #
193+
##########
194+
.cursorignore

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,40 @@
22

33
> Package changelog.
44
5+
<section class="release" id="unreleased">
6+
7+
## Unreleased (2025-02-16)
8+
9+
<section class="commits">
10+
11+
### Commits
12+
13+
<details>
14+
15+
- [`3ae3c5f`](https://github.com/stdlib-js/stdlib/commit/3ae3c5f79f267ecc17041b6b10d8c543f5f0686c) - **refactor:** update paths _(by Gururaj Gurram)_
16+
17+
</details>
18+
19+
</section>
20+
21+
<!-- /.commits -->
22+
23+
<section class="contributors">
24+
25+
### Contributors
26+
27+
A total of 1 person contributed to this release. Thank you to this contributor:
28+
29+
- Gururaj Gurram
30+
31+
</section>
32+
33+
<!-- /.contributors -->
34+
35+
</section>
36+
37+
<!-- /.release -->
38+
539
<section class="release" id="v0.2.2">
640

741
## 0.2.2 (2024-07-28)

CONTRIBUTORS

Lines changed: 22 additions & 8 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,14 +26,21 @@ Dan Rose <[email protected]>
2426
Daniel Killenberger <[email protected]>
2527
Daniel Yu <[email protected]>
2628
Debashis Maharana <[email protected]>
29+
Desh Deepak Kant <[email protected]>
30+
31+
Dhruv Arvind Singh <[email protected]>
32+
Divyansh Seth <[email protected]>
2733
Dominic Lim <[email protected]>
2834
Dominik Moritz <[email protected]>
2935
Dorrin Sotoudeh <[email protected]>
3036
EuniceSim142 <[email protected]>
3137
Frank Kovacs <[email protected]>
38+
GK Bishnoi <[email protected]>
39+
3240
Golden Kumar <[email protected]>
3341
Gunj Joshi <[email protected]>
34-
Gururaj Gurram <[email protected]>
42+
Gururaj Gurram <[email protected]>
43+
3544
3645
Harshita Kalani <[email protected]>
3746
Hridyanshu <[email protected]>
@@ -45,22 +54,24 @@ Joey Reed <[email protected]>
4554
Jordan Gallivan <[email protected]>
4655
Joris Labie <[email protected]>
4756
Justin Dennison <[email protected]>
57+
Karan Anand <[email protected]>
4858
Karthik Prakash <[email protected]>
49-
5059
Kohantika Nath <[email protected]>
5160
Krishnendu Das <[email protected]>
5261
Kshitij-Dale <[email protected]>
53-
62+
Lovelin Dhoni J B <[email protected]>
5463
Manik Sharma <[email protected]>
5564
Manvith M <[email protected]>
5665
Marcus Fantham <[email protected]>
5766
Matt Cochrane <[email protected]>
5867
Mihir Pandit <[email protected]>
5968
Milan Raj <[email protected]>
69+
Mohammad Bin Aftab <[email protected]>
6070
Mohammad Kaif <[email protected]>
6171
Momtchil Momtchev <[email protected]>
6272
Muhammad Haris <[email protected]>
6373
Naresh Jagadeesan <[email protected]>
74+
Naveen Kumar <[email protected]>
6475
Neeraj Pathak <[email protected]>
6576
Nishant Shinde <[email protected]>
6677
Nithin Katta <[email protected]>
@@ -71,10 +82,11 @@ Ori Miles <[email protected]>
7182
Philipp Burckhardt <[email protected]>
7283
Prajwal Kulkarni <[email protected]>
7384
Pranav Goswami <[email protected]>
74-
75-
85+
Pranjal Jha <[email protected]>
86+
Prashant Kumar Yadav <[email protected]>
87+
Pratik Singh <[email protected]>
7688
Pratyush Kumar Chouhan <[email protected]>
77-
89+
Priyansh Prajapati <[email protected]>
7890
Priyanshu Agarwal <[email protected]>
7991
Pushpendra Chandravanshi <[email protected]>
8092
Raunak Kumar Gupta <[email protected]>
@@ -93,7 +105,7 @@ Sarthak Paandey <[email protected]>
93105
Saurabh Singh <[email protected]>
94106
Seyyed Parsa Neshaei <[email protected]>
95107
Shashank Shekhar Singh <[email protected]>
96-
108+
Shivam Ahir <[email protected]>
97109
Shraddheya Shendre <[email protected]>
98110
Shubh Mehta <[email protected]>
99111
Shubham Mishra <[email protected]>
@@ -112,10 +124,12 @@ UtkershBasnet <[email protected]>
112124
Vaibhav Patel <[email protected]>
113125
Varad Gupta <[email protected]>
114126
Vinit Pandit <[email protected]>
127+
Vivek Maurya <[email protected]>
115128
Xiaochuan Ye <[email protected]>
116129
Yaswanth Kosuru <[email protected]>
117130
Yernar Yergaziyev <[email protected]>
118-
naveen <stupiddint@gmail.com>
131+
ekambains <bainsinbusiness@gmail.com>
119132
olenkabilonizhka <[email protected]>
133+
pranav-1720 <[email protected]>
120134
121135

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Copyright (c) 2016-2024 The Stdlib Authors.
1+
Copyright (c) 2016-2025 The Stdlib Authors.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ var quinary5d = require( '@stdlib/array-base-quinary5d' );
7474
Applies a quinary callback to elements in five five-dimensional nested input arrays and assigns results to elements in a five-dimensional nested output array.
7575

7676
```javascript
77-
var add = require( '@stdlib/math-base-ops-add5' );
77+
var add = require( '@stdlib/number-float64-base-add5' );
7878
var zeros5d = require( '@stdlib/array-base-zeros5d' );
7979

8080
var x = [ [ [ [ [ 1.0, 2.0 ], [ 3.0, 4.0 ] ] ] ] ];
@@ -116,7 +116,7 @@ The function accepts the following arguments:
116116
var discreteUniform = require( '@stdlib/random-base-discrete-uniform' ).factory;
117117
var filled5dBy = require( '@stdlib/array-base-filled5d-by' );
118118
var zeros5d = require( '@stdlib/array-base-zeros5d' );
119-
var add = require( '@stdlib/math-base-ops-add5' );
119+
var add = require( '@stdlib/number-float64-base-add5' );
120120
var quinary5d = require( '@stdlib/array-base-quinary5d' );
121121

122122
var shape = [ 1, 1, 3, 3, 3 ];
@@ -181,7 +181,7 @@ See [LICENSE][stdlib-license].
181181

182182
## Copyright
183183

184-
Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
184+
Copyright &copy; 2016-2025. The Stdlib [Authors][stdlib-authors].
185185

186186
</section>
187187

benchmark/benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ var floor = require( '@stdlib/math-base-special-floor' );
2828
var filled5dBy = require( '@stdlib/array-base-filled5d-by' );
2929
var zeros5d = require( '@stdlib/array-base-zeros5d' );
3030
var numel = require( '@stdlib/ndarray-base-numel' );
31-
var add = require( '@stdlib/math-base-ops-add5' );
31+
var add = require( '@stdlib/number-float64-base-add5' );
3232
var pkg = require( './../package.json' ).name;
3333
var quinary5d = require( './../lib' );
3434

0 commit comments

Comments
 (0)