Skip to content

Commit a0408ea

Browse files
committed
Auto-generated commit
1 parent a991865 commit a0408ea

File tree

8 files changed

+365
-40
lines changed

8 files changed

+365
-40
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-05-18)
7+
## Unreleased (2025-06-08)
88

99
<section class="features">
1010

1111
### Features
1212

13+
- [`20006f1`](https://github.com/stdlib-js/stdlib/commit/20006f1fca23ce3b53d3db6ba1cba3ddd23a3093) - update error databases [(#7258)](https://github.com/stdlib-js/stdlib/pull/7258)
1314
- [`5cc3bbe`](https://github.com/stdlib-js/stdlib/commit/5cc3bbe5e21e0d05f3b14f79d913fa9e54467240) - update error databases [(#7025)](https://github.com/stdlib-js/stdlib/pull/7025)
1415
- [`ff01f60`](https://github.com/stdlib-js/stdlib/commit/ff01f6032235111e1462f5717c3427da48de396a) - update error databases [(#6978)](https://github.com/stdlib-js/stdlib/pull/6978)
1516
- [`28bcb80`](https://github.com/stdlib-js/stdlib/commit/28bcb80f3c93f77abd7a35215dac3c2a5abab367) - update error databases [(#6915)](https://github.com/stdlib-js/stdlib/pull/6915)
@@ -46,6 +47,7 @@ This release closes the following issue:
4647

4748
<details>
4849

50+
- [`20006f1`](https://github.com/stdlib-js/stdlib/commit/20006f1fca23ce3b53d3db6ba1cba3ddd23a3093) - **feat:** update error databases [(#7258)](https://github.com/stdlib-js/stdlib/pull/7258) _(by stdlib-bot)_
4951
- [`5cc3bbe`](https://github.com/stdlib-js/stdlib/commit/5cc3bbe5e21e0d05f3b14f79d913fa9e54467240) - **feat:** update error databases [(#7025)](https://github.com/stdlib-js/stdlib/pull/7025) _(by stdlib-bot, Philipp Burckhardt)_
5052
- [`ff01f60`](https://github.com/stdlib-js/stdlib/commit/ff01f6032235111e1462f5717c3427da48de396a) - **feat:** update error databases [(#6978)](https://github.com/stdlib-js/stdlib/pull/6978) _(by stdlib-bot)_
5153
- [`28bcb80`](https://github.com/stdlib-js/stdlib/commit/28bcb80f3c93f77abd7a35215dac3c2a5abab367) - **feat:** update error databases [(#6915)](https://github.com/stdlib-js/stdlib/pull/6915) _(by stdlib-bot, Philipp Burckhardt)_

CONTRIBUTORS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Daniel Killenberger <[email protected]>
3838
Daniel Yu <[email protected]>
3939
Debashis Maharana <[email protected]>
4040
Deep Trivedi <[email protected]>
41+
Deepak Singh <[email protected]>
4142
Desh Deepak Kant <[email protected]>
4243
4344
Dhanyabad behera <[email protected]>
@@ -53,6 +54,7 @@ Frank Kovacs <[email protected]>
5354
GK Bishnoi <[email protected]>
5455
GURU PRASAD SHARMA <[email protected]>
5556
57+
Gautam Kaushik <[email protected]>
5658
Gautam sharma <[email protected]>
5759
Girish Garg <[email protected]>
5860
Golden Kumar <[email protected]>
@@ -80,6 +82,7 @@ Joris Labie <[email protected]>
8082
Justin Dennison <[email protected]>
8183
Justyn Shelby <[email protected]>
8284
Karan Anand <[email protected]>
85+
Karan Vasudevamurthy <[email protected]>
8386
Karan Yadav <[email protected]>
8487
Karthik Prakash <[email protected]>
8588
Kaushikgtm <[email protected]>
@@ -146,6 +149,7 @@ Ryan Seal <[email protected]>
146149
Rylan Yang <[email protected]>
147150
SAHIL KUMAR <[email protected]>
148151
SHIVAM YADAV <[email protected]>
152+
Sachin Raj <[email protected]>
149153
Sahil Goyal <[email protected]>
150154
Sai Avinash <[email protected]>
151155
Sai Srikar Dumpeti <[email protected]>
@@ -166,10 +170,14 @@ Spandan Barve <[email protected]>
166170
Stephannie Jiménez Gacha <[email protected]>
167171
Suhaib Ilahi <[email protected]>
168172
Suraj Kumar <[email protected]>
173+
Swapnil Hajare <[email protected]>
169174
Tanishq Ahuja <[email protected]>
170175
Tirtadwipa Manunggal <[email protected]>
171176
Tudor Pagu <[email protected]>
172177
Tufailahmed Bargir <[email protected]>
178+
Tushar Bhardwaj <[email protected]>
179+
Uday Kakade <[email protected]>
180+
Ujjwal Kirti <[email protected]>
173181
Utkarsh <http://[email protected]>
174182
Utkarsh Raj <[email protected]>
175183
UtkershBasnet <[email protected]>

tools/database/data/data.csv

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1141,3 +1141,6 @@
11411141
"IO","invalid argument. First argument must be a length, ArrayBuffer, typed array, array-like object, or iterable. Value: `%s`.","TypeError"
11421142
"IP","invalid argument. Third argument must be a recognized/supported data type. Value: `%s`.","TypeError"
11431143
"IQ","invalid argument. Fourth argument must be a recognized/supported data type. Value: `%s`.","TypeError"
1144+
"IR","invalid argument. Fifth argument must be greater than or equal to max(1,%d). Value: `%d`.","RangeError"
1145+
"IS","invalid argument. Second argument must have an integer data type. Value: `%s`.","TypeError"
1146+
"IT","invalid argument. Second argument must be an integer or an ndarray-like object. 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)