Skip to content

Commit 9acc169

Browse files
committed
Release v0.1.0
1 parent 19306c0 commit 9acc169

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

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

7-
## Unreleased (2026-01-10)
7+
## 0.1.0 (2026-01-31)
88

99
<section class="features">
1010

README.md

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

319-
[test-image]: https://github.com/stdlib-js/ndarray-filter-map/actions/workflows/test.yml/badge.svg?branch=main
320-
[test-url]: https://github.com/stdlib-js/ndarray-filter-map/actions/workflows/test.yml?query=branch:main
319+
[test-image]: https://github.com/stdlib-js/ndarray-filter-map/actions/workflows/test.yml/badge.svg?branch=v0.1.0
320+
[test-url]: https://github.com/stdlib-js/ndarray-filter-map/actions/workflows/test.yml?query=branch:v0.1.0
321321

322322
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/ndarray-filter-map/main.svg
323323
[coverage-url]: https://codecov.io/github/stdlib-js/ndarray-filter-map?branch=main

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/ndarray-filter-map",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "Filter and map elements in an input ndarray to elements in a new output ndarray according to a callback function.",
55
"license": "Apache-2.0",
66
"author": {
@@ -42,7 +42,7 @@
4242
"@stdlib/assert-is-function": "^0.2.2",
4343
"@stdlib/assert-is-ndarray-like": "^0.2.2",
4444
"@stdlib/assert-is-plain-object": "^0.2.2",
45-
"@stdlib/blas-base-gcopy": "^0.2.1",
45+
"@stdlib/blas-base-gcopy": "^0.2.2",
4646
"@stdlib/ndarray-base-assert-is-order": "^0.2.2",
4747
"@stdlib/ndarray-base-buffer-ctors": "^0.3.0",
4848
"@stdlib/ndarray-base-next-cartesian-index": "^0.2.2",
@@ -106,7 +106,6 @@
106106
"for-each",
107107
"apply"
108108
],
109-
"__stdlib__": {},
110109
"funding": {
111110
"type": "opencollective",
112111
"url": "https://opencollective.com/stdlib"

0 commit comments

Comments
 (0)