From 4e83641cad4f4b2247fdc9bdf4eef9fcfc7b987f Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Sun, 25 Feb 2024 18:57:34 +0000 Subject: [PATCH] Release v0.2.1 --- CONTRIBUTORS | 1 + README.md | 4 ++-- package.json | 33 +++++++++++++++++---------------- 3 files changed, 20 insertions(+), 18 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index a084916..72675ad 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -32,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 diff --git a/README.md b/README.md index 5009665..9a7ab8a 100644 --- a/README.md +++ b/README.md @@ -2366,8 +2366,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors]. [npm-image]: http://img.shields.io/npm/v/@stdlib/array-complex64.svg [npm-url]: https://npmjs.org/package/@stdlib/array-complex64 -[test-image]: https://github.com/stdlib-js/array-complex64/actions/workflows/test.yml/badge.svg?branch=main -[test-url]: https://github.com/stdlib-js/array-complex64/actions/workflows/test.yml?query=branch:main +[test-image]: https://github.com/stdlib-js/array-complex64/actions/workflows/test.yml/badge.svg?branch=v0.2.1 +[test-url]: https://github.com/stdlib-js/array-complex64/actions/workflows/test.yml?query=branch:v0.2.1 [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-complex64/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/array-complex64?branch=main diff --git a/package.json b/package.json index d99186c..56da9c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stdlib/array-complex64", - "version": "0.2.0", + "version": "0.2.1", "description": "Complex64Array.", "license": "Apache-2.0", "author": { @@ -37,26 +37,26 @@ "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { - "@stdlib/array-base-accessor-getter": "^0.2.0", - "@stdlib/array-base-assert-is-complex128array": "^0.2.0", - "@stdlib/array-base-assert-is-complex64array": "^0.2.0", - "@stdlib/array-base-getter": "^0.2.0", + "@stdlib/array-base-accessor-getter": "^0.2.1", + "@stdlib/array-base-assert-is-complex128array": "^0.2.1", + "@stdlib/array-base-assert-is-complex64array": "^0.2.1", + "@stdlib/array-base-getter": "^0.2.1", "@stdlib/array-float32": "^0.2.1", "@stdlib/assert-has-iterator-symbol-support": "^0.2.1", "@stdlib/assert-is-array": "^0.2.1", - "@stdlib/assert-is-array-like-object": "^0.2.0", + "@stdlib/assert-is-array-like-object": "^0.2.1", "@stdlib/assert-is-arraybuffer": "^0.2.1", - "@stdlib/assert-is-collection": "^0.2.0", + "@stdlib/assert-is-collection": "^0.2.1", "@stdlib/assert-is-complex-like": "^0.2.1", "@stdlib/assert-is-function": "^0.2.1", - "@stdlib/assert-is-nonnegative-integer": "^0.2.0", + "@stdlib/assert-is-nonnegative-integer": "^0.2.1", "@stdlib/assert-is-object": "^0.2.1", "@stdlib/assert-is-string": "^0.2.1", "@stdlib/complex-float32": "^0.2.1", "@stdlib/complex-imagf": "^0.2.1", "@stdlib/complex-realf": "^0.2.1", - "@stdlib/math-base-assert-is-even": "^0.2.0", - "@stdlib/math-base-assert-is-integer": "^0.2.0", + "@stdlib/math-base-assert-is-even": "^0.2.1", + "@stdlib/math-base-assert-is-integer": "^0.2.1", "@stdlib/math-base-special-floor": "^0.2.1", "@stdlib/strided-base-reinterpret-complex128": "^0.2.1", "@stdlib/strided-base-reinterpret-complex64": "^0.2.0", @@ -64,31 +64,32 @@ "@stdlib/symbol-iterator": "^0.2.1", "@stdlib/types": "^0.3.2", "@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.2.2", - "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.1" + "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.1", + "@stdlib/error-tools-fmtprodmsg": "^0.2.1" }, "devDependencies": { - "@stdlib/array-buffer": "^0.2.0", + "@stdlib/array-buffer": "^0.2.1", "@stdlib/array-complex128": "^0.2.0", "@stdlib/assert-has-own-property": "^0.2.1", "@stdlib/assert-instance-of": "^0.2.1", "@stdlib/assert-is-boolean": "^0.2.1", "@stdlib/assert-is-complex64": "^0.2.1", "@stdlib/assert-is-complex64array": "^0.2.0", - "@stdlib/assert-is-integer": "^0.2.0", + "@stdlib/assert-is-integer": "^0.2.1", "@stdlib/assert-is-negative-zero": "^0.2.1", "@stdlib/assert-is-positive-zero": "^0.2.1", "@stdlib/complex-imag": "^0.2.1", "@stdlib/complex-real": "^0.2.1", "@stdlib/console-log-each": "^0.2.0", - "@stdlib/math-base-ops-caddf": "^0.2.0", - "@stdlib/math-base-special-pow": "^0.2.0", + "@stdlib/math-base-ops-caddf": "^0.2.1", + "@stdlib/math-base-special-pow": "^0.2.1", "@stdlib/random-base-randu": "^0.2.0", "@stdlib/utils-identity-function": "^0.2.1", "proxyquire": "^2.0.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",