8000 Release v0.3.0 · stdlib-js/array-complex64@a36d65c · GitHub
[go: up one dir, main page]

Skip to content

Commit a36d65c

Browse files
committed
Release v0.3.0
1 parent 7be3638 commit a36d65c

File tree

8 files changed

+243
-85
lines changed

8 files changed

+243
-85
lines changed

.github/workflows/productionize.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ jobs:
9494
node -e "var pkg = require( './package.json' ); pkg.dependencies[ '@stdlib/error-tools-fmtprodmsg' ] = '^$PKG_VERSION'; require( 'fs' ).writeFileSync( 'package.json', JSON.stringify( pkg, null, 2 ) );"
9595
fi
9696
97-
# Configure git:
98-
- name: 'Configure git'
97+
# Configure Git:
98+
- name: 'Configure Git'
9999
run: |
100100
git config --local user.email "noreply@stdlib.io"
101101
git config --local user.name "stdlib-bot"
@@ -191,8 +191,8 @@ jobs:
191191
# Pin action to full length commit SHA
192192
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
193193

194-
# Configure git:
195-
- name: 'Configure git'
194+
# Configure Git:
195+
- name: 'Configure Git'
196196
run: |
197197
git config --local user.email "noreply@stdlib.io"
198198
git config --local user.name "stdlib-bot"
@@ -366,8 +366,8 @@ jobs:
366366
# Pin action to full length commit SHA
367367
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
368368

369-
# Configure git:
370-
- name: 'Configure git'
369+
# Configure Git:
370+
- name: 'Configure Git'
371371
run: |
372372
git config --local user.email "noreply@stdlib.io"
373373
git config --local user.name "stdlib-bot"
@@ -539,8 +539,8 @@ jobs:
539539
# Pin action to full length commit SHA
540540
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
541541

542-
# Configure git:
543-
- name: 'Configure git'
542+
# Configure Git:
543+
- name: 'Configure Git'
544544
run: |
545545
git config --local user.email "noreply@stdlib.io"
546546
git config --local user.name "stdlib-bot"
@@ -735,8 +735,8 @@ jobs:
735735
echo "bump=true" >> $GITHUB_OUTPUT
736736
fi
737737
738-
# Configure git:
739-
- name: 'Configure git'
738+
# Configure Git:
739+
- name: 'Configure Git'
740740
if: steps.check-if-bump.outputs.bump
741741
run: |
742742
git config --local user.email "noreply@stdlib.io"

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ jobs:
7272
node-version: 20
7373
timeout-minutes: 5
7474

75-
# Configure git:
76-
- name: 'Configure git'
75+
# Configure Git:
76+
- name: 'Configure Git'
7777
run: |
7878
git config --local user.email "noreply@stdlib.io"
7979
git config --local user.name "stdlib-bot"
@@ -206,7 +206,7 @@ jobs:
206206
# Publish package to npm:
207207
- name: 'Publish package to npm'
208208
# Pin action to full length commit SHA
209-
uses: JS-DevTools/npm-publish@4b07b26a2f6e0a51846e1870223e545bae91c552 # v3.0.1
209+
uses: JS-DevTools/npm-publish@19c28f1ef146469e409470805ea4279d47c3d35c # v3.1.1
210210
with:
211211
token: ${{ secrets.NPM_TOKEN }}
212212
access: public

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ docs/**/node_modules/
101101
pids
102102
*.pid
103103
*.seed
104+
yarn.lock
105+
package-lock.json
104106

105107
# Typescript #
106108
##############

.npmrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ shrinkwrap = false
2727
# Disable automatically "saving" dependencies on install:
2828
save = false
2929

30-
# Generate provenance metadata:
31-
provenance = true
30+
# Do not generate provenance metadata:
31+
provenance = false

CHANGELOG.md

Lines changed: 181 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
> Package changelog.
44
5-
<section class="release" id="unreleased">
5+
<section class="release" id="v0.3.0">
66

7-
## Unreleased (2024-07-18)
7+
## 0.3.0 (2024-07-29)
88

99
<section class="features">
1010

