Skip to content

Commit e912eb4

Browse files
committed
Auto-generated commit
1 parent 44ee2f9 commit e912eb4

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

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 (2025-09-18)
7+
## Unreleased (2025-09-19)
88

99
<section class="features">
1010

@@ -76,6 +76,7 @@
7676

7777
<details>
7878

79+
- [`3ab207e`](https://github.com/stdlib-js/stdlib/commit/3ab207e1606e1b763451994fcf50dfcfc8e7f135) - **test:** update require path _(by Athan Reines)_
7980
- [`88745e0`](https://github.com/stdlib-js/stdlib/commit/88745e0ec1040dcb70585877c2e64aafd9dfe79d) - **docs:** update type _(by Athan Reines)_
8081
- [`a3e7978`](https://github.com/stdlib-js/stdlib/commit/a3e79786217bf1c9a84875203251af82cc93a222) - **docs:** update markup _(by Athan Reines)_
8182
- [`cc20b2d`](https://github.com/stdlib-js/stdlib/commit/cc20b2de446f10e06216b84bdd5457ef473ffdd6) - **refactor:** update require path _(by Athan Reines)_

CONTRIBUTORS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Ahmed Khaled <kahmd1444@gmail.com>
2020
Aksshay Balasubramanian <119944779+Aksshay88@users.noreply.github.com>
2121
Aleksandr <112382387+alextes90@users.noreply.github.com>
2222
Ali Salesi <ali_sal1381@yahoo.com>
23-
AlyAbdelmoneim <148393799+AlyAbdelmoneim@users.noreply.github.com>
23+
Aly Abdelmoneim <148393799+AlyAbdelmoneim@users.noreply.github.com>
2424
Aman Bhansali <bhansali.1@iitj.ac.in>
2525
AmanBhadkariya <140033975+AmanBhadkariya@users.noreply.github.com>
2626
Amisha Chhajed <136238836+amishhaa@users.noreply.github.com>
@@ -29,7 +29,7 @@ Anmol Sah <113588714+anmolsah@users.noreply.github.com>
2929
Annamalai Prabu <apfossdev@gmail.com>
3030
Anshu Kumar <132515490+anxhukumar@users.noreply.github.com>
3131
Anshu Kumar <contact.anshukumar@protonmail.com>
32-
Anshumancanrock <109489361+Anshumancanrock@users.noreply.github.com>
32+
Anshuman Singh <109489361+Anshumancanrock@users.noreply.github.com>
3333
Anudeep Sanapala <anudeep0306@gmail.com>
3434
Arihant Pal <arihant0pal@gmail.com>
3535
Aryan Bhirud <112156883+AryanBhirud@users.noreply.github.com>

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
"@stdlib/math-base-special-pow": "^0.3.0",
7070
"@stdlib/math-base-special-sqrt": "^0.2.2",
7171
"@stdlib/ndarray-base-assert-is-row-major-string": "github:stdlib-js/ndarray-base-assert-is-row-major-string#main",
72+
"@stdlib/ndarray-base-nullary-tiling-block-size": "^0.2.2",
7273
"@stdlib/ndarray-base-shape2strides": "^0.2.2",
7374
"@stdlib/ndarray-base-strides2offset": "^0.2.2",
7475
"@stdlib/ndarray-base-to-array": "^0.2.1",

test/test.2d.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ var strides2offset = require( '@stdlib/ndarray-base-strides2offset' );
3535
var numel = require( '@stdlib/ndarray-base-numel' );
3636
var dfill = require( '@stdlib/blas-ext-base-dfill' );
3737
var zfill = require( '@stdlib/blas-ext-base-zfill' );
38-
var blockSize = require( '@stdlib/ndarray-base-binary-tiling-block-size' );
38+
var blockSize = require( '@stdlib/ndarray-base-nullary-tiling-block-size' );
3939
var add = require( '@stdlib/number-float64-base-add' );
4040
var zadd = require( '@stdlib/complex-float64-base-add' );
4141
var binary = require( './../lib' );

0 commit comments

Comments
 (0)