Skip to content

Commit edefc83

Browse files
committed
Release v0.3.0
1 parent 93fb97d commit edefc83

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

.github/.keepalive

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

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.3.0">
66

7-
## Unreleased (2026-01-12)
7+
## 0.3.0 (2026-01-29)
88

99
<section class="features">
1010

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,8 +395,8 @@ Copyright &copy; 2016-2026. The Stdlib [Authors][stdlib-authors].
395395
[npm-image]: http://img.shields.io/npm/v/@stdlib/blas-ext-base-dnannsumpw.svg
396396
[npm-url]: https://npmjs.org/package/@stdlib/blas-ext-base-dnannsumpw
397397
398-
[test-image]: https://github.com/stdlib-js/blas-ext-base-dnannsumpw/actions/workflows/test.yml/badge.svg?branch=main
399-
[test-url]: https://github.com/stdlib-js/blas-ext-base-dnannsumpw/actions/workflows/test.yml?query=branch:main
398+
[test-image]: https://github.com/stdlib-js/blas-ext-base-dnannsumpw/actions/workflows/test.yml/badge.svg?branch=v0.3.0
399+
[test-url]: https://github.com/stdlib-js/blas-ext-base-dnannsumpw/actions/workflows/test.yml?query=branch:v0.3.0
400400
401401
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/blas-ext-base-dnannsumpw/main.svg
402402
[coverage-url]: https://codecov.io/github/stdlib-js/blas-ext-base-dnannsumpw?branch=main

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/blas-ext-base-dnannsumpw",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"description": "Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using pairwise summation.",
55
"license": "Apache-2.0",
66
"author": {
@@ -48,10 +48,10 @@
4848
"@stdlib/napi-argv": "^0.2.2",
4949
"@stdlib/napi-argv-int64": "^0.2.2",
5050
"@stdlib/napi-argv-strided-float64array": "^0.2.2",
51-
"@stdlib/napi-export": "^0.2.2",
51+
"@stdlib/napi-export": "^0.3.0",
5252
"@stdlib/strided-base-stride2offset": "^0.1.0",
5353
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.2",
54-
"@stdlib/utils-library-manifest": "^0.2.2",
54+
"@stdlib/utils-library-manifest": "^0.2.3",
5555
"@stdlib/utils-try-require": "^0.2.2"
5656
},
5757
"devDependencies": {
@@ -106,7 +106,6 @@
106106
"double",
107107
"float64array"
108108
],
109-
"__stdlib__": {},
110109
"funding": {
111110
"type": "opencollective",
112111
"url": "https://opencollective.com/stdlib"

0 commit comments

Comments
 (0)