44
55<section class =" release " id =" unreleased " >
66
7- ## Unreleased (2026-04-02 )
7+ ## Unreleased (2026-04-08 )
88
99<section class =" features " >
1010
1111### Features
1212
13+ - [ ` 3226645 ` ] ( https://github.com/stdlib-js/stdlib/commit/3226645e51c3eb3c4836b5019d8d6901fbe74317 ) - update ` blas/base/ndarray ` TypeScript declarations [ (#11275 )] ( https://github.com/stdlib-js/stdlib/pull/11275 )
14+ - [ ` 15f466e ` ] ( https://github.com/stdlib-js/stdlib/commit/15f466e17312e1fe7590e54cd7bb899701111d2e ) - add ` gasum ` to namespace
1315- [ ` 114a601 ` ] ( https://github.com/stdlib-js/stdlib/commit/114a601d0828bd6f9c1384b1d43dae63f36c6070 ) - update ` blas/base ` TypeScript declarations [ (#11269 )] ( https://github.com/stdlib-js/stdlib/pull/11269 )
1416- [ ` ea264e0 ` ] ( https://github.com/stdlib-js/stdlib/commit/ea264e067f538fd074552cd197f458c3fad8c69a ) - update ` blas/base/ndarray ` TypeScript declarations [ (#11250 )] ( https://github.com/stdlib-js/stdlib/pull/11250 )
1517- [ ` 68e429f ` ] ( https://github.com/stdlib-js/stdlib/commit/68e429f58616af1defd8cddfcc9b62ec47c5607a ) - add ` blas/base/ndarray/gasum ` [ (#11225 )] ( https://github.com/stdlib-js/stdlib/pull/11225 )
3840
3941### Closed Issues
4042
41- A total of 5 issues were closed in this release:
43+ A total of 6 issues were closed in this release:
4244
43- [ #10285 ] ( https://github.com/stdlib-js/stdlib/issues/10285 ) , [ #10475 ] ( https://github.com/stdlib-js/stdlib/issues/10475 ) , [ #10621 ] ( https://github.com/stdlib-js/stdlib/issues/10621 ) , [ #10722 ] ( https://github.com/stdlib-js/stdlib/issues/10722 ) , [ #10980 ] ( https://github.com/stdlib-js/stdlib/issues/10980 )
45+ [ #10285 ] ( https://github.com/stdlib-js/stdlib/issues/10285 ) , [ #10475 ] ( https://github.com/stdlib-js/stdlib/issues/10475 ) , [ #10621 ] ( https://github.com/stdlib-js/stdlib/issues/10621 ) , [ #10722 ] ( https://github.com/stdlib-js/stdlib/issues/10722 ) , [ #10980 ] ( https://github.com/stdlib-js/stdlib/issues/10980 ) , [ # 11311 ] ( https://github.com/stdlib-js/stdlib/issues/11311 )
4446
4547</section >
4648
@@ -52,6 +54,11 @@ A total of 5 issues were closed in this release:
5254
5355<details >
5456
57+ - [ ` 062b6a7 ` ] ( https://github.com/stdlib-js/stdlib/commit/062b6a71c5fada8235a85d908bce29c7f4c43a60 ) - ** chore:** fix JavaScript lint errors [ (#11315 )] ( https://github.com/stdlib-js/stdlib/pull/11315 ) _ (by Mandeep2333, Athan Reines)_
58+ - [ ` d479058 ` ] ( https://github.com/stdlib-js/stdlib/commit/d479058e503f9625161a2666e308d6976902d0f6 ) - ** docs:** update descriptions _ (by Athan Reines)_
59+ - [ ` faaf3b3 ` ] ( https://github.com/stdlib-js/stdlib/commit/faaf3b363bc48813c2c82b4b930727ae257cde54 ) - ** docs:** update namespace table of contents [ (#11276 )] ( https://github.com/stdlib-js/stdlib/pull/11276 ) _ (by stdlib-bot)_
60+ - [ ` 3226645 ` ] ( https://github.com/stdlib-js/stdlib/commit/3226645e51c3eb3c4836b5019d8d6901fbe74317 ) - ** feat:** update ` blas/base/ndarray ` TypeScript declarations [ (#11275 )] ( https://github.com/stdlib-js/stdlib/pull/11275 ) _ (by stdlib-bot)_
61+ - [ ` 15f466e ` ] ( https://github.com/stdlib-js/stdlib/commit/15f466e17312e1fe7590e54cd7bb899701111d2e ) - ** feat:** add ` gasum ` to namespace _ (by Athan Reines)_
5562- [ ` 114a601 ` ] ( https://github.com/stdlib-js/stdlib/commit/114a601d0828bd6f9c1384b1d43dae63f36c6070 ) - ** feat:** update ` blas/base ` TypeScript declarations [ (#11269 )] ( https://github.com/stdlib-js/stdlib/pull/11269 ) _ (by stdlib-bot)_
5663- [ ` ea264e0 ` ] ( https://github.com/stdlib-js/stdlib/commit/ea264e067f538fd074552cd197f458c3fad8c69a ) - ** feat:** update ` blas/base/ndarray ` TypeScript declarations [ (#11250 )] ( https://github.com/stdlib-js/stdlib/pull/11250 ) _ (by stdlib-bot)_
5764- [ ` 04fd54f ` ] ( https://github.com/stdlib-js/stdlib/commit/04fd54f42c8c1b0af88660d7ce791f71891a2187 ) - ** refactor:** improve type specificity in ` blas/base/ndarray/gdot ` [ (#11245 )] ( https://github.com/stdlib-js/stdlib/pull/11245 ) _ (by Kaustubh Patange)_
@@ -171,7 +178,7 @@ A total of 5 issues were closed in this release:
171178
172179### Contributors
173180
174- A total of 14 people contributed to this release. Thank you to the following contributors:
181+ A total of 15 people contributed to this release. Thank you to the following contributors:
175182
176183- Aryan kumar
177184- Athan Reines
@@ -181,6 +188,7 @@ A total of 14 people contributed to this release. Thank you to the following con
181188- Kaustubh Patange
182189- Lakshmi Sravya Vedantham
183190- Lokesh Ranjan
191+ - Mandeep2333
184192- Om-A-osc
185193- Partha Das
186194- Philipp Burckhardt
0 commit comments