Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Aug 18, 2024
1 parent e9c556f commit ce85264
Show file tree
Hide file tree
Showing 8 changed files with 229 additions and 8 deletions.
114 changes: 111 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,114 @@

> Package changelog.
<section class="release" id="unreleased">

## Unreleased (2024-08-18)

<section class="packages">

### Packages

<section class="package" id="error-tools-unreleased">

#### [@stdlib/error/tools](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/error/tools)

<details>

<section class="features">

##### Features

- [`4012d6f`](https://github.com/stdlib-js/stdlib/commit/4012d6fe3bfaacf89b8f0cffb81e7dd43169cb97) - update error databases [(#2806)](https://github.com/stdlib-js/stdlib/pull/2806)

</section>

<!-- /.features -->

</details>

</section>

<!-- /.package -->

<section class="package" id="error-tools-id2pkg-unreleased">

#### [@stdlib/error/tools/id2pkg](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/error/tools/id2pkg)

<details>

<section class="features">

##### Features

- [`4012d6f`](https://github.com/stdlib-js/stdlib/commit/4012d6fe3bfaacf89b8f0cffb81e7dd43169cb97) - update error databases [(#2806)](https://github.com/stdlib-js/stdlib/pull/2806)

</section>

<!-- /.features -->

</details>

</section>

<!-- /.package -->

<section class="package" id="error-tools-pkg2id-unreleased">

#### [@stdlib/error/tools/pkg2id](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/error/tools/pkg2id)

<details>

<section class="features">

##### Features

- [`4012d6f`](https://github.com/stdlib-js/stdlib/commit/4012d6fe3bfaacf89b8f0cffb81e7dd43169cb97) - update error databases [(#2806)](https://github.com/stdlib-js/stdlib/pull/2806)

</section>

<!-- /.features -->

</details>

</section>

<!-- /.package -->

</section>

<!-- /.packages -->

<section class="contributors">

### Contributors

A total of 1 person contributed to this release. Thank you to this contributor:

- Philipp Burckhardt

</section>

<!-- /.contributors -->

<section class="commits">

### Commits

<details>

- [`4012d6f`](https://github.com/stdlib-js/stdlib/commit/4012d6fe3bfaacf89b8f0cffb81e7dd43169cb97) - **feat:** update error databases [(#2806)](https://github.com/stdlib-js/stdlib/pull/2806) _(by stdlib-bot, Philipp Burckhardt)_

</details>

</section>

<!-- /.commits -->

</section>

<!-- /.release -->

<section class="release" id="v0.3.0">

## 0.3.0 (2024-08-17)
Expand All @@ -10,7 +118,7 @@

### Packages

<section class="package" id="error-tools-unreleased">
<section class="package" id="error-tools-v0.3.0">

#### [@stdlib/error/tools](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/error/tools)

Expand Down Expand Up @@ -44,7 +152,7 @@

<!-- /.package -->

<section class="package" id="error-tools-id2pkg-unreleased">
<section class="package" id="error-tools-id2pkg-v0.3.0">

#### [@stdlib/error/tools/id2pkg](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/error/tools/id2pkg)

Expand Down Expand Up @@ -78,7 +186,7 @@

<!-- /.package -->

<section class="package" id="error-tools-pkg2id-unreleased">
<section class="package" id="error-tools-pkg2id-v0.3.0">

#### [@stdlib/error/tools/pkg2id](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/error/tools/pkg2id)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
[npm-image]: http://img.shields.io/npm/v/@stdlib/error.svg
[npm-url]: https://npmjs.org/package/@stdlib/error

[test-image]: https://github.com/stdlib-js/error/actions/workflows/test.yml/badge.svg?branch=v0.3.0
[test-url]: https://github.com/stdlib-js/error/actions/workflows/test.yml?query=branch:v0.3.0
[test-image]: https://github.com/stdlib-js/error/actions/workflows/test.yml/badge.svg?branch=main
[test-url]: https://github.com/stdlib-js/error/actions/workflows/test.yml?query=branch:main

[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/error/main.svg
[coverage-url]: https://codecov.io/github/stdlib-js/error?branch=main
Expand Down
21 changes: 21 additions & 0 deletions tools/database/data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1024,3 +1024,24 @@
"GV","invalid argument. First argument must be a valid transpose operation. Value: `%s`.","TypeError"
"GW","invalid argument. Tenth argument must be non-zero.","RangeError"
"GX","invalid argument. Fourteenth argument must be non-zero.","RangeError"
"GY","invalid arguments. Array must have the same shape.","Error"
"GZ","invalid argument. Second argument must be an array of integers. Value: `%s`.","TypeError"
"Ga","invalid argument. First argument must be an ndarray having at least %d dimensions.","TypeError"
"Gb","invalid argument. Dimension indices must be sorted in ascending order. Value: `%s`.","Error"
"Gc","invalid argument. Dimension indices must be unique. Value: `%s`.","Error"
"Gd","invalid argument. First argument must be an array of ndarrays. Value: `%s`.","TypeError"
"Ge","invalid argument. First argument must be an array of ndarrays which are broadcast-compatible. Value: `%s`.","TypeError"
"Gf","invalid argument. First argument must be an array of ndarrays having at least %d dimensions after broadcasting.","TypeError"
"Gg","invalid argument. Index argument is out-of-bounds. Value: `%d`.","RangeError"
"Gh","invalid argument. Sixth argument must be a nonnegative integer. Value: `%d`.","RangeError"
"Gi","invalid argument. Ninth argument must be greater than or equal to max(1,%d). Value: `%d`.","RangeError"
"Gj","invalid argument. Eleventh argument must be greater than or equal to max(1,%d). Value: `%d`.","RangeError"
"Gk","invalid argument. Fourteenth argument must be greater than or equal to max(1,%d). Value: `%d`.","RangeError"
"Gl","invalid argument. First argument must be an ndarray containing double-precision floating-point numbers. Value: `%s`.","TypeError"
"Gm","invalid argument. Second argument must be an ndarray containing double-precision floating-point numbers. Value: `%s`.","TypeError"
"Gn","invalid argument. First argument must have at least one dimension.","TypeError"
"Go","invalid argument. Second argument must have at least one dimension.","TypeError"
"Gp","invalid argument. Third argument must be a negative integer. Value: `%s`.","TypeError"
"Gq","invalid argument. Third argument must be a value on the interval: [%d,%d]. Value: `%d`.","RangeError"
"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"
"Gs","invalid arguments. Input ndarrays must be broadcast compatible. Shape(%s) = (%s). Shape(%s) = (%s).","Error"
2 changes: 1 addition & 1 deletion tools/database/data/data.json

Large diffs are not rendered by default.

46 changes: 46 additions & 0 deletions tools/id2pkg/data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,8 @@
"1nR",@stdlib/array-base-quinary5d
"1rQ",@stdlib/array/base/reject
"1rR",@stdlib/array-base-reject
"1yy",@stdlib/array/base/remove-at
"1yz",@stdlib/array-base-remove-at
"1lw",@stdlib/array/base/resolve-getter
"1lx",@stdlib/array-base-resolve-getter
"1oy",@stdlib/array/base/resolve-setter
Expand Down Expand Up @@ -480,6 +482,8 @@
"1wL",@stdlib/array-base-where
"1sS",@stdlib/array/base/with
"1sT",@stdlib/array-base-with
"1z0",@stdlib/array/base/without
"1z1",@stdlib/array-base-without
"1Zc",@stdlib/array/base/zero-to
"1Zd",@stdlib/array-base-zero-to
"00K",@stdlib/array/base/zeros
Expand Down Expand Up @@ -1340,6 +1344,8 @@
"0BZ",@stdlib/blas-base-dcopy
"0Ba",@stdlib/blas/base/ddot
"0Bb",@stdlib/blas-base-ddot
"1z2",@stdlib/blas/base/dgemm
"1z3",@stdlib/blas-base-dgemm
"1yY",@stdlib/blas/base/dgemv
"1yZ",@stdlib/blas-base-dgemv
"1uU",@stdlib/blas/base/dger
Expand Down Expand Up @@ -1378,6 +1384,8 @@
"1yd",@stdlib/blas-base-dsyr2
"1ye",@stdlib/blas/base/dtrmv
"1yf",@stdlib/blas-base-dtrmv
"1z4",@stdlib/blas/base/dtrsv
"1z5",@stdlib/blas-base-dtrsv
"1xa",@stdlib/blas/base/dznrm2
"1xb",@stdlib/blas-base-dznrm2
"0Bk",@stdlib/blas/base/gasum
Expand Down Expand Up @@ -1446,6 +1454,8 @@
"0C7",@stdlib/blas-base-sdot
"0C8",@stdlib/blas/base/sdsdot
"0C9",@stdlib/blas-base-sdsdot
"1z6",@stdlib/blas/base/sgemm
"1z7",@stdlib/blas-base-sgemm
"1yg",@stdlib/blas/base/sgemv
"1yh",@stdlib/blas-base-sgemv
"1uc",@stdlib/blas/base/shared
Expand All @@ -1462,6 +1472,8 @@
"0CD",@stdlib/blas-base-sscal
"1wc",@stdlib/blas/base/sspmv
"1wd",@stdlib/blas-base-sspmv
"1z8",@stdlib/blas/base/sspr
"1z9",@stdlib/blas-base-sspr
"0CE",@stdlib/blas/base/sswap
"0CF",@stdlib/blas-base-sswap
"1we",@stdlib/blas/base/ssymv
Expand All @@ -1472,6 +1484,8 @@
"1yl",@stdlib/blas-base-ssyr2
"1ym",@stdlib/blas/base/strmv
"1yn",@stdlib/blas-base-strmv
"1zA",@stdlib/blas/base/strsv
"1zB",@stdlib/blas-base-strsv
"1wg",@stdlib/blas/base/transpose-operation-enum2str
"1wh",@stdlib/blas-base-transpose-operation-enum2str
"1wi",@stdlib/blas/base/transpose-operation-resolve-enum
Expand Down Expand Up @@ -1909,10 +1923,16 @@
"1tB",@stdlib/constants-float32-fourth-pi
"1tC",@stdlib/constants/float32/half-pi
"1tD",@stdlib/constants-float32-half-pi
"1zC",@stdlib/constants/float32/max-base2-exponent-subnormal
"1zD",@stdlib/constants-float32-max-base2-exponent-subnormal
"1zE",@stdlib/constants/float32/max-base2-exponent
"1zF",@stdlib/constants-float32-max-base2-exponent
"0I0",@stdlib/constants/float32/max-safe-integer
"0I1",@stdlib/constants-float32-max-safe-integer
"0I2",@stdlib/constants/float32/max
"0I3",@stdlib/constants-float32-max
"1zG",@stdlib/constants/float32/min-base2-exponent-subnormal
"1zH",@stdlib/constants-float32-min-base2-exponent-subnormal
"0I4",@stdlib/constants/float32/min-safe-integer
"0I5",@stdlib/constants-float32-min-safe-integer
"1py",@stdlib/constants/float32/nan
Expand Down Expand Up @@ -2350,6 +2370,8 @@
"0Of",@stdlib/iter-counter
"1xS",@stdlib/iter/cuany
"1xT",@stdlib/iter-cuany
"1zI",@stdlib/iter/cunone-by
"1zJ",@stdlib/iter-cunone-by
"1yU",@stdlib/iter/cusome
"1yV",@stdlib/iter-cusome
"0Og",@stdlib/iter/datespace
Expand Down Expand Up @@ -2455,6 +2477,8 @@
"1sh",@stdlib/iter-until-each
"1mu",@stdlib/iter/while-each
"1mv",@stdlib/iter-while-each
"1zK",@stdlib/lapack/base/dge-trans
"1zL",@stdlib/lapack-base-dge-trans
"1yo",@stdlib/lapack/base/dlacpy
"1yp",@stdlib/lapack-base-dlacpy
"1yq",@stdlib/lapack/base/dlassq
Expand All @@ -2465,8 +2489,12 @@
"1yt",@stdlib/lapack-base-dpttrf
"1xi",@stdlib/lapack/base
"1xj",@stdlib/lapack-base
"1zM",@stdlib/lapack/base/sge-trans
"1zN",@stdlib/lapack-base-sge-trans
"1yu",@stdlib/lapack/base/slacpy
"1yv",@stdlib/lapack-base-slacpy
"1zO",@stdlib/lapack/base/slaswp
"1zP",@stdlib/lapack-base-slaswp
"1yw",@stdlib/lapack/base/spttrf
"1yx",@stdlib/lapack-base-spttrf
"1xl",@stdlib/lapack
Expand All @@ -2490,6 +2518,8 @@
"0QV",@stdlib/math-base-assert-is-infinitef
"0QW",@stdlib/math/base/assert/is-integer
"0QX",@stdlib/math-base-assert-is-integer
"1zQ",@stdlib/math/base/assert/is-integerf
"1zR",@stdlib/math-base-assert-is-integerf
"0QY",@stdlib/math/base/assert/is-nan
"0QZ",@stdlib/math-base-assert-is-nan
"0Qa",@stdlib/math/base/assert/is-nanf
Expand Down Expand Up @@ -3052,6 +3082,8 @@
"0Y3",@stdlib/math-base-special-round2
"0Y4",@stdlib/math/base/special/roundb
"0Y5",@stdlib/math-base-special-roundb
"1zS",@stdlib/math/base/special/roundf
"1zT",@stdlib/math-base-special-roundf
"0Y6",@stdlib/math/base/special/roundn
"0Y7",@stdlib/math-base-special-roundn
"0Y8",@stdlib/math/base/special/roundsd
Expand Down Expand Up @@ -3866,6 +3898,8 @@
"0in",@stdlib/ndarray-base-ind2sub
"0io",@stdlib/ndarray/base/iteration-order
"0ip",@stdlib/ndarray-base-iteration-order
"1zU",@stdlib/ndarray/base/map
"1zV",@stdlib/ndarray-base-map
"0iq",@stdlib/ndarray/base/max-view-buffer-index
"0ir",@stdlib/ndarray-base-max-view-buffer-index
"0is",@stdlib/ndarray/base/maybe-broadcast-array
Expand All @@ -3888,6 +3922,8 @@
"0j7",@stdlib/ndarray-base-napi-typedarray-type-to-dtype
"0j8",@stdlib/ndarray/base/napi/unary
"0j9",@stdlib/ndarray-base-napi-unary
"1zW",@stdlib/ndarray/base/ndarraylike2ndarray
"1zX",@stdlib/ndarray-base-ndarraylike2ndarray
"0jA",@stdlib/ndarray/base/ndarraylike2object
"0jB",@stdlib/ndarray-base-ndarraylike2object
"1jc",@stdlib/ndarray/base/ndims
Expand Down Expand Up @@ -4028,6 +4064,8 @@
"1jr",@stdlib/ndarray-iter-entries
"1js",@stdlib/ndarray/iter/indices
"1jt",@stdlib/ndarray-iter-indices
"1zY",@stdlib/ndarray/iter/interleave-subarrays
"1zZ",@stdlib/ndarray-iter-interleave-subarrays
"1lM",@stdlib/ndarray/iter/matrices
"1lN",@stdlib/ndarray-iter-matrices
"1lO",@stdlib/ndarray/iter/matrix-entries
Expand All @@ -4038,6 +4076,12 @@
"1lR",@stdlib/ndarray-iter-row-entries
"1jw",@stdlib/ndarray/iter/rows
"1jx",@stdlib/ndarray-iter-rows
"1za",@stdlib/ndarray/iter/select-dimension
"1zb",@stdlib/ndarray-iter-select-dimension
"1zc",@stdlib/ndarray/iter/stacks
"1zd",@stdlib/ndarray-iter-stacks
"1ze",@stdlib/ndarray/iter/subarrays
"1zf",@stdlib/ndarray-iter-subarrays
"1jy",@stdlib/ndarray/iter/to-array-each
"1jz",@stdlib/ndarray-iter-to-array-each
"1k0",@stdlib/ndarray/iter/values
Expand All @@ -4050,6 +4094,8 @@
"0k1",@stdlib/ndarray-min-dtype
"1kW",@stdlib/ndarray/mostly-safe-casts
"1kX",@stdlib/ndarray-mostly-safe-casts
"1zg",@stdlib/ndarray/ndarraylike2ndarray
"1zh",@stdlib/ndarray-ndarraylike2ndarray
"1k4",@stdlib/ndarray/ndims
"1k5",@stdlib/ndarray-ndims
"0k2",@stdlib/ndarray/next-dtype
Expand Down
2 changes: 1 addition & 1 deletion tools/id2pkg/data/data.json

Large diffs are not rendered by default.

Loading

0 comments on commit ce85264

Please sign in to comment.