You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[`9dfd026`](https://github.com/stdlib-js/stdlib/commit/9dfd026f52d03e54adb878cdf4dddbef591a1e8d) - add `toLocaleString` method to `array/complex128`[(#2252)](https://github.com/stdlib-js/stdlib/pull/2252)
16
16
-[`b4b1d14`](https://github.com/stdlib-js/stdlib/commit/b4b1d14255820c1071568f1aa144a986ab6f0566) - add `values` method to `array/complex128`[(#2216)](https://github.com/stdlib-js/stdlib/pull/2216)
17
17
-[`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)
19
19
20
20
</section>
21
21
@@ -48,7 +48,7 @@
48
48
-[`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)_
-[`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)_
159
187
-[`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)_
160
188
-[`4331e1f`](https://github.com/stdlib-js/stdlib/commit/4331e1f2cd0a967e7ac811f5b5c8d796486c5cea) - **refactor:** use base assertion utility _(by Athan Reines)_
161
189
-[`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
187
215
-[`b496b72`](https://github.com/stdlib-js/stdlib/commit/b496b72595355b5a794c940bd7f81ea5223b91bd) - **build:** replace tslint directive with eslint equivalent _(by Philipp Burckhardt)_
188
216
-[`df3c9b3`](https://github.com/stdlib-js/stdlib/commit/df3c9b368d8a3dd7dd38f8768deb53c2a780c055) - **build:** remove tslint directives _(by Philipp Burckhardt)_
189
217
-[`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)_
192
218
193
219
</details>
194
220
@@ -215,3 +241,132 @@ A total of 4 people contributed to this release. Thank you to the following cont
215
241
216
242
<!-- /.release -->
217
243
244
+
<sectionclass="release"id="v0.1.0">
245
+
246
+
## 0.1.0 (2023-09-24)
247
+
248
+
<sectionclass="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
+
<sectionclass="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
+
<sectionclass="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
+
<sectionclass="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
+
<sectionclass="contributors">
297
+
298
+
### Contributors
299
+
300
+
A total of 2 people contributed to this release. Thank you to the following contributors:
0 commit comments