File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed
Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -316,8 +316,8 @@ Copyright © 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
Original file line number Diff line number Diff line change 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" : {
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" ,
106106 " for-each" ,
107107 " apply"
108108 ],
109- "__stdlib__" : {},
110109 "funding" : {
111110 "type" : " opencollective" ,
112111 "url" : " https://opencollective.com/stdlib"
You can’t perform that action at this time.
0 commit comments