Skip to content

Commit 54699b4

Browse files
committed
Auto-generated commit
1 parent 0c5c890 commit 54699b4

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2026-04-08T03:32:06.141Z

CHANGELOG.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@
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)
@@ -38,9 +40,9 @@
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

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@
181181
"@stdlib/blas-base-assert-is-transpose-operation": "^0.1.1",
182182
"@stdlib/blas-base-ndarray-dasum": "github:stdlib-js/blas-base-ndarray-dasum#main",
183183
"@stdlib/blas-base-ndarray-ddot": "^0.1.1",
184+
"@stdlib/blas-base-ndarray-gasum": "github:stdlib-js/blas-base-ndarray-gasum#main",
184185
"@stdlib/blas-base-ndarray-gdot": "^0.1.1",
185186
"@stdlib/blas-base-ndarray-sasum": "github:stdlib-js/blas-base-ndarray-sasum#main",
186187
"@stdlib/blas-base-ndarray-sdot": "^0.1.1",

0 commit comments

Comments
 (0)