Skip to content

Commit 8d06da5

Browse files
committed
Release v0.1.0
1 parent 9076986 commit 8d06da5

4 files changed

Lines changed: 7 additions & 9 deletions

File tree

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

7-
## Unreleased (2026-01-19)
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
@@ -275,8 +275,8 @@ Copyright &copy; 2016-2026. The Stdlib [Authors][stdlib-authors].
275275
[npm-image]: http://img.shields.io/npm/v/@stdlib/ndarray-filter.svg
276276
[npm-url]: https://npmjs.org/package/@stdlib/ndarray-filter
277277

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

281281
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/ndarray-filter/main.svg
282282
[coverage-url]: https://codecov.io/github/stdlib-js/ndarray-filter?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/ndarray-filter",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "Return a shallow copy of an ndarray containing only those elements which pass a test implemented by a predicate 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",
@@ -71,7 +71,7 @@
7171
"@stdlib/ndarray-ctor": "^0.2.2",
7272
"@stdlib/ndarray-to-array": "^0.2.1",
7373
"@stdlib/random-array-discrete-uniform": "^0.2.1",
74-
"@stdlib/utils-nary-function": "^0.2.2",
74+
"@stdlib/utils-nary-function": "^0.2.3",
7575
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
7676
"istanbul": "^0.4.1",
7777
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
@@ -104,7 +104,6 @@
104104
"select",
105105
"take"
106106
],
107-
"__stdlib__": {},
108107
"funding": {
109108
"type": "opencollective",
110109
"url": "https://opencollective.com/stdlib"

0 commit comments

Comments
 (0)