Skip to content

Commit f149948

Browse files
committed
Auto-generated commit
1 parent 3745dce commit f149948

15 files changed

Lines changed: 26 additions & 21 deletions

File tree

.editorconfig

Lines changed: 0 additions & 1 deletion
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}]

.github/.keepalive

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

CHANGELOG.md

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

7-
## Unreleased (2024-12-30)
7+
## Unreleased (2025-02-08)
88

99
<section class="features">
1010

@@ -34,6 +34,7 @@ This release closes the following issue:
3434

3535
<details>
3636

37+
- [`836170d`](https://github.com/stdlib-js/stdlib/commit/836170decec14309639deb41ae3a3c22256d68af) - **refactor:** update paths _(by gururaj1512)_
3738
- [`2af4b75`](https://github.com/stdlib-js/stdlib/commit/2af4b757cab1052ee7a788f2154f2c7b8c9aa9bb) - **docs:** add note _(by Athan Reines)_
3839
- [`c328fc5`](https://github.com/stdlib-js/stdlib/commit/c328fc515fc925ee717ed9cd844cca83a61da806) - **feat:** add `array/base/mskbinary3d` [(#3193)](https://github.com/stdlib-js/stdlib/pull/3193) _(by Rylan Yang, Athan Reines, stdlib-bot)_
3940

@@ -47,10 +48,11 @@ This release closes the following issue:
4748

4849
### Contributors
4950

50-
A total of 2 people contributed to this release. Thank you to the following contributors:
51+
A total of 3 people contributed to this release. Thank you to the following contributors:
5152

5253
- Athan Reines
5354
- Rylan Yang
55+
- gururaj1512
5456

5557
</section>
5658

CONTRIBUTORS

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ Daniel Killenberger <daniel.killenberger@gmail.com>
2727
Daniel Yu <40680511+Daniel777y@users.noreply.github.com>
2828
Debashis Maharana <debashismaharana7854@gmail.com>
2929
Desh Deepak Kant <118960904+DeshDeepakKant@users.noreply.github.com>
30+
Dev Goel <135586571+corsairier@users.noreply.github.com>
31+
Dhruv Arvind Singh <154677013+DhruvArvindSingh@users.noreply.github.com>
3032
Divyansh Seth <59174836+sethdivyansh@users.noreply.github.com>
3133
Dominic Lim <46486515+domlimm@users.noreply.github.com>
3234
Dominik Moritz <domoritz@gmail.com>
@@ -49,6 +51,7 @@ Joey Reed <joeyrreed@gmail.com>
4951
Jordan Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com>
5052
Joris Labie <joris.labie1@gmail.com>
5153
Justin Dennison <justin1dennison@gmail.com>
54+
Karan Anand <119553199+anandkaranubc@users.noreply.github.com>
5255
Karthik Prakash <116057817+skoriop@users.noreply.github.com>
5356
Kohantika Nath <145763549+kohantikanath@users.noreply.github.com>
5457
Krishnendu Das <86651039+itskdhere@users.noreply.github.com>
@@ -60,6 +63,7 @@ Marcus Fantham <mfantham@users.noreply.github.com>
6063
Matt Cochrane <matthew.cochrane.eng@gmail.com>
6164
Mihir Pandit <129577900+MSP20086@users.noreply.github.com>
6265
Milan Raj <rajsite@users.noreply.github.com>
66+
Mohammad Bin Aftab <48010758+MohammadBinAftab@users.noreply.github.com>
6367
Mohammad Kaif <mdkaifprofession@gmail.com>
6468
Momtchil Momtchev <momtchil@momtchev.com>
6569
Muhammad Haris <harriskhan047@outlook.com>
@@ -117,10 +121,11 @@ UtkershBasnet <119008923+UtkershBasnet@users.noreply.github.com>
117121
Vaibhav Patel <98279986+noobCoderVP@users.noreply.github.com>
118122
Varad Gupta <varadgupta21@gmail.com>
119123
Vinit Pandit <106718914+MeastroZI@users.noreply.github.com>
120-
Vivek maurya <155618190+vivekmaurya001@users.noreply.github.com>
124+
Vivek Maurya <vm8118134@gmail.com>
121125
Xiaochuan Ye <tap91624@gmail.com>
122126
Yaswanth Kosuru <116426380+yaswanthkosuru@users.noreply.github.com>
123127
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>
124128
olenkabilonizhka <62379231+olenkabilonizhka@users.noreply.github.com>
129+
pranav-1720 <123018993+pranav-1720@users.noreply.github.com>
125130
rainn <88160429+AmCodesLame@users.noreply.github.com>
126131
rei2hu <reimu@reimu.ws>

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 mskbinary3d = require( '@stdlib/array-base-mskbinary3d' );
7474
Applies a binary callback to elements in two three-dimensional nested input arrays according to elements in a three-dimensional nested mask array and assigns results to elements in a three-dimensional nested output array.
7575

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

8080
var x = [
@@ -126,7 +126,7 @@ var discreteUniform = require( '@stdlib/random-base-discrete-uniform' ).factory;
126126
var bernoulli = require( '@stdlib/random-base-bernoulli' ).factory;
127127
var filled3dBy = require( '@stdlib/array-base-filled3d-by' );
128128
var zeros3d = require( '@stdlib/array-base-zeros3d' );
129-
var add = require( '@stdlib/math-base-ops-add' );
129+
var add = require( '@stdlib/number-float64-base-add' );
130130
var mskbinary3d = require( '@stdlib/array-base-mskbinary3d' );
131131

132132
var shape = [ 3, 3, 3 ];
@@ -185,7 +185,7 @@ See [LICENSE][stdlib-license].
185185

186186
## Copyright
187187

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

190190
</section>
191191

benchmark/benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var bernoulli = require( '@stdlib/random-base-bernoulli' ).factory;
2626
var isnan = require( '@stdlib/math-base-assert-is-nan' );
2727
var pow = require( '@stdlib/math-base-special-pow' );
2828
var floor = require( '@stdlib/math-base-special-floor' );
29-
var add = require( '@stdlib/math-base-ops-add' );
29+
var add = require( '@stdlib/number-float64-base-add' );
3030
var filled3dBy = require( '@stdlib/array-base-filled3d-by' );
3131
var zeros3d = require( '@stdlib/array-base-zeros3d' );
3232
var numel = require( '@stdlib/ndarray-base-numel' );

dist/index.js.map

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

docs/repl.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,24 @@
2121

2222
Examples
2323
--------
24-
> var x = [
24+
> var x = [
2525
... [ [ 1.0, 2.0 ], [ 3.0, 4.0 ] ],
2626
... [ [ 5.0, 6.0 ], [ 7.0, 8.0 ] ]
2727
... ];
28-
> var y = [
28+
> var y = [
2929
... [ [ 1.0, 2.0 ], [ 3.0, 4.0 ] ],
3030
... [ [ 5.0, 6.0 ], [ 7.0, 8.0 ] ]
3131
... ];
3232
> var m = [
3333
... [ [ 0, 1 ], [ 0, 0 ] ],
3434
... [ [ 1, 0 ], [ 0, 1 ] ]
3535
... ];
36-
> var z = [
36+
> var z = [
3737
... [ [ 0.0, 0.0 ], [ 0.0, 0.0 ] ],
3838
... [ [ 0.0, 0.0 ], [ 0.0, 0.0 ] ]
3939
... ];
4040
> var shape = [ 2, 2, 2 ];
41-
> {{alias}}( [ x, y, m, z ], shape, {{alias:@stdlib/math/base/ops/add}} );
41+
> {{alias}}( [ x, y, m, z ], shape, {{alias:@stdlib/number/float64/base/add}} );
4242
> z
4343
[ [ [ 2.0, 0.0 ], [ 6.0, 8.0 ] ], [ [ 0.0, 12.0 ], [ 14.0, 0.0 ] ] ]
4444

docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ type Binary<T, U, V> = ( v1: T, v2: U ) => V;
4747
* @example
4848
* var ones3d = require( '@stdlib/array-base-ones3d' );
4949
* var zeros3d = require( '@stdlib/array-base-zeros3d' );
50-
* var add = require( '@stdlib/math-base-ops-add' );
50+
* var add = require( '@stdlib/number-float64-base-add' );
5151
*
5252
* var shape = [ 2, 2, 2 ];
5353
*

0 commit comments

Comments
 (0)