File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 44
55<section class =" release " id =" unreleased " >
66
7- ## Unreleased (2025-09-18 )
7+ ## Unreleased (2025-09-19 )
88
99<section class =" features " >
1010
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)_
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Ahmed Khaled <kahmd1444@gmail.com>
2020Aksshay Balasubramanian <119944779+Aksshay88@users.noreply.github.com>
2121Aleksandr <112382387+alextes90@users.noreply.github.com>
2222Ali Salesi <ali_sal1381@yahoo.com>
23- AlyAbdelmoneim <148393799+AlyAbdelmoneim@users.noreply.github.com>
23+ Aly Abdelmoneim <148393799+AlyAbdelmoneim@users.noreply.github.com>
2424Aman Bhansali <bhansali.1@iitj.ac.in>
2525AmanBhadkariya <140033975+AmanBhadkariya@users.noreply.github.com>
2626Amisha Chhajed <136238836+amishhaa@users.noreply.github.com>
@@ -29,7 +29,7 @@ Anmol Sah <113588714+anmolsah@users.noreply.github.com>
2929Annamalai Prabu <apfossdev@gmail.com>
3030Anshu Kumar <132515490+anxhukumar@users.noreply.github.com>
3131Anshu Kumar <contact.anshukumar@protonmail.com>
32- Anshumancanrock <109489361+Anshumancanrock@users.noreply.github.com>
32+ Anshuman Singh <109489361+Anshumancanrock@users.noreply.github.com>
3333Anudeep Sanapala <anudeep0306@gmail.com>
3434Arihant Pal <arihant0pal@gmail.com>
3535Aryan Bhirud <112156883+AryanBhirud@users.noreply.github.com>
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ var strides2offset = require( '@stdlib/ndarray-base-strides2offset' );
3535var numel = require ( '@stdlib/ndarray-base-numel' ) ;
3636var dfill = require ( '@stdlib/blas-ext-base-dfill' ) ;
3737var 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' ) ;
3939var add = require ( '@stdlib/number-float64-base-add' ) ;
4040var zadd = require ( '@stdlib/complex-float64-base-add' ) ;
4141var binary = require ( './../lib' ) ;
You can’t perform that action at this time.
0 commit comments