Skip to content

Commit daa50c4

Browse files
committed
Release v0.2.3
1 parent 03e1db6 commit daa50c4

File tree

5 files changed

+32
-40
lines changed

5 files changed

+32
-40
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/workflows/test.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,6 @@ jobs:
7676
npm install || npm install || npm install
7777
timeout-minutes: 15
7878

79-
# Build native add-on if present:
80-
- name: 'Build native add-on (if present)'
81-
run: |
82-
if [ -f "binding.gyp" ]; then
83-
npm install node-gyp --no-save && ./node_modules/.bin/node-gyp rebuild
84-
fi
85-
8679
# Run tests:
8780
- name: 'Run tests'
8881
id: tests

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
> Package changelog.
44
5-
<section class="release" id="unreleased">
5+
<section class="release" id="v0.2.3">
66

7-
## Unreleased (2026-02-02)
7+
## 0.2.3 (2026-02-08)
88

99
<section class="commits">
1010

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,8 @@ Copyright &copy; 2016-2026. The Stdlib [Authors][stdlib-authors].
334334
[npm-image]: http://img.shields.io/npm/v/@stdlib/ndarray-dispatch.svg
335335
[npm-url]: https://npmjs.org/package/@stdlib/ndarray-dispatch
336336

337-
[test-image]: https://github.com/stdlib-js/ndarray-dispatch/actions/workflows/test.yml/badge.svg?branch=main
338-
[test-url]: https://github.com/stdlib-js/ndarray-dispatch/actions/workflows/test.yml?query=branch:main
337+
[test-image]: https://github.com/stdlib-js/ndarray-dispatch/actions/workflows/test.yml/badge.svg?branch=v0.2.3
338+
[test-url]: https://github.com/stdlib-js/ndarray-dispatch/actions/workflows/test.yml?query=branch:v0.2.3
339339

340340
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/ndarray-dispatch/main.svg
341341
[coverage-url]: https://codecov.io/github/stdlib-js/ndarray-dispatch?branch=main

package.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/ndarray-dispatch",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "Create an ndarray function interface which performs multiple dispatch.",
55
"license": "Apache-2.0",
66
"author": {
@@ -37,41 +37,41 @@
3737
"url": "https://github.com/stdlib-js/stdlib/issues"
3838
},
3939
"dependencies": {
40-
"@stdlib/assert-is-collection": "^0.2.2",
41-
"@stdlib/assert-is-function": "^0.2.2",
42-
"@stdlib/assert-is-function-array": "^0.2.2",
43-
"@stdlib/assert-is-integer": "^0.2.2",
40+
"@stdlib/assert-is-collection": "^0.2.3",
41+
"@stdlib/assert-is-function": "^0.2.3",
42+
"@stdlib/assert-is-function-array": "^0.2.3",
43+
"@stdlib/assert-is-integer": "^0.2.3",
4444
"@stdlib/assert-is-ndarray-like": "^0.2.2",
45-
"@stdlib/assert-is-nonnegative-integer": "^0.2.2",
46-
"@stdlib/assert-is-positive-integer": "^0.2.2",
47-
"@stdlib/blas-ext-base-gindex-of-row": "^0.1.0",
48-
"@stdlib/ndarray-base-dtype-resolve-enum": "^0.3.0",
49-
"@stdlib/ndarray-base-dtypes2enums": "^0.1.0",
50-
"@stdlib/ndarray-dtype": "^0.2.2",
45+
"@stdlib/assert-is-nonnegative-integer": "^0.2.3",
46+
"@stdlib/assert-is-positive-integer": "^0.2.3",
47+
"@stdlib/blas-ext-base-gindex-of-row": "^0.1.1",
48+
"@stdlib/ndarray-base-dtype-resolve-enum": "^0.3.1",
49+
"@stdlib/ndarray-base-dtypes2enums": "^0.1.1",
50+
"@stdlib/ndarray-dtype": "^0.2.3",
5151
"@stdlib/string-format": "^0.2.3",
5252
"@stdlib/types": "^0.4.3",
53-
"@stdlib/error-tools-fmtprodmsg": "^0.2.2"
53+
"@stdlib/error-tools-fmtprodmsg": "^0.2.3"
5454
},
5555
"devDependencies": {
56-
"@stdlib/array-float32": "^0.2.2",
57-
"@stdlib/array-float64": "^0.2.2",
58-
"@stdlib/array-int32": "^0.2.2",
59-
"@stdlib/array-int8": "^0.2.2",
60-
"@stdlib/array-uint8": "^0.2.2",
61-
"@stdlib/math-base-assert-is-nan": "^0.2.2",
62-
"@stdlib/math-base-special-abs": "^0.2.2",
63-
"@stdlib/math-base-special-pow": "^0.3.0",
64-
"@stdlib/math-base-special-sin": "^0.3.0",
65-
"@stdlib/ndarray-base-buffer-dtype": "^0.4.0",
66-
"@stdlib/ndarray-base-numel": "^0.2.2",
67-
"@stdlib/ndarray-base-unary": "^0.3.0",
68-
"@stdlib/ndarray-ctor": "^0.3.0",
69-
"@stdlib/ndarray-dtypes": "^0.4.0",
70-
"@stdlib/ndarray-ind2sub": "^0.2.2",
56+
"@stdlib/array-float32": "^0.2.3",
57+
"@stdlib/array-float64": "^0.2.3",
58+
"@stdlib/array-int32": "^0.2.3",
59+
"@stdlib/array-int8": "^0.2.3",
60+
"@stdlib/array-uint8": "^0.2.3",
61+
"@stdlib/math-base-assert-is-nan": "^0.2.3",
62+
"@stdlib/math-base-special-abs": "^0.2.3",
63+
"@stdlib/math-base-special-pow": "^0.3.1",
64+
"@stdlib/math-base-special-sin": "^0.3.1",
65+
"@stdlib/ndarray-base-buffer-dtype": "^0.4.1",
66+
"@stdlib/ndarray-base-numel": "^0.2.3",
67+
"@stdlib/ndarray-base-unary": "^0.3.1",
68+
"@stdlib/ndarray-ctor": "^0.3.1",
69+
"@stdlib/ndarray-dtypes": "^0.4.1",
70+
"@stdlib/ndarray-ind2sub": "^0.2.3",
7171
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
7272
"istanbul": "^0.4.1",
7373
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
74-
"@stdlib/bench-harness": "^0.2.2"
74+
"@stdlib/bench-harness": "^0.2.3"
7575
},
7676
"engines": {
7777
"node": ">=0.10.0",

0 commit comments

Comments
 (0)