Skip to content

Commit 0782c3d

Browse files
committed
Release v0.1.0
1 parent e68105c commit 0782c3d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CONTRIBUTORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Ognjen Jevremović <ognjenjevremovic@users.noreply.github.com>
2929
Philipp Burckhardt <pburckhardt@outlook.com>
3030
Pranav Goswami <goswami.4@iitj.ac.in>
3131
Ricky Reusser <rsreusser@gmail.com>
32+
Robert Gislason <gztown2216@yahoo.com>
3233
Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com>
3334
Ryan Seal <splrk@users.noreply.github.com>
3435
Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
@@ -37,4 +38,3 @@ Stephannie Jiménez Gacha <steff456@hotmail.com>
3738
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>
3839
orimiles5 <97595296+orimiles5@users.noreply.github.com>
3940
rei2hu <reimu@reimu.ws>
40-
Robert Gislason <gztown2216@yahoo.com>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,8 @@ Copyright &copy; 2016-2023. The Stdlib [Authors][stdlib-authors].
261261
[npm-image]: http://img.shields.io/npm/v/@stdlib/ndarray-iter-matrix-entries.svg
262262
[npm-url]: https://npmjs.org/package/@stdlib/ndarray-iter-matrix-entries
263263

264-
[test-image]: https://github.com/stdlib-js/ndarray-iter-matrix-entries/actions/workflows/test.yml/badge.svg?branch=main
265-
[test-url]: https://github.com/stdlib-js/ndarray-iter-matrix-entries/actions/workflows/test.yml?query=branch:main
264+
[test-image]: https://github.com/stdlib-js/ndarray-iter-matrix-entries/actions/workflows/test.yml/badge.svg?branch=v0.1.0
265+
[test-url]: https://github.com/stdlib-js/ndarray-iter-matrix-entries/actions/workflows/test.yml?query=branch:v0.1.0
266266

267267
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/ndarray-iter-matrix-entries/main.svg
268268
[coverage-url]: https://codecov.io/github/stdlib-js/ndarray-iter-matrix-entries?branch=main

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/ndarray-iter-matrix-entries",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "Create an iterator which returns [index, matrix] pairs for each matrix in a stack of matrices.",
55
"license": "Apache-2.0",
66
"author": {

0 commit comments

Comments
 (0)