Skip to content

Commit 9b85c43

Browse files
committed
Auto-generated commit
1 parent ca20dcf commit 9b85c43

File tree

8 files changed

+60
-5
lines changed

8 files changed

+60
-5
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-09-14)
7+
## Unreleased (2025-09-21)
88

99
<section class="features">
1010

1111
### Features
1212

13+
- [`a6cf0cf`](https://github.com/stdlib-js/stdlib/commit/a6cf0cf725f003bbfcd5d24ff2221919338c954e) - update error databases [(#8115)](https://github.com/stdlib-js/stdlib/pull/8115)
1314
- [`3cae960`](https://github.com/stdlib-js/stdlib/commit/3cae960432d7d903d0eb37a094db20d5f75f72cf) - update error databases [(#8069)](https://github.com/stdlib-js/stdlib/pull/8069)
1415
- [`132f36a`](https://github.com/stdlib-js/stdlib/commit/132f36a977386ab096662902eb7830fe6b140c76) - update error databases [(#7991)](https://github.com/stdlib-js/stdlib/pull/7991)
1516
- [`d9443db`](https://github.com/stdlib-js/stdlib/commit/d9443dbda63b97e6f17b991f17cac96e7a8b8e8c) - update error databases [(#7943)](https://github.com/stdlib-js/stdlib/pull/7943)
@@ -53,6 +54,7 @@ This release closes the following issue:
5354

5455
<details>
5556

57+
- [`a6cf0cf`](https://github.com/stdlib-js/stdlib/commit/a6cf0cf725f003bbfcd5d24ff2221919338c954e) - **feat:** update error databases [(#8115)](https://github.com/stdlib-js/stdlib/pull/8115) _(by stdlib-bot)_
5658
- [`3cae960`](https://github.com/stdlib-js/stdlib/commit/3cae960432d7d903d0eb37a094db20d5f75f72cf) - **feat:** update error databases [(#8069)](https://github.com/stdlib-js/stdlib/pull/8069) _(by stdlib-bot)_
5759
- [`07e8560`](https://github.com/stdlib-js/stdlib/commit/07e85603f66b82d2152fc36127679235a88580d1) - **docs:** fix example code and return annotation values _(by Philipp Burckhardt)_
5860
- [`132f36a`](https://github.com/stdlib-js/stdlib/commit/132f36a977386ab096662902eb7830fe6b140c76) - **feat:** update error databases [(#7991)](https://github.com/stdlib-js/stdlib/pull/7991) _(by stdlib-bot)_

CONTRIBUTORS

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Ahmed Khaled <[email protected]>
2020
Aksshay Balasubramanian <[email protected]>
2121
Aleksandr <[email protected]>
2222
Ali Salesi <[email protected]>
23-
AlyAbdelmoneim <[email protected]>
23+
Aly Abdelmoneim <[email protected]>
2424
Aman Bhansali <[email protected]>
2525
AmanBhadkariya <[email protected]>
2626
Amisha Chhajed <[email protected]>
@@ -29,6 +29,7 @@ Anmol Sah <[email protected]>
2929
Annamalai Prabu <[email protected]>
3030
Anshu Kumar <[email protected]>
3131
Anshu Kumar <[email protected]>
32+
Anshuman Singh <[email protected]>
3233
Anudeep Sanapala <[email protected]>
3334
Arihant Pal <[email protected]>
3435
Aryan Bhirud <[email protected]>
@@ -137,6 +138,7 @@ Nourhan Hasan <[email protected]>
137138
Ognjen Jevremović <[email protected]>
138139
Oneday12323 <[email protected]>
139140
Ori Miles <[email protected]>
141+
Payal Goswami <[email protected]>
140142
Philipp Burckhardt <[email protected]>
141143
Pierre Forstmann <[email protected]>
142144
Pradyumn Prasad <[email protected]>
@@ -178,6 +180,7 @@ Sanchay Ketan Sinha <[email protected]>
178180
Sarthak Paandey <[email protected]>
179181
Satyajeet Chavan <[email protected]>
180182
Saurabh Singh <[email protected]>
183+
Seth-Banker <[email protected]>
181184
Seyyed Parsa Neshaei <[email protected]>
182185
Shabareesh Shetty <[email protected]>
183186
Shashank Shekhar Singh <[email protected]>

tools/database/data/data.csv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1206,3 +1206,5 @@
12061206
"JR","invalid operation. Unable to promote the input and output data types. Input data types: [%s]. Output data type: %s.","Error"
12071207
"JS","invalid argument. Fourth argument must be a supported casting policy. Value: `%s`.","TypeError"
12081208
"JT","invalid argument. Fourth argument must be an ndarray. Value: `%s`.","TypeError"
1209+
"JU","invalid option. `%s` option must be a supported data type. Option: `%s`.","TypeError"
1210+
"JV","invalid argument. First argument must be either a supported data type string, a struct constructor, or another data type instance. 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: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,8 @@
506506
"1mp",@stdlib/array-base-index-of
507507
"25e",@stdlib/array/base/indices-complement
508508
"25f",@stdlib/array-base-indices-complement
509+
"2Vy",@stdlib/array/base/insert-at
510+
"2Vz",@stdlib/array-base-insert-at
509511
"1t0",@stdlib/array/base/join
510512
"1t1",@stdlib/array-base-join
511513
"2Da",@stdlib/array/base/last-index-of-same-value
@@ -670,6 +672,8 @@
670672
"1Zb",@stdlib/array-base-to-accessor-array
671673
"1nS",@stdlib/array/base/to-deduped
672674
"1nT",@stdlib/array-base-to-deduped
675+
"2W0",@stdlib/array/base/to-inserted-at
676+
"2W1",@stdlib/array-base-to-inserted-at
673677
"1p2",@stdlib/array/base/to-reversed
674678
"1p3",@stdlib/array-base-to-reversed
675679
"1ig",@stdlib/array/base/unary2d-by
@@ -2020,6 +2024,8 @@
20202024
"2Sz",@stdlib/blas-ext-base-gfind-index
20212025
"2T0",@stdlib/blas/ext/base/gfind-last-index
20222026
"2T1",@stdlib/blas-ext-base-gfind-last-index
2027+
"2W2",@stdlib/blas/ext/base/gindex-of-row
2028+
"2W3",@stdlib/blas-ext-base-gindex-of-row
20232029
"2No",@stdlib/blas/ext/base/gindex-of
20242030
"2Np",@stdlib/blas-ext-base-gindex-of
20252031
"2Nq",@stdlib/blas/ext/base/glast-index-of
@@ -3581,6 +3587,8 @@
35813587
"2VP",@stdlib/math-base-special-fast-hypotf
35823588
"0VI",@stdlib/math/base/special/fast/max
35833589
"0VJ",@stdlib/math-base-special-fast-max
3590+
"2W4",@stdlib/math/base/special/fast/maxf
3591+
"2W5",@stdlib/math-base-special-fast-maxf
35843592
"0VK",@stdlib/math/base/special/fast/min
35853593
"0VL",@stdlib/math-base-special-fast-min
35863594
"0VM",@stdlib/math/base/special/fast
@@ -4633,10 +4641,14 @@
46334641
"1cj",@stdlib/ndarray-base-assert-is-complex-floating-point-data-type
46344642
"0hg",@stdlib/ndarray/base/assert/is-contiguous
46354643
"0hh",@stdlib/ndarray-base-assert-is-contiguous
4644+
"2W6",@stdlib/ndarray/base/assert/is-data-type-object
4645+
"2W7",@stdlib/ndarray-base-assert-is-data-type-object
46364646
"2OQ",@stdlib/ndarray/base/assert/is-data-type-string
46374647
"2OR",@stdlib/ndarray-base-assert-is-data-type-string
46384648
"0hi",@stdlib/ndarray/base/assert/is-data-type
46394649
"0hj",@stdlib/ndarray-base-assert-is-data-type
4650+
"2W8",@stdlib/ndarray/base/assert/is-equal-data-type
4651+
"2W9",@stdlib/ndarray-base-assert-is-equal-data-type
46404652
"1ck",@stdlib/ndarray/base/assert/is-floating-point-data-type
46414653
"1cl",@stdlib/ndarray-base-assert-is-floating-point-data-type
46424654
"2Fg",@stdlib/ndarray/base/assert/is-index-data-type
@@ -4739,6 +4751,8 @@
47394751
"0iN",@stdlib/ndarray-base-ctor
47404752
"1kI",@stdlib/ndarray/base/data-buffer
47414753
"1kJ",@stdlib/ndarray-base-data-buffer
4754+
"2WA",@stdlib/ndarray/base/dtype-alignment
4755+
"2WB",@stdlib/ndarray-base-dtype-alignment
47424756
"0iO",@stdlib/ndarray/base/dtype-char
47434757
"0iP",@stdlib/ndarray-base-dtype-char
47444758
"0iQ",@stdlib/ndarray/base/dtype-desc
@@ -4755,6 +4769,8 @@
47554769
"1kL",@stdlib/ndarray-base-dtype
47564770
"0ia",@stdlib/ndarray/base/dtype2c
47574771
"0ib",@stdlib/ndarray-base-dtype2c
4772+
"2WC",@stdlib/ndarray/base/dtypes2enums
4773+
"2WD",@stdlib/ndarray-base-dtypes2enums
47584774
"0ic",@stdlib/ndarray/base/dtypes2signatures
47594775
"0id",@stdlib/ndarray-base-dtypes2signatures
47604776
"1d4",@stdlib/ndarray/base/empty-like
@@ -4847,6 +4863,8 @@
48474863
"25z",@stdlib/ndarray-base-normalize-indices
48484864
"1d8",@stdlib/ndarray/base/nullary-loop-interchange-order
48494865
"1d9",@stdlib/ndarray-base-nullary-loop-interchange-order
4866+
"2WE",@stdlib/ndarray/base/nullary-strided1d-dispatch-factory
4867+
"2WF",@stdlib/ndarray-base-nullary-strided1d-dispatch-factory
48504868
"2Ve",@stdlib/ndarray/base/nullary-strided1d-dispatch
48514869
"2Vf",@stdlib/ndarray-base-nullary-strided1d-dispatch
48524870
"2V6",@stdlib/ndarray/base/nullary-strided1d
@@ -4995,6 +5013,8 @@
49955013
"1dX",@stdlib/ndarray-dispatch-by
49965014
"0jq",@stdlib/ndarray/dispatch
49975015
"0jr",@stdlib/ndarray-dispatch
5016+
"2WG",@stdlib/ndarray/dtype-ctor
5017+
"2WH",@stdlib/ndarray-dtype-ctor
49985018
"1kU",@stdlib/ndarray/dtype
49995019
"1kV",@stdlib/ndarray-dtype
50005020
"0js",@stdlib/ndarray/dtypes
@@ -5021,6 +5041,8 @@
50215041
"1nx",@stdlib/ndarray-flag
50225042
"1ny",@stdlib/ndarray/flags
50235043
"1nz",@stdlib/ndarray-flags
5044+
"2WI",@stdlib/ndarray/flatten-by
5045+
"2WJ",@stdlib/ndarray-flatten-by
50245046
"2Vk",@stdlib/ndarray/flatten
50255047
"2Vl",@stdlib/ndarray-flatten
50265048
"24y",@stdlib/ndarray/for-each
@@ -8048,6 +8070,8 @@
80488070
"2GZ",@stdlib/stats-strided-wasm-dmeanors
80498071
"2KC",@stdlib/stats/strided/wasm/dmeanwd
80508072
"2KD",@stdlib/stats-strided-wasm-dmeanwd
8073+
"2WK",@stdlib/stats/strided/wasm/dnanvariancewd
8074+
"2WL",@stdlib/stats-strided-wasm-dnanvariancewd
80518075
"2N6",@stdlib/stats/strided/ztest
80528076
"2N7",@stdlib/stats-strided-ztest
80538077
"2Ra",@stdlib/stats/strided/ztest2

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: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9621,3 +9621,27 @@
96219621
"@stdlib/stats-strided-snanmean",2Vv
96229622
"@stdlib/stats/strided/sstdevwd",2Vw
96239623
"@stdlib/stats-strided-sstdevwd",2Vx
9624+
"@stdlib/array/base/insert-at",2Vy
9625+
"@stdlib/array-base-insert-at",2Vz
9626+
"@stdlib/array/base/to-inserted-at",2W0
9627+
"@stdlib/array-base-to-inserted-at",2W1
9628+
"@stdlib/blas/ext/base/gindex-of-row",2W2
9629+
"@stdlib/blas-ext-base-gindex-of-row",2W3
9630+
"@stdlib/math/base/special/fast/maxf",2W4
9631+
"@stdlib/math-base-special-fast-maxf",2W5
9632+
"@stdlib/ndarray/base/assert/is-data-type-object",2W6
9633+
"@stdlib/ndarray-base-assert-is-data-type-object",2W7
9634+
"@stdlib/ndarray/base/assert/is-equal-data-type",2W8
9635+
"@stdlib/ndarray-base-assert-is-equal-data-type",2W9
9636+
"@stdlib/ndarray/base/dtype-alignment",2WA
9637+
"@stdlib/ndarray-base-dtype-alignment",2WB
9638+
"@stdlib/ndarray/base/dtypes2enums",2WC
9639+
"@stdlib/ndarray-base-dtypes2enums",2WD
9640+
"@stdlib/ndarray/base/nullary-strided1d-dispatch-factory",2WE
9641+
"@stdlib/ndarray-base-nullary-strided1d-dispatch-factory",2WF
9642+
"@stdlib/ndarray/dtype-ctor",2WG
9643+
"@stdlib/ndarray-dtype-ctor",2WH
9644+
"@stdlib/ndarray/flatten-by",2WI
9645+
"@stdlib/ndarray-flatten-by",2WJ
9646+
"@stdlib/stats/strided/wasm/dnanvariancewd",2WK
9647+
"@stdlib/stats-strided-wasm-dnanvariancewd",2WL

tools/pkg2id/data/data.json

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

0 commit comments

Comments
 (0)