Skip to content

Commit 5b64a29

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

File tree

9 files changed

+337
-6
lines changed

9 files changed

+337
-6
lines changed

.github/.keepalive

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

CHANGELOG.md

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

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

9-
No changes reported for this release.
9+
<section class="packages">
10+
11+
### Packages
12+
13+
<section class="package" id="error-tools-unreleased">
14+
15+
#### [@stdlib/error/tools](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/error/tools)
16+
17+
<details>
18+
19+
<section class="features">
20+
21+
##### Features
22+
23+
- [`a12d0f0`](https://github.com/stdlib-js/stdlib/commit/a12d0f070adf20466af159bd8bf15922f19b57ef) - update error databases [(#2899)](https://github.com/stdlib-js/stdlib/pull/2899)
24+
25+
</section>
26+
27+
<!-- /.features -->
28+
29+
</details>
30+
31+
</section>
32+
33+
<!-- /.package -->
34+
35+
<section class="package" id="error-tools-id2pkg-unreleased">
36+
37+
#### [@stdlib/error/tools/id2pkg](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/error/tools/id2pkg)
38+
39+
<details>
40+
41+
<section class="features">
42+
43+
##### Features
44+
45+
- [`a12d0f0`](https://github.com/stdlib-js/stdlib/commit/a12d0f070adf20466af159bd8bf15922f19b57ef) - update error databases [(#2899)](https://github.com/stdlib-js/stdlib/pull/2899)
46+
47+
</section>
48+
49+
<!-- /.features -->
50+
51+
</details>
52+
53+
</section>
54+
55+
<!-- /.package -->
56+
57+
<section class="package" id="error-tools-pkg2id-unreleased">
58+
59+
#### [@stdlib/error/tools/pkg2id](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/error/tools/pkg2id)
60+
61+
<details>
62+
63+
<section class="features">
64+
65+
##### Features
66+
67+
- [`a12d0f0`](https://github.com/stdlib-js/stdlib/commit/a12d0f070adf20466af159bd8bf15922f19b57ef) - update error databases [(#2899)](https://github.com/stdlib-js/stdlib/pull/2899)
68+
69+
</section>
70+
71+
<!-- /.features -->
72+
73+
</details>
74+
75+
</section>
76+
77+
<!-- /.package -->
78+
79+
</section>
80+
81+
<!-- /.packages -->
82+
83+
<section class="contributors">
84+
85+
### Contributors
86+
87+
A total of 1 person contributed to this release. Thank you to this contributor:
88+
89+
- Athan Reines
90+
91+
</section>
92+
93+
<!-- /.contributors -->
94+
95+
<section class="commits">
96+
97+
### Commits
98+
99+
<details>
100+
101+
- [`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)_
102+
103+
</details>
104+
105+
</section>
106+
107+
<!-- /.commits -->
10108

11109
</section>
12110

CONTRIBUTORS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#
33
# Contributors listed in alphabetical order.
44

5+
Aayush Khanna <[email protected]>
56
Adarsh Palaskar <[email protected]>
67
Aditya Sapra <[email protected]>
78
AgPriyanshu18 <[email protected]>
@@ -26,11 +27,13 @@ EuniceSim142 <[email protected]>
2627
Frank Kovacs <[email protected]>
2728
Golden Kumar <[email protected]>
2829
Gunj Joshi <[email protected]>
30+
2931
Harshita Kalani <[email protected]>
3032
Hridyanshu <[email protected]>
3133
Jaimin Godhani <[email protected]>
3234
James Gelok <[email protected]>
3335
Jaysukh Makvana <[email protected]>
36+
Jenish Thapa <[email protected]>
3437
Jithin KS <[email protected]>
3538
Joel Mathew Koshy <[email protected]>
3639
Joey Reed <[email protected]>
@@ -86,8 +89,10 @@ Stephannie Jiménez Gacha <[email protected]>
8689
Suraj kumar <[email protected]>
8790
Tirtadwipa Manunggal <[email protected]>
8891
Tudor Pagu <[email protected]>
92+
Tufailahmed Bargir <[email protected]>
8993
Utkarsh <http://[email protected]>
9094
Utkarsh Raj <[email protected]>
95+
Vaibhav Patel <[email protected]>
9196
Varad Gupta <[email protected]>
9297
Xiaochuan Ye <[email protected]>
9398
Yernar Yergaziyev <[email protected]>
@@ -96,3 +101,4 @@ nishant-s7 <[email protected]>
96101
orimiles5 <[email protected]>
97102
98103
104+

tools/database/data/data.csv

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1045,3 +1045,13 @@
10451045
"Gq","invalid argument. Third argument must be a value on the interval: [%d,%d]. Value: `%d`.","RangeError"
10461046
"Gr","invalid argument. The size of the contracted dimension must be the same for both input ndarrays. Dim(%s,%d) = %d. Dim(%s,%d) = %d.","RangeError"
10471047
"Gs","invalid arguments. Input ndarrays must be broadcast compatible. Shape(%s) = (%s). Shape(%s) = (%s).","Error"
1048+
"Gt","invalid argument. Cannot write to read-only array.","Error"
1049+
"Gu","invalid arguments. The first and second arguments must have the same shape.","Error"
1050+
"Gv","unexpected error. Environment does not support WebAssembly.","Error"
1051+
"Gw","invalid invocation. Unable to perform write operation, as the WebAssembly module is not bound to an underlying WebAssembly memory instance.","Error"
1052+
"Gx","invalid argument. Second argument is incompatible with the specified byte offset and available memory. Resize the underlying memory instance in order to accommodate the list of provided values.","RangeError"
1053+
"Gy","invalid invocation. Unable to perform read operation, as the WebAssembly module is not bound to an underlying WebAssembly memory instance.","Error"
1054+
"Gz","invalid argument. Second argument is incompatible with the specified byte offset and available memory. Not enough values to fill the provided output array.","RangeError"
1055+
"H0","invalid argument. Must provide a WebAssembly memory instance. Value: `%s`.","TypeError"
1056+
"H1","invalid argument. First argument must be an ndarray containing single-precision floating-point numbers. Value: `%s`.","TypeError"
1057+
"H2","invalid argument. Second argument must be an ndarray containing single-precision floating-point numbers. Value: `%s`.","TypeError"

tools/database/data/data.json

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

0 commit comments

Comments
 (0)