Skip to content

Commit 08bff45

Browse files
committed
Auto-generated commit
1 parent d5e60f6 commit 08bff45

File tree

7 files changed

+39
-4
lines changed

7 files changed

+39
-4
lines changed

CHANGELOG.md

Lines changed: 5 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 (2024-07-07)
7+
## Unreleased (2024-07-14)
88

99
<section class="packages">
1010

@@ -20,6 +20,7 @@
2020

2121
##### Features
2222

23+
- [`a41081b`](https://github.com/stdlib-js/stdlib/commit/a41081bbf49c4ffcb4d0116749bb98e320a96ee2) - update error databases [(#2595)](https://github.com/stdlib-js/stdlib/pull/2595)
2324
- [`9044e4d`](https://github.com/stdlib-js/stdlib/commit/9044e4d4b9e390c08ac28195958d2941129a2fe8) - update error databases [(#2529)](https://github.com/stdlib-js/stdlib/pull/2529)
2425
- [`a0b68ef`](https://github.com/stdlib-js/stdlib/commit/a0b68ef39946d3dba3bbeddf028b10aa9ed28b92) - update error databases [(#2438)](https://github.com/stdlib-js/stdlib/pull/2438)
2526
- [`7d9bf3e`](https://github.com/stdlib-js/stdlib/commit/7d9bf3e1e3ea42afce52625cc7a7e1a506607828) - update error databases [(##2343)](#2343 )
@@ -50,6 +51,7 @@
5051

5152
##### Features
5253

54+
- [`a41081b`](https://github.com/stdlib-js/stdlib/commit/a41081bbf49c4ffcb4d0116749bb98e320a96ee2) - update error databases [(#2595)](https://github.com/stdlib-js/stdlib/pull/2595)
5355
- [`9044e4d`](https://github.com/stdlib-js/stdlib/commit/9044e4d4b9e390c08ac28195958d2941129a2fe8) - update error databases [(#2529)](https://github.com/stdlib-js/stdlib/pull/2529)
5456
- [`a0b68ef`](https://github.com/stdlib-js/stdlib/commit/a0b68ef39946d3dba3bbeddf028b10aa9ed28b92) - update error databases [(#2438)](https://github.com/stdlib-js/stdlib/pull/2438)
5557
- [`7d9bf3e`](https://github.com/stdlib-js/stdlib/commit/7d9bf3e1e3ea42afce52625cc7a7e1a506607828) - update error databases [(##2343)](#2343 )
@@ -118,6 +120,7 @@
118120

119121
##### Features
120122

123+
- [`a41081b`](https://github.com/stdlib-js/stdlib/commit/a41081bbf49c4ffcb4d0116749bb98e320a96ee2) - update error databases [(#2595)](https://github.com/stdlib-js/stdlib/pull/2595)
121124
- [`9044e4d`](https://github.com/stdlib-js/stdlib/commit/9044e4d4b9e390c08ac28195958d2941129a2fe8) - update error databases [(#2529)](https://github.com/stdlib-js/stdlib/pull/2529)
122125
- [`a0b68ef`](https://github.com/stdlib-js/stdlib/commit/a0b68ef39946d3dba3bbeddf028b10aa9ed28b92) - update error databases [(#2438)](https://github.com/stdlib-js/stdlib/pull/2438)
123126
- [`7d9bf3e`](https://github.com/stdlib-js/stdlib/commit/7d9bf3e1e3ea42afce52625cc7a7e1a506607828) - update error databases [(##2343)](#2343 )
@@ -237,6 +240,7 @@ A total of 2 people contributed to this release. Thank you to the following cont
237240

238241
<details>
239242

243+
- [`a41081b`](https://github.com/stdlib-js/stdlib/commit/a41081bbf49c4ffcb4d0116749bb98e320a96ee2) - **feat:** update error databases [(#2595)](https://github.com/stdlib-js/stdlib/pull/2595) _(by stdlib-bot, Philipp Burckhardt)_
240244
- [`9044e4d`](https://github.com/stdlib-js/stdlib/commit/9044e4d4b9e390c08ac28195958d2941129a2fe8) - **feat:** update error databases [(#2529)](https://github.com/stdlib-js/stdlib/pull/2529) _(by stdlib-bot, Philipp Burckhardt)_
241245
- [`a0b68ef`](https://github.com/stdlib-js/stdlib/commit/a0b68ef39946d3dba3bbeddf028b10aa9ed28b92) - **feat:** update error databases [(#2438)](https://github.com/stdlib-js/stdlib/pull/2438) _(by stdlib-bot, Philipp Burckhardt)_
242246
- [`7d9bf3e`](https://github.com/stdlib-js/stdlib/commit/7d9bf3e1e3ea42afce52625cc7a7e1a506607828) - **feat:** update error databases [(##2343)](#2343 ) _(by stdlib-bot, Philipp Burckhardt)_

tools/database/data/data.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -994,3 +994,4 @@
994994
"G1","invalid argument. Twelfth argument must be non-zero. Value: `%d`.","RangeError"
995995
"G2","invalid argument. Seventh argument must be non-zero. Value: `%d`.","RangeError"
996996
"G3","invalid argument. Tenth argument must be non-zero. Value: `%d`.","RangeError"
997+
"G4","invalid argument. Fourth argument must be greater than or equal to max(1,%d). Value: `%d`.","RangeError"

tools/database/data/data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

tools/id2pkg/data/data.csv

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1324,6 +1324,8 @@
13241324
"0BR",@stdlib/blas-base-ccopy
13251325
"1vg",@stdlib/blas/base/cscal
13261326
"1vh",@stdlib/blas-base-cscal
1327+
"1xY",@stdlib/blas/base/csrot
1328+
"1xZ",@stdlib/blas-base-csrot
13271329
"0BS",@stdlib/blas/base/cswap
13281330
"0BT",@stdlib/blas-base-cswap
13291331
"0BU",@stdlib/blas/base/dasum
@@ -1366,6 +1368,8 @@
13661368
"0Bj",@stdlib/blas-base-dswap
13671369
"1xA",@stdlib/blas/base/dsymv
13681370
"1xB",@stdlib/blas-base-dsymv
1371+
"1xa",@stdlib/blas/base/dznrm2
1372+
"1xb",@stdlib/blas-base-dznrm2
13691373
"0Bk",@stdlib/blas/base/gasum
13701374
"0Bl",@stdlib/blas-base-gasum
13711375
"0Bm",@stdlib/blas/base/gaxpy
@@ -1460,8 +1464,12 @@
14601464
"1w3",@stdlib/blas-base-transpose-operations
14611465
"1ug",@stdlib/blas/base/xerbla
14621466
"1uh",@stdlib/blas-base-xerbla
1467+
"1xc",@stdlib/blas/base/zaxpy
1468+
"1xd",@stdlib/blas-base-zaxpy
14631469
"1t6",@stdlib/blas/base/zcopy
14641470
"1t7",@stdlib/blas-base-zcopy
1471+
"1xe",@stdlib/blas/base/zdrot
1472+
"1xf",@stdlib/blas-base-zdrot
14651473
"1wo",@stdlib/blas/base/zscal
14661474
"1wp",@stdlib/blas-base-zscal
14671475
"1t8",@stdlib/blas/base/zswap
@@ -2405,6 +2413,11 @@
24052413
"1sh",@stdlib/iter-until-each
24062414
"1mu",@stdlib/iter/while-each
24072415
"1mv",@stdlib/iter-while-each
2416+
"1xg",@stdlib/lapack/base/dlaswp
2417+
"1xh",@stdlib/lapack-base-dlaswp
2418+
"1xi",@stdlib/lapack/base
2419+
"1xj",@stdlib/lapack-base
2420+
"1xl",@stdlib/lapack
24082421
"0QE",@stdlib/math/base/assert/int32-is-even
24092422
"0QF",@stdlib/math-base-assert-int32-is-even
24102423
"0QG",@stdlib/math/base/assert/int32-is-odd
@@ -3677,6 +3690,8 @@
36773690
"1q3",@stdlib/ndarray-at
36783691
"0hU",@stdlib/ndarray/base/assert/is-allowed-data-type-cast
36793692
"0hV",@stdlib/ndarray-base-assert-is-allowed-data-type-cast
3693+
"1xm",@stdlib/ndarray/base/assert/is-boolean-data-type
3694+
"1xn",@stdlib/ndarray-base-assert-is-boolean-data-type
36803695
"0hW",@stdlib/ndarray/base/assert/is-buffer-length-compatible-shape
36813696
"0hX",@stdlib/ndarray-base-assert-is-buffer-length-compatible-shape
36823697
"0hY",@stdlib/ndarray/base/assert/is-buffer-length-compatible

tools/id2pkg/data/data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

tools/pkg2id/data/data.csv

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7490,3 +7490,18 @@
74907490
"@stdlib/strided-base-stride2offset",1xV
74917491
"@stdlib/utils/async/parallel",1xW
74927492
"@stdlib/utils-async-parallel",1xX
7493+
"@stdlib/blas/base/csrot",1xY
7494+
"@stdlib/blas-base-csrot",1xZ
7495+
"@stdlib/blas/base/dznrm2",1xa
7496+
"@stdlib/blas-base-dznrm2",1xb
7497+
"@stdlib/blas/base/zaxpy",1xc
7498+
"@stdlib/blas-base-zaxpy",1xd
7499+
"@stdlib/blas/base/zdrot",1xe
7500+
"@stdlib/blas-base-zdrot",1xf
7501+
"@stdlib/lapack/base/dlaswp",1xg
7502+
"@stdlib/lapack-base-dlaswp",1xh
7503+
"@stdlib/lapack/base",1xi
7504+
"@stdlib/lapack-base",1xj
7505+
"@stdlib/lapack",1xl
7506+
"@stdlib/ndarray/base/assert/is-boolean-data-type",1xm
7507+
"@stdlib/ndarray-base-assert-is-boolean-data-type",1xn

tools/pkg2id/data/data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)