Skip to content

Commit a69c534

Browse files
committed
Auto-generated commit
1 parent 7d0d408 commit a69c534

File tree

8 files changed

+560
-185
lines changed

8 files changed

+560
-185
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 (2025-03-04)
7+
## Unreleased (2025-03-30)
88

99
<section class="packages">
1010

@@ -44,6 +44,7 @@ This release closes the following issue:
4444

4545
##### Features
4646

47+
- [`9002aa4`](https://github.com/stdlib-js/stdlib/commit/9002aa4b67f28ecfdb32dc6d3cb8f6a8034b157b) - update error databases [(#6448)](https://github.com/stdlib-js/stdlib/pull/6448)
4748
- [`52a3af1`](https://github.com/stdlib-js/stdlib/commit/52a3af15547afcb194741d01f1834e02fe1a2f89) - update error databases [(#5720)](https://github.com/stdlib-js/stdlib/pull/5720)
4849
- [`a6f782c`](https://github.com/stdlib-js/stdlib/commit/a6f782c129f57a40dc31b36effbf910d3d11007c) - update error databases [(#4806)](https://github.com/stdlib-js/stdlib/pull/4806)
4950
- [`fb83180`](https://github.com/stdlib-js/stdlib/commit/fb83180244018f56fff48fea8263d915fc8bbf2e) - update error databases [(#4705)](https://github.com/stdlib-js/stdlib/pull/4705)
@@ -70,6 +71,7 @@ This release closes the following issue:
7071

7172
##### Features
7273

74+
- [`9002aa4`](https://github.com/stdlib-js/stdlib/commit/9002aa4b67f28ecfdb32dc6d3cb8f6a8034b157b) - update error databases [(#6448)](https://github.com/stdlib-js/stdlib/pull/6448)
7375
- [`52a3af1`](https://github.com/stdlib-js/stdlib/commit/52a3af15547afcb194741d01f1834e02fe1a2f89) - update error databases [(#5720)](https://github.com/stdlib-js/stdlib/pull/5720)
7476
- [`a6f782c`](https://github.com/stdlib-js/stdlib/commit/a6f782c129f57a40dc31b36effbf910d3d11007c) - update error databases [(#4806)](https://github.com/stdlib-js/stdlib/pull/4806)
7577
- [`fb83180`](https://github.com/stdlib-js/stdlib/commit/fb83180244018f56fff48fea8263d915fc8bbf2e) - update error databases [(#4705)](https://github.com/stdlib-js/stdlib/pull/4705)
@@ -96,6 +98,7 @@ This release closes the following issue:
9698

9799
##### Features
98100

101+
- [`9002aa4`](https://github.com/stdlib-js/stdlib/commit/9002aa4b67f28ecfdb32dc6d3cb8f6a8034b157b) - update error databases [(#6448)](https://github.com/stdlib-js/stdlib/pull/6448)
99102
- [`52a3af1`](https://github.com/stdlib-js/stdlib/commit/52a3af15547afcb194741d01f1834e02fe1a2f89) - update error databases [(#5720)](https://github.com/stdlib-js/stdlib/pull/5720)
100103
- [`a6f782c`](https://github.com/stdlib-js/stdlib/commit/a6f782c129f57a40dc31b36effbf910d3d11007c) - update error databases [(#4806)](https://github.com/stdlib-js/stdlib/pull/4806)
101104
- [`fb83180`](https://github.com/stdlib-js/stdlib/commit/fb83180244018f56fff48fea8263d915fc8bbf2e) - update error databases [(#4705)](https://github.com/stdlib-js/stdlib/pull/4705)
@@ -148,6 +151,7 @@ A total of 3 people contributed to this release. Thank you to the following cont
148151

149152
<details>
150153

154+
- [`9002aa4`](https://github.com/stdlib-js/stdlib/commit/9002aa4b67f28ecfdb32dc6d3cb8f6a8034b157b) - **feat:** update error databases [(#6448)](https://github.com/stdlib-js/stdlib/pull/6448) _(by stdlib-bot)_
151155
- [`a1e8f03`](https://github.com/stdlib-js/stdlib/commit/a1e8f03af0ee470d0783cb840878dc7cde0826c3) - **chore:** fix EditorConfig lint errors [(#5543)](https://github.com/stdlib-js/stdlib/pull/5543) _(by ditsu, Athan Reines, Philipp Burckhardt)_
152156
- [`52a3af1`](https://github.com/stdlib-js/stdlib/commit/52a3af15547afcb194741d01f1834e02fe1a2f89) - **feat:** update error databases [(#5720)](https://github.com/stdlib-js/stdlib/pull/5720) _(by stdlib-bot)_
153157
- [`a6f782c`](https://github.com/stdlib-js/stdlib/commit/a6f782c129f57a40dc31b36effbf910d3d11007c) - **feat:** update error databases [(#4806)](https://github.com/stdlib-js/stdlib/pull/4806) _(by stdlib-bot)_

CONTRIBUTORS

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
# Contributors listed in alphabetical order.
44

55
Aadish Jain <[email protected]>
6+
Aarya Balwadkar <[email protected]>
67
Aayush Khanna <[email protected]>
8+
Abdelrahman Samir <[email protected]>
9+
Abdul Kaium <[email protected]>
10+
Abhay Punia <[email protected]>
711
Abhijit Raut <[email protected]>
812
Abhishek Jain <[email protected]>
913
Adarsh Palaskar <[email protected]>
@@ -14,11 +18,16 @@ Ahmed Khaled <[email protected]>
1418
Aksshay Balasubramanian <[email protected]>
1519
Aleksandr <[email protected]>
1620
Ali Salesi <[email protected]>
21+
AlyAbdelmoneim <[email protected]>
1722
Aman Bhansali <[email protected]>
23+
AmanBhadkariya <[email protected]>
1824
Amit Jimiwal <[email protected]>
25+
Anshu Kumar <[email protected]>
26+
Anshu Kumar <[email protected]>
1927
Anudeep Sanapala <[email protected]>
2028
Athan Reines <[email protected]>
2129
30+
Bhavishy Agrawal <[email protected]>
2231
Brendan Graetz <[email protected]>
2332
Bruno Fenzl <[email protected]>
2433
Bryan Elee <[email protected]>
@@ -28,9 +37,12 @@ Dan Rose <[email protected]>
2837
Daniel Killenberger <[email protected]>
2938
Daniel Yu <[email protected]>
3039
Debashis Maharana <[email protected]>
40+
Deep Trivedi <[email protected]>
3141
Desh Deepak Kant <[email protected]>
3242
43+
Dhanyabad behera <[email protected]>
3344
Dhruv Arvind Singh <[email protected]>
45+
Dhruvil Mehta <[email protected]>
3446
Divyansh Seth <[email protected]>
3547
Dominic Lim <[email protected]>
3648
Dominik Moritz <[email protected]>
@@ -43,13 +55,17 @@ Gautam sharma <[email protected]>
4355
Golden Kumar <[email protected]>
4456
Gunj Joshi <[email protected]>
4557
Gururaj Gurram <[email protected]>
58+
Haroon Rasheed <[email protected]>
4659
4760
4861
Harshita Kalani <[email protected]>
62+
Hemant M Mehta <[email protected]>
4963
Hridyanshu <[email protected]>
5064
Jaimin Godhani <[email protected]>
65+
Jaison D Souza <[email protected]>
5166
Jalaj Kumar <[email protected]>
5267
James Gelok <[email protected]>
68+
5369
Jaysukh Makvana <[email protected]>
5470
Jenish Thapa <[email protected]>
5571
Jithin KS <[email protected]>
@@ -61,11 +77,14 @@ Justin Dennison <[email protected]>
6177
Justyn Shelby <[email protected]>
6278
Karan Anand <[email protected]>
6379
Karthik Prakash <[email protected]>
80+
Kaushikgtm <[email protected]>
81+
Kavyansh-Bagdi <[email protected]>
6482
Kohantika Nath <[email protected]>
6583
Krishnam Agarwal <[email protected]>
6684
Krishnendu Das <[email protected]>
6785
Kshitij-Dale <[email protected]>
6886
Lovelin Dhoni J B <[email protected]>
87+
6988
Manik Sharma <[email protected]>
7089
Manvith M <[email protected]>
7190
Marcus Fantham <[email protected]>
@@ -80,21 +99,25 @@ Naresh Jagadeesan <[email protected]>
8099
Naveen Kumar <[email protected]>
81100
Neeraj Pathak <[email protected]>
82101
Nishant Shinde <[email protected]>
102+
Nishchay Rajput <[email protected]>
83103
Nithin Katta <[email protected]>
84104
Nourhan Hasan <[email protected]>
85105
Ognjen Jevremović <[email protected]>
86106
Oneday12323 <[email protected]>
87107
Ori Miles <[email protected]>
88108
Philipp Burckhardt <[email protected]>
109+
Prajjwal Bajpai <[email protected]>
89110
Prajwal Kulkarni <[email protected]>
90-
Pranav Goswami <[email protected]>
111+
Pranav Goswami <[email protected]>
91112
Pranjal Jha <[email protected]>
92113
Prashant Kumar Yadav <[email protected]>
93114
Pratik Singh <[email protected]>
94115
Pratyush Kumar Chouhan <[email protected]>
95116
Priyansh Prajapati <[email protected]>
96117
Priyanshu Agarwal <[email protected]>
118+
Pulkit Gupta <[email protected]>
97119
Pushpendra Chandravanshi <[email protected]>
120+
Rahul Kumar <[email protected]>
98121
Raunak Kumar Gupta <[email protected]>
99122
Rejoan Sardar <[email protected]>
100123
Ricky Reusser <[email protected]>
@@ -107,7 +130,10 @@ Rutam Kathale <[email protected]>
107130
Ruthwik Chikoti <[email protected]>
108131
Ryan Seal <[email protected]>
109132
Rylan Yang <[email protected]>
133+
SAHIL KUMAR <[email protected]>
134+
SHIVAM YADAV <[email protected]>
110135
Sai Srikar Dumpeti <[email protected]>
136+
Sanchay Ketan Sinha <[email protected]>
111137
Sarthak Paandey <[email protected]>
112138
Saurabh Singh <[email protected]>
113139
Seyyed Parsa Neshaei <[email protected]>
@@ -124,6 +150,7 @@ Spandan Barve <[email protected]>
124150
Stephannie Jiménez Gacha <[email protected]>
125151
Suhaib Ilahi <[email protected]>
126152
Suraj Kumar <[email protected]>
153+
Tanishq Ahuja <[email protected]>
127154
Tirtadwipa Manunggal <[email protected]>
128155
Tudor Pagu <[email protected]>
129156
Tufailahmed Bargir <[email protected]>
@@ -139,6 +166,7 @@ Yaswanth Kosuru <[email protected]>
139166
Yernar Yergaziyev <[email protected]>
140167
Yugal Kaushik <[email protected]>
141168
Yuvi Mittal <[email protected]>
169+
142170
ekambains <[email protected]>
143171
fadiothman22 <[email protected]>
144172
olenkabilonizhka <[email protected]>

tools/database/data/data.csv

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1088,3 +1088,10 @@
10881088
"HX","invalid argument. Third argument must be an array of data types. Value: `%s`.","TypeError"
10891089
"HY","invalid argument. Fourth argument must be a supported output data type policy. Value: `%s`.","TypeError"
10901090
"HZ","invalid argument. First argument must have one of the following data types: ""%s"". Data type: `%s`.","TypeError"
1091+
"Ha","invalid arguments. Arrays must have the same number of dimensions (i.e., same rank). ndims(x) == %d. ndims(y) == %d.","Error"
1092+
"Hb","invalid argument. Third argument contains an out-of-bounds dimension index. Value: [%s].","RangeError"
1093+
"Hc","invalid argument. Third argument must contain a list of unique dimension indices. Value: [%s].","Error"
1094+
"Hd","invalid argument. Number of specified dimensions cannot exceed the number of dimensions in the input array. ndims(x) == %d. Value: [%s].","RangeError"
1095+
"He","invalid argument. Arrays which are not being reduced must have the same number of non-reduced dimensions. ndims(x) == %d. Number of reduced dimensions: %d. ndims(arrays[%d]) == %d.","Error"
1096+
"Hf","invalid argument. Non-reduced dimensions must be consistent across all provided arrays. Input array shape: [%s]. Non-reduced dimension indices: [%s]. Non-reduced dimensions: [%s]. Array shape: [%s] (index: %d).","Error"
1097+
"Hg","invalid argument. The second argument cannot be safely cast to the input array data type. Data type: %s. 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)