Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4e83641

Browse filesBrowse files
committed
Release v0.2.1
1 parent 15e7395 commit 4e83641
Copy full SHA for 4e83641

File tree

3 files changed

+20
-18
lines changed
Filter options

3 files changed

+20
-18
lines changed

‎CONTRIBUTORS

Copy file name to clipboardExpand all lines: CONTRIBUTORS
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Naresh Jagadeesan <naresh.naresh000@gmail.com>
3232
Nithin Katta <88046362+nithinkatta@users.noreply.github.com>
3333
Ognjen Jevremović <ognjenjevremovic@users.noreply.github.com>
3434
Philipp Burckhardt <pburckhardt@outlook.com>
35+
Prajwal Kulkarni <prajwalkulkarni76@gmail.com>
3536
Pranav Goswami <goswami.4@iitj.ac.in>
3637
Ricky Reusser <rsreusser@gmail.com>
3738
Robert Gislason <gztown2216@yahoo.com>

‎README.md

Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2366,8 +2366,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
23662366
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-complex64.svg
23672367
[npm-url]: https://npmjs.org/package/@stdlib/array-complex64
23682368

2369-
[test-image]: https://github.com/stdlib-js/array-complex64/actions/workflows/test.yml/badge.svg?branch=main
2370-
[test-url]: https://github.com/stdlib-js/array-complex64/actions/workflows/test.yml?query=branch:main
2369+
[test-image]: https://github.com/stdlib-js/array-complex64/actions/workflows/test.yml/badge.svg?branch=v0.2.1
2370+
[test-url]: https://github.com/stdlib-js/array-complex64/actions/workflows/test.yml?query=branch:v0.2.1
23712371

23722372
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-complex64/main.svg
23732373
[coverage-url]: https://codecov.io/github/stdlib-js/array-complex64?branch=main

‎package.json

Copy file name to clipboardExpand all lines: package.json
+17-16Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/array-complex64",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Complex64Array.",
55
"license": "Apache-2.0",
66
"author": {
@@ -37,58 +37,59 @@
3737
"url": "https://github.com/stdlib-js/stdlib/issues"
3838
},
3939
"dependencies": {
40-
"@stdlib/array-base-accessor-getter": "^0.2.0",
41-
"@stdlib/array-base-assert-is-complex128array": "^0.2.0",
42-
"@stdlib/array-base-assert-is-complex64array": "^0.2.0",
43-
"@stdlib/array-base-getter": "^0.2.0",
40+
"@stdlib/array-base-accessor-getter": "^0.2.1",
41+
"@stdlib/array-base-assert-is-complex128array": "^0.2.1",
42+
"@stdlib/array-base-assert-is-complex64array": "^0.2.1",
43+
"@stdlib/array-base-getter": "^0.2.1",
4444
"@stdlib/array-float32": "^0.2.1",
4545
"@stdlib/assert-has-iterator-symbol-support": "^0.2.1",
4646
"@stdlib/assert-is-array": "^0.2.1",
47-
"@stdlib/assert-is-array-like-object": "^0.2.0",
47+
"@stdlib/assert-is-array-like-object": "^0.2.1",
4848
"@stdlib/assert-is-arraybuffer": "^0.2.1",
49-
"@stdlib/assert-is-collection": "^0.2.0",
49+
"@stdlib/assert-is-collection": "^0.2.1",
5050
"@stdlib/assert-is-complex-like": "^0.2.1",
5151
"@stdlib/assert-is-function": "^0.2.1",
52-
"@stdlib/assert-is-nonnegative-integer": "^0.2.0",
52+
"@stdlib/assert-is-nonnegative-integer": "^0.2.1",
5353
"@stdlib/assert-is-object": "^0.2.1",
5454
"@stdlib/assert-is-string": "^0.2.1",
5555
"@stdlib/complex-float32": "^0.2.1",
5656
"@stdlib/complex-imagf": "^0.2.1",
5757
"@stdlib/complex-realf": "^0.2.1",
58-
"@stdlib/math-base-assert-is-even": "^0.2.0",
59-
"@stdlib/math-base-assert-is-integer": "^0.2.0",
58+
"@stdlib/math-base-assert-is-even": "^0.2.1",
59+
"@stdlib/math-base-assert-is-integer": "^0.2.1",
6060
"@stdlib/math-base-special-floor": "^0.2.1",
6161
"@stdlib/strided-base-reinterpret-complex128": "^0.2.1",
6262
"@stdlib/strided-base-reinterpret-complex64": "^0.2.0",
6363
"@stdlib/string-format": "^0.2.1",
6464
"@stdlib/symbol-iterator": "^0.2.1",
6565
"@stdlib/types": "^0.3.2",
6666
"@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.2.2",
67-
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.1"
67+
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.1",
68+
"@stdlib/error-tools-fmtprodmsg": "^0.2.1"
6869
},
6970
"devDependencies": {
70-
"@stdlib/array-buffer": "^0.2.0",
71+
"@stdlib/array-buffer": "^0.2.1",
7172
"@stdlib/array-complex128": "^0.2.0",
7273
"@stdlib/assert-has-own-property": "^0.2.1",
7374
"@stdlib/assert-instance-of": "^0.2.1",
7475
"@stdlib/assert-is-boolean": "^0.2.1",
7576
"@stdlib/assert-is-complex64": "^0.2.1",
7677
"@stdlib/assert-is-complex64array": "^0.2.0",
77-
"@stdlib/assert-is-integer": "^0.2.0",
78+
"@stdlib/assert-is-integer": "^0.2.1",
7879
"@stdlib/assert-is-negative-zero": "^0.2.1",
7980
"@stdlib/assert-is-positive-zero": "^0.2.1",
8081
"@stdlib/complex-imag": "^0.2.1",
8182
"@stdlib/complex-real": "^0.2.1",
8283
"@stdlib/console-log-each": "^0.2.0",
83-
"@stdlib/math-base-ops-caddf": "^0.2.0",
84-
"@stdlib/math-base-special-pow": "^0.2.0",
84+
"@stdlib/math-base-ops-caddf": "^0.2.1",
85+
"@stdlib/math-base-special-pow": "^0.2.1",
8586
"@stdlib/random-base-randu": "^0.2.0",
8687
"@stdlib/utils-identity-function": "^0.2.1",
8788
"proxyquire": "^2.0.0",
8889
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
8990
"istanbul": "^0.4.1",
9091
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
91-
"@stdlib/bench-harness": "^0.2.0"
92+
"@stdlib/bench-harness": "^0.2.1"
9293
},
9394
"engines": {
9495
"node": ">=0.10.0",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.