Skip to content

Commit

Permalink
Release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Feb 25, 2024
1 parent 1b6a482 commit 1b13b17
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 18 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#
# Contributors listed in alphabetical order.

Aditya Sapra <[email protected]>
Ali Salesi <[email protected]>
Amit Jimiwal <[email protected]>
Athan Reines <[email protected]>
Expand All @@ -13,6 +14,7 @@ Daniel Killenberger <[email protected]>
Dominik Moritz <[email protected]>
Dorrin Sotoudeh <[email protected]>
Frank Kovacs <[email protected]>
GUNJ JOSHI <[email protected]>
Harshita Kalani <[email protected]>
James Gelok <[email protected]>
Jaysukh Makvana <[email protected]>
Expand All @@ -21,6 +23,7 @@ Joey Reed <[email protected]>
Jordan Gallivan <[email protected]>
Joris Labie <[email protected]>
Justin Dennison <[email protected]>
Karthik Prakash <[email protected]>
Marcus Fantham <[email protected]>
Matt Cochrane <[email protected]>
Milan Raj <[email protected]>
Expand All @@ -29,13 +32,15 @@ Naresh Jagadeesan <[email protected]>
Nithin Katta <[email protected]>
Ognjen Jevremović <[email protected]>
Philipp Burckhardt <[email protected]>
Prajwal Kulkarni <[email protected]>
Pranav Goswami <[email protected]>
Ricky Reusser <[email protected]>
Robert Gislason <[email protected]>
Roman Stetsyk <[email protected]>
Ryan Seal <[email protected]>
Seyyed Parsa Neshaei <[email protected]>
Shraddheya Shendre <[email protected]>
Spandan Barve <[email protected]>
Stephannie Jiménez Gacha <[email protected]>
Yernar Yergaziyev <[email protected]>
orimiles5 <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-base-mskfilter.svg
[npm-url]: https://npmjs.org/package/@stdlib/array-base-mskfilter

[test-image]: https://github.com/stdlib-js/array-base-mskfilter/actions/workflows/test.yml/badge.svg?branch=main
[test-url]: https://github.com/stdlib-js/array-base-mskfilter/actions/workflows/test.yml?query=branch:main
[test-image]: https://github.com/stdlib-js/array-base-mskfilter/actions/workflows/test.yml/badge.svg?branch=v0.2.1
[test-url]: https://github.com/stdlib-js/array-base-mskfilter/actions/workflows/test.yml?query=branch:v0.2.1

[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-base-mskfilter/main.svg
[coverage-url]: https://codecov.io/github/stdlib-js/array-base-mskfilter?branch=main
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stdlib/array-base-mskfilter",
"version": "0.2.0",
"version": "0.2.1",
"description": "Apply a mask to a provided input array.",
"license": "Apache-2.0",
"author": {
Expand Down Expand Up @@ -37,33 +37,33 @@
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/array-base-arraylike2object": "^0.2.0",
"@stdlib/array-base-assert-is-complex-floating-point-data-type": "^0.2.0",
"@stdlib/array-base-arraylike2object": "^0.2.1",
"@stdlib/array-base-assert-is-complex-floating-point-data-type": "^0.2.1",
"@stdlib/array-base-resolve-getter": "^0.2.0",
"@stdlib/strided-base-reinterpret-complex": "github:stdlib-js/strided-base-reinterpret-complex#main",
"@stdlib/types": "^0.3.1",
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.0"
"@stdlib/strided-base-reinterpret-complex": "^0.1.1",
"@stdlib/types": "^0.3.2",
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.1"
},
"devDependencies": {
"@stdlib/array-base-ones": "^0.2.0",
"@stdlib/array-base-ones": "^0.2.1",
"@stdlib/array-base-to-accessor-array": "^0.2.0",
"@stdlib/array-base-zero-to": "^0.2.0",
"@stdlib/array-complex64": "^0.2.0",
"@stdlib/array-int32": "^0.2.0",
"@stdlib/array-ones": "^0.2.0",
"@stdlib/array-int32": "^0.2.1",
"@stdlib/array-ones": "^0.2.1",
"@stdlib/array-zeros": "^0.2.0",
"@stdlib/assert-has-own-property": "^0.2.0",
"@stdlib/assert-is-array": "^0.2.0",
"@stdlib/assert-is-method": "^0.2.0",
"@stdlib/assert-is-nan": "^0.2.0",
"@stdlib/assert-is-same-complex64": "^0.2.0",
"@stdlib/assert-has-own-property": "^0.2.1",
"@stdlib/assert-is-array": "^0.2.1",
"@stdlib/assert-is-method": "^0.2.1",
"@stdlib/assert-is-nan": "^0.2.1",
"@stdlib/assert-is-same-complex64": "^0.2.1",
"@stdlib/assert-is-same-complex64array": "^0.2.0",
"@stdlib/math-base-special-pow": "^0.2.0",
"@stdlib/math-base-special-pow": "^0.2.1",
"@stdlib/random-array-bernoulli": "^0.2.0",
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
"istanbul": "^0.4.1",
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
"@stdlib/bench-harness": "^0.2.0"
"@stdlib/bench-harness": "^0.2.1"
},
"engines": {
"node": ">=0.10.0",
Expand Down

0 comments on commit 1b13b17

Please sign in to comment.