Skip to content

Commit 4eb680c

Browse files
committed
Auto-generated commit
1 parent b6beddb commit 4eb680c

File tree

6 files changed

+48
-5
lines changed

6 files changed

+48
-5
lines changed

.github/.keepalive

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

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-08-18)
7+
## Unreleased (2025-08-20)
88

99
<section class="features">
1010

1111
### Features
1212

13+
- [`20e035e`](https://github.com/stdlib-js/stdlib/commit/20e035e834102c1d18a354a5a61d0759cd78cddf) - add missing functions to namespace
14+
- [`21e7e6c`](https://github.com/stdlib-js/stdlib/commit/21e7e6cc8eae3e8e3306dd7cbdbd4af634173a0e) - add `blas/base/ndarray/sdot` [(#7907)](https://github.com/stdlib-js/stdlib/pull/7907)
15+
- [`e66b879`](https://github.com/stdlib-js/stdlib/commit/e66b8795bb85a7bcab4c7af5aecbaa5529b6626c) - add `blas/base/ndarray/ddot` [(#7906)](https://github.com/stdlib-js/stdlib/pull/7906)
1316
- [`f1ddfef`](https://github.com/stdlib-js/stdlib/commit/f1ddfef59e6460cd9f6505566434c2ed3dafa3df) - add `blas/base/gsyr` [(#7738)](https://github.com/stdlib-js/stdlib/pull/7738)
1417
- [`f08a71f`](https://github.com/stdlib-js/stdlib/commit/f08a71f18d953ba2c911c17d506ab1e752c9f609) - add `blas/base/ggemm` [(#7847)](https://github.com/stdlib-js/stdlib/pull/7847)
1518
- [`6177f03`](https://github.com/stdlib-js/stdlib/commit/6177f031124ddaf3fa330f2cffe453ec03b7ac60) - add `blas/base/ggemv` [(#7697)](https://github.com/stdlib-js/stdlib/pull/7697)
@@ -270,6 +273,7 @@
270273

271274
### Bug Fixes
272275

276+
- [`933ae5e`](https://github.com/stdlib-js/stdlib/commit/933ae5eaa70b01019a3b8880d2666dddbd129298) - remove xerbla from namespaces
273277
- [`785bc4c`](https://github.com/stdlib-js/stdlib/commit/785bc4c84dee00021ec5f0bad034bf99603ba5cb) - use correct stride in error message
274278
- [`2192700`](https://github.com/stdlib-js/stdlib/commit/21927004b3028a79326c41bd78e8dfe3d3044553) - update path
275279
- [`55fe412`](https://github.com/stdlib-js/stdlib/commit/55fe4127100d635e8c4b534e4d08565035c6d8ae) - rename fields to be more explicit
@@ -488,6 +492,16 @@ A total of 9 issues were closed in this release:
488492

489493
<details>
490494

495+
- [`933ae5e`](https://github.com/stdlib-js/stdlib/commit/933ae5eaa70b01019a3b8880d2666dddbd129298) - **fix:** remove xerbla from namespaces _(by Philipp Burckhardt)_
496+
- [`5acfd64`](https://github.com/stdlib-js/stdlib/commit/5acfd64326637640433a7e3ffc5d101db23ab1d8) - **docs:** fix example code _(by Philipp Burckhardt)_
497+
- [`aaee349`](https://github.com/stdlib-js/stdlib/commit/aaee349836bc2324f9ce4e3428bc5828f28e372c) - **docs:** round return annotation values correctly _(by Philipp Burckhardt)_
498+
- [`cedc9bb`](https://github.com/stdlib-js/stdlib/commit/cedc9bb0f92c950200128079cac8ab1da99ec7ed) - **docs:** fix example code _(by Philipp Burckhardt)_
499+
- [`20e035e`](https://github.com/stdlib-js/stdlib/commit/20e035e834102c1d18a354a5a61d0759cd78cddf) - **feat:** add missing functions to namespace _(by Philipp Burckhardt)_
500+
- [`4977993`](https://github.com/stdlib-js/stdlib/commit/4977993a257fde660b0f8c5678ab0c8d6e26538a) - **docs:** fix example code _(by Philipp Burckhardt)_
501+
- [`21e7e6c`](https://github.com/stdlib-js/stdlib/commit/21e7e6cc8eae3e8e3306dd7cbdbd4af634173a0e) - **feat:** add `blas/base/ndarray/sdot` [(#7907)](https://github.com/stdlib-js/stdlib/pull/7907) _(by Gururaj Gurram, Athan Reines)_
502+
- [`fa35502`](https://github.com/stdlib-js/stdlib/commit/fa355021abc829672cea53bbf10dc3a26bbf4ac7) - **docs:** remove comment _(by Athan Reines)_
503+
- [`e66b879`](https://github.com/stdlib-js/stdlib/commit/e66b8795bb85a7bcab4c7af5aecbaa5529b6626c) - **feat:** add `blas/base/ndarray/ddot` [(#7906)](https://github.com/stdlib-js/stdlib/pull/7906) _(by Gururaj Gurram, Athan Reines)_
504+
- [`8cea287`](https://github.com/stdlib-js/stdlib/commit/8cea2870cc30848a616b76259b3274caae387b10) - **docs:** fix return annotation values _(by Philipp Burckhardt)_
491505
- [`e38f6c6`](https://github.com/stdlib-js/stdlib/commit/e38f6c6e0c0bccec552a2346c900e1f7711da7b0) - **test:** add user reference matrix [(#7895)](https://github.com/stdlib-js/stdlib/pull/7895) _(by Shabareesh Shetty)_
492506
- [`f344466`](https://github.com/stdlib-js/stdlib/commit/f344466c6dcfb8f52d7f3148acaadd52772938da) - **test:** use .strictEqual() instead of .equal() and fix lint errors _(by Philipp Burckhardt)_
493507
- [`f1ddfef`](https://github.com/stdlib-js/stdlib/commit/f1ddfef59e6460cd9f6505566434c2ed3dafa3df) - **feat:** add `blas/base/gsyr` [(#7738)](https://github.com/stdlib-js/stdlib/pull/7738) _(by Shabareesh Shetty, Athan Reines, stdlib-bot)_

dist/index.js

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

dist/index.js.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/index.js

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,24 @@ setReadOnly( blas, 'gcopy', require( '@stdlib/blas-base-gcopy' ) );
387387
*/
388388
setReadOnly( blas, 'gdot', require( '@stdlib/blas-base-gdot' ) );
389389

390+
/**
391+
* @name ggemm
392+
* @memberof blas
393+
* @readonly
394+
* @type {Function}
395+
* @see {@link module:@stdlib/blas/base/ggemm}
396+
*/
397+
setReadOnly( blas, 'ggemm', require( '@stdlib/blas-base-ggemm' ) );
398+
399+
/**
400+
* @name ggemv
401+
* @memberof blas
402+
* @readonly
403+
* @type {Function}
404+
* @see {@link module:@stdlib/blas/base/ggemv}
405+
*/
406+
setReadOnly( blas, 'ggemv', require( '@stdlib/blas-base-ggemv' ) );
407+
390408
/**
391409
* @name gger
392410
* @memberof blas
@@ -423,6 +441,15 @@ setReadOnly( blas, 'gscal', require( '@stdlib/blas-base-gscal' ) );
423441
*/
424442
setReadOnly( blas, 'gswap', require( '@stdlib/blas-base-gswap' ) );
425443

444+
/**
445+
* @name gsyr
446+
* @memberof blas
447+
* @readonly
448+
* @type {Function}
449+
* @see {@link module:@stdlib/blas/base/gsyr}
450+
*/
451+
setReadOnly( blas, 'gsyr', require( '@stdlib/blas-base-gsyr' ) );
452+
426453
/**
427454
* @name idamax
428455
* @memberof blas

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,13 @@
7575
"@stdlib/blas-base-gaxpy": "^0.2.2",
7676
"@stdlib/blas-base-gcopy": "^0.2.1",
7777
"@stdlib/blas-base-gdot": "^0.2.2",
78+
"@stdlib/blas-base-ggemm": "github:stdlib-js/blas-base-ggemm#main",
79+
"@stdlib/blas-base-ggemv": "github:stdlib-js/blas-base-ggemv#main",
7880
"@stdlib/blas-base-gger": "github:stdlib-js/blas-base-gger#main",
7981
"@stdlib/blas-base-gnrm2": "^0.2.2",
8082
"@stdlib/blas-base-gscal": "^0.2.2",
8183
"@stdlib/blas-base-gswap": "^0.2.1",
84+
"@stdlib/blas-base-gsyr": "github:stdlib-js/blas-base-gsyr#main",
8285
"@stdlib/blas-base-idamax": "^0.0.2",
8386
"@stdlib/blas-base-igamax": "github:stdlib-js/blas-base-igamax#main",
8487
"@stdlib/blas-base-isamax": "^0.0.2",

0 commit comments

Comments
 (0)