diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 726c1ec..72675ad 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,6 +2,7 @@ # # Contributors listed in alphabetical order. +Aditya Sapra <110766802+adityacodes30@users.noreply.github.com> Ali Salesi Amit Jimiwal Athan Reines @@ -13,6 +14,7 @@ Daniel Killenberger Dominik Moritz Dorrin Sotoudeh Frank Kovacs +GUNJ JOSHI Harshita Kalani James Gelok Jaysukh Makvana @@ -21,6 +23,7 @@ Joey Reed Jordan Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com> Joris Labie Justin Dennison +Karthik Prakash <116057817+skoriop@users.noreply.github.com> Marcus Fantham Matt Cochrane Milan Raj @@ -29,6 +32,7 @@ Naresh Jagadeesan Nithin Katta <88046362+nithinkatta@users.noreply.github.com> Ognjen Jevremović Philipp Burckhardt +Prajwal Kulkarni Pranav Goswami Ricky Reusser Robert Gislason @@ -36,6 +40,7 @@ Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com> Ryan Seal Seyyed Parsa Neshaei Shraddheya Shendre +Spandan Barve <114365550+marsian83@users.noreply.github.com> Stephannie Jiménez Gacha Yernar Yergaziyev orimiles5 <97595296+orimiles5@users.noreply.github.com> diff --git a/README.md b/README.md index dbf4258..e7fc783 100644 --- a/README.md +++ b/README.md @@ -197,8 +197,8 @@ Copyright © 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 diff --git a/package.json b/package.json index 8003f81..9412c20 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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",