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 15e7395 commit 4e83641
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 18 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ 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]>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2366,8 +2366,8 @@ Copyright &copy; 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
Expand Down
33 changes: 17 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stdlib/array-complex64",
"version": "0.2.0",
"version": "0.2.1",
"description": "Complex64Array.",
"license": "Apache-2.0",
"author": {
Expand Down Expand Up @@ -37,58 +37,59 @@
"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",
"@stdlib/string-format": "^0.2.1",
"@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",
Expand Down

0 comments on commit 4e83641

Please sign in to comment.