@@ -15,8 +15,8 @@
1515
- [`e92cdd8`](https://github.com/stdlib-js/stdlib/commit/e92cdd897563a28ff07df5ceda2603567fe1149f) - add `toLocaleString` method to `array/complex64` [(#2208)](https://github.com/stdlib-js/stdlib/pull/2208)
1616
- [`d9359b6`](https://github.com/stdlib-js/stdlib/commit/d9359b67e683becb4f0a497a05da1a148381f2b0) - add `keys` method to `array/complex64` [(#2160)](https://github.com/stdlib-js/stdlib/pull/2160)
1717
- [`832504a`](https://github.com/stdlib-js/stdlib/commit/832504a5f0289f40367fd8041ab573c1e8ed3527) - add `values` method to `array/complex64` [(#1706)](https://github.com/stdlib-js/stdlib/pull/1706)
18-
- [`4e84566`](https://github.com/stdlib-js/stdlib/commit/4e845661773892e654689ceb0c2dd3e1e2c3244c) - add `reduceRight` method to `array/complex128` [(##1406)](#1406)
19-
- [`ee1c957`](https://github.com/stdlib-js/stdlib/commit/ee1c957b483718a809a8ebb0dd1eaa336fc3d97d) - add `reduceRight` method to `array/complex64` [(##1395)](#1395)
18+
- [`4e84566`](https://github.com/stdlib-js/stdlib/commit/4e845661773892e654689ceb0c2dd3e1e2c3244c) - add `reduceRight` method to `array/complex128` [(#1406)](https://github.com/stdlib-js/stdlib/pull/1406)
19+
- [`ee1c957`](https://github.com/stdlib-js/stdlib/commit/ee1c957b483718a809a8ebb0dd1eaa336fc3d97d) - add `reduceRight` method to `array/complex64` [(#1395)](https://github.com/stdlib-js/stdlib/pull/1395)
2020

2121
</section>
2222

@@ -49,7 +49,7 @@
4949
- [`61c5609`](https://github.com/stdlib-js/stdlib/commit/61c5609ba30f3b07cd97089746a5dca25a614d94) - **docs:** fix examples in REPL documentation for complex number arrays [(#2431)](https://github.com/stdlib-js/stdlib/pull/2431) _(by Jaysukh Makvana)_
5050
- [`cc06b5c`](https://github.com/stdlib-js/stdlib/commit/cc06b5c8c67a1c8d1022920273535b29e5abf550) - **fix:** add missing generic parameter _(by Athan Reines)_
5151
- [`9dd3673`](https://github.com/stdlib-js/stdlib/commit/9dd3673c96b4b77d9cbc377bf2c551636b8c4dff) - **docs:** add `repl.txt` to `array/complex64` [(#2275)](https://github.com/stdlib-js/stdlib/pull/2275) _(by Jaysukh Makvana, Athan Reines)_
52-
- [`3a3b1e0`](https://github.com/stdlib-js/stdlib/commit/3a3b1e08f73a54c5ee46d73045805aee0bb1196d) - **docs:** update package URLs [(##2269)](#2269) _(by stdlib-bot)_
52+
- [`3a3b1e0`](https://github.com/stdlib-js/stdlib/commit/3a3b1e08f73a54c5ee46d73045805aee0bb1196d) - **docs:** update package URLs [(#2269)](https://github.com/stdlib-js/stdlib/pull/2269) _(by stdlib-bot)_
5353
- [`8089b88`](https://github.com/stdlib-js/stdlib/commit/8089b886a4d7d89f15abb068b1021d93f9c4f64e) - **docs:** update paths _(by Athan Reines)_
5454
- [`75d4f83`](https://github.com/stdlib-js/stdlib/commit/75d4f83cb85610d23a04dc21a03f8075f6d3665f) - **refactor:** update require and include paths _(by Athan Reines)_
5555
- [`ccbf26a`](https://github.com/stdlib-js/stdlib/commit/ccbf26a09b13fc483b7f1b55718b32f5af61b800) - **test:** fix descriptions _(by Athan Reines)_
@@ -58,12 +58,12 @@
5858
- [`6b8d896`](https://github.com/stdlib-js/stdlib/commit/6b8d896c26a69ddd2fd57ae80b2411ef3e3c8d8e) - **test:** fix typo _(by Athan Reines)_
5959
- [`a0c28de`](https://github.com/stdlib-js/stdlib/commit/a0c28dea6a9afad5a4c1b55c552480247824a837) - **feat:** add `sort` method to `array/complex64` [(#2259)](https://github.com/stdlib-js/stdlib/pull/2259) _(by Jaysukh Makvana, Athan Reines)_
6060
- [`e92cdd8`](https://github.com/stdlib-js/stdlib/commit/e92cdd897563a28ff07df5ceda2603567fe1149f) - **feat:** add `toLocaleString` method to `array/complex64` [(#2208)](https://github.com/stdlib-js/stdlib/pull/2208) _(by Jaysukh Makvana, Athan Reines)_
61-
- [`113ec19`](https://github.com/stdlib-js/stdlib/commit/113ec1946e4f10fbcce6cc59a57022afcdb582f5) - **docs:** update related packages sections [(##2207)](#2207 ) _(by stdlib-bot)_
61+
- [`113ec19`](https://github.com/stdlib-js/stdlib/commit/113ec1946e4f10fbcce6cc59a57022afcdb582f5) - **docs:** update related packages sections [(#2207)](https://github.com/stdlib-js/stdlib/pull/2207 ) _(by stdlib-bot)_
6262
- [`d9359b6`](https://github.com/stdlib-js/stdlib/commit/d9359b67e683becb4f0a497a05da1a148381f2b0) - **feat:** add `keys` method to `array/complex64` [(#2160)](https://github.com/stdlib-js/stdlib/pull/2160) _(by Jaysukh Makvana, Athan Reines)_
6363
- [`832504a`](https://github.com/stdlib-js/stdlib/commit/832504a5f0289f40367fd8041ab573c1e8ed3527) - **feat:** add `values` method to `array/complex64` [(#1706)](https://github.com/stdlib-js/stdlib/pull/1706) _(by Jaysukh Makvana, Athan Reines)_
6464
- [`902b38a`](https://github.com/stdlib-js/stdlib/commit/902b38ac100f6710d2ad5e28f31422e573cc6d29) - **docs:** update descriptions _(by Athan Reines)_
65-
- [`4e84566`](https://github.com/stdlib-js/stdlib/commit/4e845661773892e654689ceb0c2dd3e1e2c3244c) - **feat:** add `reduceRight` method to `array/complex128` [(##1406)](#1406) _(by Jaysukh Makvana, stdlib-bot, Philipp Burckhardt)_
66-
- [`ee1c957`](https://github.com/stdlib-js/stdlib/commit/ee1c957b483718a809a8ebb0dd1eaa336fc3d97d) - **feat:** add `reduceRight` method to `array/complex64` [(##1395)](#1395) _(by Jaysukh Makvana, Philipp Burckhardt)_
65+
- [`4e84566`](https://github.com/stdlib-js/stdlib/commit/4e845661773892e654689ceb0c2dd3e1e2c3244c) - **feat:** add `reduceRight` method to `array/complex128` [(#1406)](https://github.com/stdlib-js/stdlib/pull/1406) _(by Jaysukh Makvana, stdlib-bot, Philipp Burckhardt)_
66+
- [`ee1c957`](https://github.com/stdlib-js/stdlib/commit/ee1c957b483718a809a8ebb0dd1eaa336fc3d97d) - **feat:** add `reduceRight` method to `array/complex64` [(#1395)](https://github.com/stdlib-js/stdlib/pull/1395) _(by Jaysukh Makvana, Philipp Burckhardt)_
6767

6868
</details>
6969

@@ -99,6 +99,50 @@ A total of 4 people contributed to this release. Thank you to the following cont
9999
### Features
100100

101101
- [`f3def6d`](https://github.com/stdlib-js/stdlib/commit/f3def6de1cbd1829b3e8c57e52434eb16841ffe8) - add `reduce` method to `array/complex64` [(#1271)](https://github.com/stdlib-js/stdlib/pull/1271)
102+
103+
</section>
104+
105+
<!-- /.features -->
106+
107+
<section class="commits">
108+
109+
### Commits
110+
111+
<details>
112+
113+
- [`f3def6d`](https://github.com/stdlib-js/stdlib/commit/f3def6de1cbd1829b3e8c57e52434eb16841ffe8) - **feat:** add `reduce` method to `array/complex64` [(#1271)](https://github.com/stdlib-js/stdlib/pull/1271) _(by Jaysukh Makvana, Athan Reines)_
114+
115+
</details>
116+
117+
</section>
118+
119+
<!-- /.commits -->
120+
121+
<section class="contributors">
122+
123+
### Contributors
124+
125+
A total of 2 people contributed to this release. Thank you to the following contributors:
126+
127+
- Athan Reines
128+
- Jaysukh Makvana
129+
130+
</section>
131+
132+
<!-- /.contributors -->
133+
134+
</section>
135+
136+
<!-- /.release -->
137+
138+
<section class="release" id="v0.2.0">
139+
140+
## 0.2.0 (2024-02-14)
141+
142+
<section class="features">
143+
144+
### Features
145+
102146
- [`237e57a`](https://github.com/stdlib-js/stdlib/commit/237e57aa66298a87355f7af76c0f6cc523aa1ed3) - add `toReversed` method to `array/complex64` [(#1260)](https://github.com/stdlib-js/stdlib/pull/1260)
103147
- [`2455a39`](https://github.com/stdlib-js/stdlib/commit/2455a399ca0ab7b646774b2e6db6160f4443510b) - add `reverse` method to `array/complex64` [(#1259)](https://github.com/stdlib-js/stdlib/pull/1259)
104148
- [`0de3922`](https://github.com/stdlib-js/stdlib/commit/0de3922a285c4fc47a4b705b7e677837034f9f4f) - add `slice` method to `array/complex64` [(#1257)](https://github.com/stdlib-js/stdlib/pull/1257)
@@ -120,7 +164,6 @@ A total of 4 people contributed to this release. Thank you to the following cont
120164
- [`c0f06f8`](https://github.com/stdlib-js/stdlib/commit/c0f06f81d7226d73f1911e0b91dcac621589333e) - add `some` method to `array/complex64` [(#1190)](https://github.com/stdlib-js/stdlib/pull/1190)
121165
- [`9272073`](https://github.com/stdlib-js/stdlib/commit/9272073a2ec744a05d070c7e07f6f2cf8033c568) - add `every` method to `array/complex64` [(#1184)](https://github.com/stdlib-js/stdlib/pull/1184)
122166
- [`06f0f91`](https://github.com/stdlib-js/stdlib/commit/06f0f91a5ed2c328ab09fa2813d8df2b0864555a) - add support for the typed array `at` method in `array/complex64` [(#1182)](https://github.com/stdlib-js/stdlib/pull/1182)
123-
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - update minimum TypeScript version
124167

125168
</section>
126169

@@ -133,32 +176,17 @@ A total of 4 people contributed to this release. Thank you to the following cont
133176
- [`f2aab8d`](https://github.com/stdlib-js/stdlib/commit/f2aab8d64e9a2e347a7e566fcda7301b30b38d91) - ensure correct use of generics
134177
- [`848730f`](https://github.com/stdlib-js/stdlib/commit/848730f6af734fd9649ac942e72aa7a60f99ec5a) - add support for negative indices in method `indexOf` and `lastIndexOf` [(#1197)](https://github.com/stdlib-js/stdlib/pull/1197)
135178
- [`8b2937f`](https://github.com/stdlib-js/stdlib/commit/8b2937f503749017107432a0981ebbc30c05aeb0) - address typo in error message
136-
- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs
137179

138180
</section>
139181

140182
<!-- /.bug-fixes -->
141183

142-
<section class="breaking-changes">
143-
144-
### BREAKING CHANGES
145-
146-
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version
147-
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version to 4.1
148-
149-
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
150-
151-
</section>
152-
153-
<!-- /.breaking-changes -->
154-
155184
<section class="commits">
156185

157186
### Commits
158187

159188
<details>
160189

161-
- [`f3def6d`](https://github.com/stdlib-js/stdlib/commit/f3def6de1cbd1829b3e8c57e52434eb16841ffe8) - **feat:** add `reduce` method to `array/complex64` [(#1271)](https://github.com/stdlib-js/stdlib/pull/1271) _(by Jaysukh Makvana, Athan Reines)_
162190
- [`87d2120`](https://github.com/stdlib-js/stdlib/commit/87d21205bb2ed5fcf848836d7659942f34b5fb59) - **refactor:** use base assertion utility _(by Athan Reines)_
163191
- [`aa6cac7`](https://github.com/stdlib-js/stdlib/commit/aa6cac712cadf62c5cdc884333d47bbf1b81411f) - **refactor:** use base assertion utility _(by Athan Reines)_
164192
- [`237e57a`](https://github.com/stdlib-js/stdlib/commit/237e57aa66298a87355f7af76c0f6cc523aa1ed3) - **feat:** add `toReversed` method to `array/complex64` [(#1260)](https://github.com/stdlib-js/stdlib/pull/1260) _(by Jaysukh Makvana, Athan Reines)_
@@ -205,8 +233,6 @@ A total of 4 people contributed to this release. Thank you to the following cont
205233
- [`b496b72`](https://github.com/stdlib-js/stdlib/commit/b496b72595355b5a794c940bd7f81ea5223b91bd) - **build:** replace tslint directive with eslint equivalent _(by Philipp Burckhardt)_
206234
- [`df3c9b3`](https://github.com/stdlib-js/stdlib/commit/df3c9b368d8a3dd7dd38f8768deb53c2a780c055) - **build:** remove tslint directives _(by Philipp Burckhardt)_
207235
- [`453dd85`](https://github.com/stdlib-js/stdlib/commit/453dd85b5dd186d2b4d458256fe84906e1503fe2) - **build:** remove tslint directives _(by Philipp Burckhardt)_
208-
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
209-
- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - **fix:** update import paths for complex type defs _(by Athan Reines)_
210236

211237
</details>
212238

@@ -232,3 +258,132 @@ A total of 3 people contributed to this release. Thank you to the following cont
232258

233259
<!-- /.release -->
234260

261+
<section class="release" id="v0.1.0">
262+
263+
## 0.1.0 (2023-09-24)
264+
265+
<section class="features">
266+
267+
### Features
268+
269+
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - update minimum TypeScript version
270+
271+
</section>
272+
273+
<!-- /.features -->
274+
275+
<section class="bug-fixes">
276+
277+
### Bug Fixes
278+
279+
- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs
280+
281+
</section>
282+
283+
<!-- /.bug-fixes -->
284+
285+
<section class="breaking-changes">
286+
287+
### BREAKING CHANGES
288+
289+
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version
290+
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version to 4.1
291+
292+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
293+
294+
</section>
295+
296+
<!-- /.breaking-changes -->
297+
298+
<section class="commits">
299+
300+
### Commits
301+
302+
<details>
303+
304+
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
305+
- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - **fix:** update import paths for complex type defs _(by Athan Reines)_
306+
307+
</details>
308+
309+
</section>
310+
311+
<!-- /.commits -->
312+
313+
<section class="contributors">
314+
315+
### Contributors
316+
317+
A total of 2 people contributed to this release. Thank you to the following contributors:
318+
319+
- Athan Reines
320+
- Philipp Burckhardt
321+
322+
</section>
323+
324+
<!-- /.contributors -->
325+
326+
</section>
327+
328+
<!-- /.release -->
329+
330+
<section class="release" id="v0.0.6">
331+
332+
## 0.0.6 (2022-02-16)
333+
334+
No changes reported for this release.
335+
336+
</section>
337+
338+
<!-- /.release -->
339+
340+
<section class="release" id="v0.0.5">
341+
342+
## 0.0.5 (2021-08-22)
343+
344+
No changes reported for this release.
345+
346+
</section>
347+
348+
<!-- /.release -->
349+
350+
<section class="release" id="v0.0.4">
351+
352+
## 0.0.4 (2021-07-07)
353+
354+
No changes reported for this release.
355+
356+
</section>
357+
358+
<!-- /.release -->
359+
360+
<section class="release" id="v0.0.3">
361+
362+
## 0.0.3 (2021-06-27)
363+
364+
No changes reported for this release.
365+
366+
</section>
367+
368+
<!-- /.release -->
369+
370+
<section class="release" id="v0.0.2">
371+
372+
## 0.0.2 (2021-06-16)
373+
374+
No changes reported for this release.
375+
376+
</section>
377+
378+
<!-- /.release -->
379+
380+
<section class="release" id="v0.0.1">
381+
382+
## 0.0.1 (2021-06-15)
383+
384+
No changes reported for this release.
385+
386+
</section>
387+
388+
<!-- /.release -->
389+

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Muhammad Haris <harriskhan047@outlook.com>
5151
Naresh Jagadeesan <naresh.naresh000@gmail.com>
5252
NightKnight <Ahmedatwa866@yahoo.com>
5353
Nithin Katta <88046362+nithinkatta@users.noreply.github.com>
54+
Nourhan Hasan <109472010+TheNourhan@users.noreply.github.com>
5455
Ognjen Jevremović <ognjenjevremovic@users.noreply.github.com>
5556
Oneday12323 <107678750+Oneday12323@users.noreply.github.com>
5657
Philipp Burckhardt <pburckhardt@outlook.com>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2686,8 +2686,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
26862686
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-complex64.svg
26872687
[npm-url]: https://npmjs.org/package/@stdlib/array-complex64
26882688

2689-
[test-image]: https://github.com/stdlib-js/array-complex64/actions/workflows/test.yml/badge.svg?branch=main
2690-
[test-url]: https://github.com/stdlib-js/array-complex64/actions/workflows/test.yml?query=branch:main
2689+
[test-image]: https://github.com/stdlib-js/array-complex64/actions/workflows/test.yml/badge.svg?branch=v0.3.0
2690+
[test-url]: https://github.com/stdlib-js/array-complex64/actions/workflows/test.yml?query=branch:v0.3.0
26912691

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

0 commit comments

Comments
 (0)
0