Skip to content

Commit c87903c

Browse files
committed
Auto-generated commit
1 parent 5b64a29 commit c87903c

File tree

8 files changed

+56
-5
lines changed

8 files changed

+56
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2024-09-16)
7+
## Unreleased (2024-09-22)
88

99
<section class="packages">
1010

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

2121
##### Features
2222

23+
- [`6f2d56d`](https://github.com/stdlib-js/stdlib/commit/6f2d56d0cb97bcc6074fea05d39add107cc8e04a) - update error databases [(#2932)](https://github.com/stdlib-js/stdlib/pull/2932)
2324
- [`a12d0f0`](https://github.com/stdlib-js/stdlib/commit/a12d0f070adf20466af159bd8bf15922f19b57ef) - update error databases [(#2899)](https://github.com/stdlib-js/stdlib/pull/2899)
2425

2526
</section>
@@ -42,6 +43,7 @@
4243

4344
##### Features
4445

46+
- [`6f2d56d`](https://github.com/stdlib-js/stdlib/commit/6f2d56d0cb97bcc6074fea05d39add107cc8e04a) - update error databases [(#2932)](https://github.com/stdlib-js/stdlib/pull/2932)
4547
- [`a12d0f0`](https://github.com/stdlib-js/stdlib/commit/a12d0f070adf20466af159bd8bf15922f19b57ef) - update error databases [(#2899)](https://github.com/stdlib-js/stdlib/pull/2899)
4648

4749
</section>
@@ -64,6 +66,7 @@
6466

6567
##### Features
6668

69+
- [`6f2d56d`](https://github.com/stdlib-js/stdlib/commit/6f2d56d0cb97bcc6074fea05d39add107cc8e04a) - update error databases [(#2932)](https://github.com/stdlib-js/stdlib/pull/2932)
6770
- [`a12d0f0`](https://github.com/stdlib-js/stdlib/commit/a12d0f070adf20466af159bd8bf15922f19b57ef) - update error databases [(#2899)](https://github.com/stdlib-js/stdlib/pull/2899)
6871

6972
</section>
@@ -84,9 +87,10 @@
8487

8588
### Contributors
8689

87-
A total of 1 person contributed to this release. Thank you to this contributor:
90+
A total of 2 people contributed to this release. Thank you to the following contributors:
8891

8992
- Athan Reines
93+
- Philipp Burckhardt
9094

9195
</section>
9296

@@ -98,6 +102,7 @@ A total of 1 person contributed to this release. Thank you to this contributor:
98102

99103
<details>
100104

105+
- [`6f2d56d`](https://github.com/stdlib-js/stdlib/commit/6f2d56d0cb97bcc6074fea05d39add107cc8e04a) - **feat:** update error databases [(#2932)](https://github.com/stdlib-js/stdlib/pull/2932) _(by stdlib-bot, Philipp Burckhardt)_
101106
- [`a12d0f0`](https://github.com/stdlib-js/stdlib/commit/a12d0f070adf20466af159bd8bf15922f19b57ef) - **feat:** update error databases [(#2899)](https://github.com/stdlib-js/stdlib/pull/2899) _(by stdlib-bot, Athan Reines)_
102107

103108
</details>

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Joey Reed <[email protected]>
4040
Jordan Gallivan <[email protected]>
4141
Joris Labie <[email protected]>
4242
Justin Dennison <[email protected]>
43+
Kaif Mohd <[email protected]>
4344
Karthik Prakash <[email protected]>
4445
4546
Krishnendu Das <[email protected]>

tools/database/data/data.csv

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1055,3 +1055,8 @@
10551055
"H0","invalid argument. Must provide a WebAssembly memory instance. Value: `%s`.","TypeError"
10561056
"H1","invalid argument. First argument must be an ndarray containing single-precision floating-point numbers. Value: `%s`.","TypeError"
10571057
"H2","invalid argument. Second argument must be an ndarray containing single-precision floating-point numbers. Value: `%s`.","TypeError"
1058+
"H3","invalid invocation. `this` is not a Float64ArrayFE.","TypeError"
1059+
"H4","invalid argument. First argument must be a supported byte order. Value: `%s`.","TypeError"
1060+
"H5","invalid argument. Second argument must a data type. Value: `%s`.","TypeError"
1061+
"H6","invalid argument. First argument must be an ndarray-like object having a supported data type. Value: `%s`.","TypeError"
1062+
"H7","invalid argument. Second argument must be an ndarray-like object having a supported data type. Value: `%s`.","TypeError"

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: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,14 @@
262262
"1wB",@stdlib/array-base-cuany
263263
"1wC",@stdlib/array/base/cuevery
264264
"1wD",@stdlib/array-base-cuevery
265+
"21U",@stdlib/array/base/cunone-by-right
266+
"21V",@stdlib/array-base-cunone-by-right
267+
"21W",@stdlib/array/base/cunone-by
268+
"21X",@stdlib/array-base-cunone-by
265269
"1ww",@stdlib/array/base/cunone
266270
"1wx",@stdlib/array-base-cunone
271+
"21Y",@stdlib/array/base/cusome-by-right
272+
"21Z",@stdlib/array-base-cusome-by-right
267273
"1n8",@stdlib/array/base/dedupe
268274
"1n9",@stdlib/array-base-dedupe
269275
"1oi",@stdlib/array/base/every-by-right
@@ -560,6 +566,8 @@
560566
"00h",@stdlib/array-filled-by
561567
"00i",@stdlib/array/filled
562568
"00j",@stdlib/array-filled
569+
"21a",@stdlib/array/fixed-endian-float64
570+
"21b",@stdlib/array-fixed-endian-float64
563571
"00k",@stdlib/array/float32
564572
"00l",@stdlib/array-float32
565573
"00m",@stdlib/array/float64
@@ -1051,6 +1059,8 @@
10511059
"07V",@stdlib/assert-is-nan
10521060
"07W",@stdlib/assert/is-native-function
10531061
"07X",@stdlib/assert-is-native-function
1062+
"21c",@stdlib/assert/is-ndarray-like-with-data-type
1063+
"21d",@stdlib/assert-is-ndarray-like-with-data-type
10541064
"07Y",@stdlib/assert/is-ndarray-like
10551065
"07Z",@stdlib/assert-is-ndarray-like
10561066
"1sG",@stdlib/assert/is-negative-finite
@@ -1780,6 +1790,8 @@
17801790
"0Fz",@stdlib/blas-ext-base-ssumors
17811791
"0G0",@stdlib/blas/ext/base/ssumpw
17821792
"0G1",@stdlib/blas-ext-base-ssumpw
1793+
"21e",@stdlib/blas/ext/base/zfill
1794+
"21f",@stdlib/blas-ext-base-zfill
17831795
"0G2",@stdlib/blas/ext
17841796
"0G3",@stdlib/blas-ext
17851797
"0G4",@stdlib/blas/gdot
@@ -1791,6 +1803,10 @@
17911803
"0GB",@stdlib/blas-sdot
17921804
"0GC",@stdlib/blas/sswap
17931805
"0GD",@stdlib/blas-sswap
1806+
"21g",@stdlib/blas/tools
1807+
"21h",@stdlib/blas-tools
1808+
"21i",@stdlib/blas/tools/swap-factory
1809+
"21j",@stdlib/blas-tools-swap-factory
17941810
"1aQ",@stdlib/boolean/ctor
17951811
"1aR",@stdlib/boolean-ctor
17961812
"1aT",@stdlib/boolean
@@ -1965,6 +1981,8 @@
19651981
"1zD",@stdlib/constants-float32-max-base2-exponent-subnormal
19661982
"1zE",@stdlib/constants/float32/max-base2-exponent
19671983
"1zF",@stdlib/constants-float32-max-base2-exponent
1984+
"21k",@stdlib/constants/float32/max-safe-fibonacci
1985+
"21l",@stdlib/constants-float32-max-safe-fibonacci
19681986
"0I0",@stdlib/constants/float32/max-safe-integer
19691987
"0I1",@stdlib/constants-float32-max-safe-integer
19701988
"0I2",@stdlib/constants/float32/max
@@ -6869,6 +6887,8 @@
68696887
"1mz",@stdlib/string-base-altcase
68706888
"21C",@stdlib/string/base/atob
68716889
"21D",@stdlib/string-base-atob
6890+
"21m",@stdlib/string/base/base64-to-uint8array
6891+
"21n",@stdlib/string-base-base64-to-uint8array
68726892
"1fc",@stdlib/string/base/camelcase
68736893
"1fd",@stdlib/string-base-camelcase
68746894
"1fe",@stdlib/string/base/capitalize

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: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7732,3 +7732,23 @@
77327732
"@stdlib/wasm/module-wrapper",21Q
77337733
"@stdlib/wasm-module-wrapper",21R
77347734
"@stdlib/wasm",21T
7735+
"@stdlib/array/base/cunone-by-right",21U
7736+
"@stdlib/array-base-cunone-by-right",21V
7737+
"@stdlib/array/base/cunone-by",21W
7738+
"@stdlib/array-base-cunone-by",21X
7739+
"@stdlib/array/base/cusome-by-right",21Y
7740+
"@stdlib/array-base-cusome-by-right",21Z
7741+
"@stdlib/array/fixed-endian-float64",21a
7742+
"@stdlib/array-fixed-endian-float64",21b
7743+
"@stdlib/assert/is-ndarray-like-with-data-type",21c
7744+
"@stdlib/assert-is-ndarray-like-with-data-type",21d
7745+
"@stdlib/blas/ext/base/zfill",21e
7746+
"@stdlib/blas-ext-base-zfill",21f
7747+
"@stdlib/blas/tools",21g
7748+
"@stdlib/blas-tools",21h
7749+
"@stdlib/blas/tools/swap-factory",21i
7750+
"@stdlib/blas-tools-swap-factory",21j
7751+
"@stdlib/constants/float32/max-safe-fibonacci",21k
7752+
"@stdlib/constants-float32-max-safe-fibonacci",21l
7753+
"@stdlib/string/base/base64-to-uint8array",21m
7754+
"@stdlib/string-base-base64-to-uint8array",21n

tools/pkg2id/data/data.json

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

0 commit comments

Comments
 (0)