Skip to content

Commit f5f95e9

Browse files
committed
Auto-generated commit
1 parent 6344495 commit f5f95e9

File tree

7 files changed

+490
-14
lines changed

7 files changed

+490
-14
lines changed

CHANGELOG.md

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

7-
## Unreleased (2025-11-23)
7+
## Unreleased (2025-12-15)
88

99
<section class="features">
1010

1111
### Features
1212

13+
- [`ce53fb5`](https://github.com/stdlib-js/stdlib/commit/ce53fb5de8b6c28a1ea088bdc58c3ef24ef5c095) - update error databases [(#9033)](https://github.com/stdlib-js/stdlib/pull/9033)
1314
- [`316ba7e`](https://github.com/stdlib-js/stdlib/commit/316ba7eee1bd8c423b2ef02d44aa5e084d504244) - update error databases [(#8578)](https://github.com/stdlib-js/stdlib/pull/8578)
1415
- [`a0b1e88`](https://github.com/stdlib-js/stdlib/commit/a0b1e889fb69e6c8f14ea30ca7357bceb985a39c) - update error databases [(#8543)](https://github.com/stdlib-js/stdlib/pull/8543)
1516
- [`99e8f14`](https://github.com/stdlib-js/stdlib/commit/99e8f1412d6a27eb27e5d0d02d9f81945d14fbd5) - update error databases [(#8454)](https://github.com/stdlib-js/stdlib/pull/8454)
@@ -58,6 +59,7 @@ This release closes the following issue:
5859

5960
<details>
6061

62+
- [`ce53fb5`](https://github.com/stdlib-js/stdlib/commit/ce53fb5de8b6c28a1ea088bdc58c3ef24ef5c095) - **feat:** update error databases [(#9033)](https://github.com/stdlib-js/stdlib/pull/9033) _(by stdlib-bot)_
6163
- [`316ba7e`](https://github.com/stdlib-js/stdlib/commit/316ba7eee1bd8c423b2ef02d44aa5e084d504244) - **feat:** update error databases [(#8578)](https://github.com/stdlib-js/stdlib/pull/8578) _(by stdlib-bot)_
6264
- [`a0b1e88`](https://github.com/stdlib-js/stdlib/commit/a0b1e889fb69e6c8f14ea30ca7357bceb985a39c) - **feat:** update error databases [(#8543)](https://github.com/stdlib-js/stdlib/pull/8543) _(by stdlib-bot)_
6365
- [`99e8f14`](https://github.com/stdlib-js/stdlib/commit/99e8f1412d6a27eb27e5d0d02d9f81945d14fbd5) - **feat:** update error databases [(#8454)](https://github.com/stdlib-js/stdlib/pull/8454) _(by stdlib-bot)_

tools/database/data/data.csv

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1225,3 +1225,7 @@
12251225
"Jk","invalid argument. First argument must be a nonnegative integer or an array of nonnegative integers. Value: `%s`.","TypeError"
12261226
"Jl","invalid option. `%s` option must be a supported order. Option: `%s`.","TypeError"
12271227
"Jm","invalid argument. Argument %d cannot be safely cast to the desired output data type. Output data type: %s. Argument data type: %s.","TypeError"
1228+
"Jn","invalid invocation. Must provide at least two arguments.","Error"
1229+
"Jo","invalid invocation. Must provide at least one argument.","Error"
1230+
"Jp","invalid argument. Last argument must be a one-dimensional ndarray. Value: `%s`.","TypeError"
1231+
"Jq","invalid argument. Each ndarray argument must have fewer than two dimensions. Argument: %d.","TypeError"

tools/database/data/data.json

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

0 commit comments

Comments
 (0)