Skip to content

Commit 1d555a1

Browse files
committed
Release v0.2.3
1 parent 9652f88 commit 1d555a1

3 files changed

Lines changed: 10 additions & 11 deletions

File tree

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-01-25)
7+
## 0.2.3 (2026-02-01)
88

99
<section class="issues">
1010

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,8 +412,8 @@ Copyright &copy; 2016-2026. The Stdlib [Authors][stdlib-authors].
412412
[npm-image]: http://img.shields.io/npm/v/@stdlib/strided-base-dmskmap2.svg
413413
[npm-url]: https://npmjs.org/package/@stdlib/strided-base-dmskmap2
414414
415-
[test-image]: https://github.com/stdlib-js/strided-base-dmskmap2/actions/workflows/test.yml/badge.svg?branch=main
416-
[test-url]: https://github.com/stdlib-js/strided-base-dmskmap2/actions/workflows/test.yml?query=branch:main
415+
[test-image]: https://github.com/stdlib-js/strided-base-dmskmap2/actions/workflows/test.yml/badge.svg?branch=v0.2.3
416+
[test-url]: https://github.com/stdlib-js/strided-base-dmskmap2/actions/workflows/test.yml?query=branch:v0.2.3
417417
418418
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/strided-base-dmskmap2/main.svg
419419
[coverage-url]: https://codecov.io/github/stdlib-js/strided-base-dmskmap2?branch=main

package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/strided-base-dmskmap2",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "Apply a binary function to double-precision floating-point strided input arrays according to a strided mask array and assign results to a double-precision floating-point strided output array.",
55
"license": "Apache-2.0",
66
"author": {
@@ -40,19 +40,19 @@
4040
},
4141
"dependencies": {
4242
"@stdlib/strided-base-stride2offset": "^0.1.0",
43-
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.2",
44-
"@stdlib/utils-library-manifest": "^0.2.2"
43+
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.3",
44+
"@stdlib/utils-library-manifest": "^0.2.3"
4545
},
4646
"devDependencies": {
47-
"@stdlib/array-filled-by": "^0.2.1",
47+
"@stdlib/array-filled-by": "^0.3.0",
4848
"@stdlib/array-float64": "^0.2.2",
4949
"@stdlib/array-uint8": "^0.2.2",
5050
"@stdlib/math-base-assert-is-nan": "^0.2.2",
5151
"@stdlib/math-base-special-pow": "^0.3.0",
52-
"@stdlib/number-float64-base-add": "github:stdlib-js/number-float64-base-add#main",
52+
"@stdlib/number-float64-base-add": "^0.1.0",
5353
"@stdlib/random-base-bernoulli": "^0.2.1",
5454
"@stdlib/random-base-discrete-uniform": "^0.2.1",
55-
"@stdlib/random-base-uniform": "^0.2.1",
55+
"@stdlib/random-base-uniform": "^0.2.2",
5656
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5757
"istanbul": "^0.4.1",
5858
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
@@ -94,7 +94,6 @@
9494
"missing values",
9595
"na"
9696
],
97-
"__stdlib__": {},
9897
"funding": {
9998
"type": "opencollective",
10099
"url": "https://opencollective.com/stdlib"

0 commit comments

Comments
 (0)