File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -216,8 +216,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
216
216
[ npm-image ] : http://img.shields.io/npm/v/@stdlib/ndarray-empty-like.svg
217
217
[ npm-url ] : https://npmjs.org/package/@stdlib/ndarray-empty-like
218
218
219
- [ test-image ] : https://github.com/stdlib-js/ndarray-empty-like/actions/workflows/test.yml/badge.svg?branch=v0.0.1
220
- [ test-url ] : https://github.com/stdlib-js/ndarray-empty-like/actions/workflows/test.yml?query=branch:v0.0.1
219
+ [ test-image ] : https://github.com/stdlib-js/ndarray-empty-like/actions/workflows/test.yml/badge.svg?branch=v0.0.2
220
+ [ test-url ] : https://github.com/stdlib-js/ndarray-empty-like/actions/workflows/test.yml?query=branch:v0.0.2
221
221
222
222
[ coverage-image ] : https://img.shields.io/codecov/c/github/stdlib-js/ndarray-empty-like/main.svg
223
223
[ coverage-url ] : https://codecov.io/github/stdlib-js/ndarray-empty-like?branch=main
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @stdlib/ndarray-empty-like" ,
3
- "version" : " 0.0.1 " ,
3
+ "version" : " 0.0.2 " ,
4
4
"description" : " Create an uninitialized ndarray having the same shape and data type as a provided ndarray." ,
5
5
"license" : " Apache-2.0" ,
6
6
"author" : {
You can’t perform that action at this time.
0 commit comments