Skip to content

Commit ba6cbff

Browse files
committed
Release v0.3.0
1 parent 4e95468 commit ba6cbff

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: 180 additions & 25 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,7 +15,7 @@
1515
- [`9dfd026`](https://github.com/stdlib-js/stdlib/commit/9dfd026f52d03e54adb878cdf4dddbef591a1e8d) - add `toLocaleString` method to `array/complex128` [(#2252)](https://github.com/stdlib-js/stdlib/pull/2252)
1616
- [`b4b1d14`](https://github.com/stdlib-js/stdlib/commit/b4b1d14255820c1071568f1aa144a986ab6f0566) - add `values` method to `array/complex128` [(#2216)](https://github.com/stdlib-js/stdlib/pull/2216)
1717
- [`14b3434`](https://github.com/stdlib-js/stdlib/commit/14b34348f53eeb0c21e8e69249192455179f06b6) - add `keys` method to `array/complex128` [(#2174)](https://github.com/stdlib-js/stdlib/pull/2174)
18-
- [`4e84566`](https://github.com/stdlib-js/stdlib/commit/4e845661773892e654689ceb0c2dd3e1e2c3244c) - add `reduceRight` method to `array/complex128` [(##1406)](#1406)
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)
1919

2020
</section>
2121

@@ -48,7 +48,7 @@
4848
- [`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)_
4949
- [`f53180b`](https://github.com/stdlib-js/stdlib/commit/f53180b3c431857d7c918319da97bd8e3abcb216) - **fix:** add missing parameter _(by Athan Reines)_
5050
- [`1cc1a57`](https://github.com/stdlib-js/stdlib/commit/1cc1a5727ea8a024c597d7c8bc724f027511da78) - **docs:** add `repl.txt` to `array/complex128` [(#2280)](https://github.com/stdlib-js/stdlib/pull/2280) _(by Jaysukh Makvana, Athan Reines)_
51-
- [`3a3b1e0`](https://github.com/stdlib-js/stdlib/commit/3a3b1e08f73a54c5ee46d73045805aee0bb1196d) - **docs:** update package URLs [(##2269)](#2269) _(by stdlib-bot)_
51+
- [`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)_
5252
- [`8089b88`](https://github.com/stdlib-js/stdlib/commit/8089b886a4d7d89f15abb068b1021d93f9c4f64e) - **docs:** update paths _(by Athan Reines)_
5353
- [`75d4f83`](https://github.com/stdlib-js/stdlib/commit/75d4f83cb85610d23a04dc21a03f8075f6d3665f) - **refactor:** update require and include paths _(by Athan Reines)_
5454
- [`ccbf26a`](https://github.com/stdlib-js/stdlib/commit/ccbf26a09b13fc483b7f1b55718b32f5af61b800) - **test:** fix descriptions _(by Athan Reines)_
@@ -59,7 +59,7 @@
5959
- [`b4b1d14`](https://github.com/stdlib-js/stdlib/commit/b4b1d14255820c1071568f1aa144a986ab6f0566) - **feat:** add `values` method to `array/complex128` [(#2216)](https://github.com/stdlib-js/stdlib/pull/2216) _(by Jaysukh Makvana)_
6060
- [`14b3434`](https://github.com/stdlib-js/stdlib/commit/14b34348f53eeb0c21e8e69249192455179f06b6) - **feat:** add `keys` method to `array/complex128` [(#2174)](https://github.com/stdlib-js/stdlib/pull/2174) _(by Jaysukh Makvana)_
6161
- [`89ee510`](https://github.com/stdlib-js/stdlib/commit/89ee510dafb04f0ed45610580d9349df02b9f7e1) - **docs:** update description _(by Athan Reines)_
62-
- [`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)_
62+
- [`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)_
6363

6464
</details>
6565

@@ -96,6 +96,52 @@ A total of 4 people contributed to this release. Thank you to the following cont
9696

9797
- [`0848cd9`](https://github.com/stdlib-js/stdlib/commit/0848cd91a848223d481b5d054ec4beecf7bdd9c9) - add `reduce` method to `array/complex128` [(#1367)](https://github.com/stdlib-js/stdlib/pull/1367)
9898
- [`4bfbed8`](https://github.com/stdlib-js/stdlib/commit/4bfbed8772e59800e03b987db2ad240abd097fab) - add `slice` method to `array/complex128` [(#1355)](https://github.com/stdlib-js/stdlib/pull/1355)
99+
100+
</section>
101+
102+
<!-- /.features -->
103+
104+
<section class="commits">
105+
106+
### Commits
107+
108+
<details>
109+
110+
- [`5daf468`](https://github.com/stdlib-js/stdlib/commit/5daf468cf419bc847ef14d0f56a80936fd175c9c) - **docs:** update related packages sections [(#1380)](https://github.com/stdlib-js/stdlib/pull/1380) _(by stdlib-bot)_
111+
- [`0848cd9`](https://github.com/stdlib-js/stdlib/commit/0848cd91a848223d481b5d054ec4beecf7bdd9c9) - **feat:** add `reduce` method to `array/complex128` [(#1367)](https://github.com/stdlib-js/stdlib/pull/1367) _(by Jaysukh Makvana, Athan Reines)_
112+
- [`4bfbed8`](https://github.com/stdlib-js/stdlib/commit/4bfbed8772e59800e03b987db2ad240abd097fab) - **feat:** add `slice` method to `array/complex128` [(#1355)](https://github.com/stdlib-js/stdlib/pull/1355) _(by Jaysukh Makvana)_
113+
114+
</details>
115+
116+
</section>
117+
118+
<!-- /.commits -->
119+
120+
<section class="contributors">
121+
122+
### Contributors
123+
124+
A total of 2 people contributed to this release. Thank you to the following contributors:
125+
126+
- Athan Reines
127+
- Jaysukh Makvana
128+
129+
</section>
130+
131+
<!-- /.contributors -->
132+
133+
</section>
134+
135+
<!-- /.release -->
136+
137+
<section class="release" id="v0.2.0">
138+
139+
## 0.2.0 (2024-02-14)
140+
141+
<section class="features">
142+
143+
### Features
144+
99145
- [`6eaf0fd`](https://github.com/stdlib-js/stdlib/commit/6eaf0fd5ad69ab80adc9df5b47c934b056a4e073) - add `toReversed` method to `array/complex128` [(#1285)](https://github.com/stdlib-js/stdlib/pull/1285)
100146
- [`4b67a42`](https://github.com/stdlib-js/stdlib/commit/4b67a4282db2f1ab979d2df37f693285dca390da) - add reverse method to array/complex128 [(#1262)](https://github.com/stdlib-js/stdlib/pull/1262)
101147
- [`04a648a`](https://github.com/stdlib-js/stdlib/commit/04a648ad097b4103cac51bb7948d1be7631fbd60) - add `with` method to `array/complex128` [(#1253)](https://github.com/stdlib-js/stdlib/pull/1253)
@@ -117,7 +163,6 @@ A total of 4 people contributed to this release. Thank you to the following cont
117163
- [`151d27d`](https://github.com/stdlib-js/stdlib/commit/151d27d5df43ea75853ec73e5282a0b3d82f6fbb) - add `some` method to `array/complex128` [(#1212)](https://github.com/stdlib-js/stdlib/pull/1212)
118164
- [`814fb4c`](https://github.com/stdlib-js/stdlib/commit/814fb4c4fa76500940e6db9fa34c84fb9739f933) - add `every` method to `array/complex128` [(#1207)](https://github.com/stdlib-js/stdlib/pull/1207)
119165
- [`b597754`](https://github.com/stdlib-js/stdlib/commit/b59775459f425f6f8a47133c8b89db2da376a45b) - add `at` method to `array/complex128` [(#1202)](https://github.com/stdlib-js/stdlib/pull/1202)
120-
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - update minimum TypeScript version
121166

122167
</section>
123168

@@ -128,34 +173,17 @@ A total of 4 people contributed to this release. Thank you to the following cont
128173
### Bug Fixes
129174

130175
- [`0c9081b`](https://github.com/stdlib-js/stdlib/commit/0c9081bb9ec0fc97fe11d11db373830892a82c34) - ensure correct use of generics
131-
- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs
132176

133177
</section>
134178

135179
<!-- /.bug-fixes -->
136180

137-
<section class="breaking-changes">
138-
139-
### BREAKING CHANGES
140-
141-
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version
142-
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version to 4.1
143-
144-
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
145-
146-
</section>
147-
148-
<!-- /.breaking-changes -->
149-
150181
<section class="commits">
151182

152183
### Commits
153184

154185
<details>
155186

156-
- [`5daf468`](https://github.com/stdlib-js/stdlib/commit/5daf468cf419bc847ef14d0f56a80936fd175c9c) - **docs:** update related packages sections [(#1380)](https://github.com/stdlib-js/stdlib/pull/1380) _(by stdlib-bot)_
157-
- [`0848cd9`](https://github.com/stdlib-js/stdlib/commit/0848cd91a848223d481b5d054ec4beecf7bdd9c9) - **feat:** add `reduce` method to `array/complex128` [(#1367)](https://github.com/stdlib-js/stdlib/pull/1367) _(by Jaysukh Makvana, Athan Reines)_
158-
- [`4bfbed8`](https://github.com/stdlib-js/stdlib/commit/4bfbed8772e59800e03b987db2ad240abd097fab) - **feat:** add `slice` method to `array/complex128` [(#1355)](https://github.com/stdlib-js/stdlib/pull/1355) _(by Jaysukh Makvana)_
159187
- [`6eaf0fd`](https://github.com/stdlib-js/stdlib/commit/6eaf0fd5ad69ab80adc9df5b47c934b056a4e073) - **feat:** add `toReversed` method to `array/complex128` [(#1285)](https://github.com/stdlib-js/stdlib/pull/1285) _(by Jaysukh Makvana)_
160188
- [`4331e1f`](https://github.com/stdlib-js/stdlib/commit/4331e1f2cd0a967e7ac811f5b5c8d796486c5cea) - **refactor:** use base assertion utility _(by Athan Reines)_
161189
- [`d41b87d`](https://github.com/stdlib-js/stdlib/commit/d41b87d71bb2fa7fd318fce3ec93875a65bb8f95) - **refactor:** use base assertion utility _(by Athan Reines)_
@@ -187,8 +215,6 @@ A total of 4 people contributed to this release. Thank you to the following cont
187215
- [`b496b72`](https://github.com/stdlib-js/stdlib/commit/b496b72595355b5a794c940bd7f81ea5223b91bd) - **build:** replace tslint directive with eslint equivalent _(by Philipp Burckhardt)_
188216
- [`df3c9b3`](https://github.com/stdlib-js/stdlib/commit/df3c9b368d8a3dd7dd38f8768deb53c2a780c055) - **build:** remove tslint directives _(by Philipp Burckhardt)_
189217
- [`453dd85`](https://github.com/stdlib-js/stdlib/commit/453dd85b5dd186d2b4d458256fe84906e1503fe2) - **build:** remove tslint directives _(by Philipp Burckhardt)_
190-
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
191-
- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - **fix:** update import paths for complex type defs _(by Athan Reines)_
192218

193219
</details>
194220

@@ -215,3 +241,132 @@ A total of 4 people contributed to this release. Thank you to the following cont
215241

216242
<!-- /.release -->
217243

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

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
@@ -2679,8 +2679,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
26792679
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-complex128.svg
26802680
[npm-url]: https://npmjs.org/package/@stdlib/array-complex128
26812681

2682-
[test-image]: https://github.com/stdlib-js/array-complex128/actions/workflows/test.yml/badge.svg?branch=main
2683-
[test-url]: https://github.com/stdlib-js/array-complex128/actions/workflows/test.yml?query=branch:main
2682+
[test-image]: https://github.com/stdlib-js/array-complex128/actions/workflows/test.yml/badge.svg?branch=v0.3.0
2683+
[test-url]: https://github.com/stdlib-js/array-complex128/actions/workflows/test.yml?query=branch:v0.3.0
26842684

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

0 commit comments

Comments
 (0)