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
-[`e92cdd8`](https://github.com/stdlib-js/stdlib/commit/e92cdd897563a28ff07df5ceda2603567fe1149f) - add `toLocaleString` method to `array/complex64`[(#2208)](https://github.com/stdlib-js/stdlib/pull/2208)
16
16
-[`d9359b6`](https://github.com/stdlib-js/stdlib/commit/d9359b67e683becb4f0a497a05da1a148381f2b0) - add `keys` method to `array/complex64`[(#2160)](https://github.com/stdlib-js/stdlib/pull/2160)
17
17
-[`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)
20
20
21
21
</section>
22
22
@@ -49,7 +49,7 @@
49
49
-[`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)_
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
+
<sectionclass="release"id="v0.2.0">
139
+
140
+
## 0.2.0 (2024-02-14)
141
+
142
+
<sectionclass="features">
143
+
144
+
### Features
145
+
102
146
-[`237e57a`](https://github.com/stdlib-js/stdlib/commit/237e57aa66298a87355f7af76c0f6cc523aa1ed3) - add `toReversed` method to `array/complex64`[(#1260)](https://github.com/stdlib-js/stdlib/pull/1260)
103
147
-[`2455a39`](https://github.com/stdlib-js/stdlib/commit/2455a399ca0ab7b646774b2e6db6160f4443510b) - add `reverse` method to `array/complex64`[(#1259)](https://github.com/stdlib-js/stdlib/pull/1259)
104
148
-[`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
120
164
-[`c0f06f8`](https://github.com/stdlib-js/stdlib/commit/c0f06f81d7226d73f1911e0b91dcac621589333e) - add `some` method to `array/complex64`[(#1190)](https://github.com/stdlib-js/stdlib/pull/1190)
121
165
-[`9272073`](https://github.com/stdlib-js/stdlib/commit/9272073a2ec744a05d070c7e07f6f2cf8033c568) - add `every` method to `array/complex64`[(#1184)](https://github.com/stdlib-js/stdlib/pull/1184)
122
166
-[`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
124
167
125
168
</section>
126
169
@@ -133,32 +176,17 @@ A total of 4 people contributed to this release. Thank you to the following cont
133
176
-[`f2aab8d`](https://github.com/stdlib-js/stdlib/commit/f2aab8d64e9a2e347a7e566fcda7301b30b38d91) - ensure correct use of generics
134
177
-[`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)
135
178
-[`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
137
179
138
180
</section>
139
181
140
182
<!-- /.bug-fixes -->
141
183
142
-
<sectionclass="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.
-[`87d2120`](https://github.com/stdlib-js/stdlib/commit/87d21205bb2ed5fcf848836d7659942f34b5fb59) - **refactor:** use base assertion utility _(by Athan Reines)_
163
191
-[`aa6cac7`](https://github.com/stdlib-js/stdlib/commit/aa6cac712cadf62c5cdc884333d47bbf1b81411f) - **refactor:** use base assertion utility _(by Athan Reines)_
@@ -205,8 +233,6 @@ A total of 4 people contributed to this release. Thank you to the following cont
205
233
-[`b496b72`](https://github.com/stdlib-js/stdlib/commit/b496b72595355b5a794c940bd7f81ea5223b91bd) - **build:** replace tslint directive with eslint equivalent _(by Philipp Burckhardt)_
206
234
-[`df3c9b3`](https://github.com/stdlib-js/stdlib/commit/df3c9b368d8a3dd7dd38f8768deb53c2a780c055) - **build:** remove tslint directives _(by Philipp Burckhardt)_
207
235
-[`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)_
210
236
211
237
</details>
212
238
@@ -232,3 +258,132 @@ A total of 3 people contributed to this release. Thank you to the following cont
232
258
233
259
<!-- /.release -->
234
260
261
+
<sectionclass="release"id="v0.1.0">
262
+
263
+
## 0.1.0 (2023-09-24)
264
+
265
+
<sectionclass="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
+
<sectionclass="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
+
<sectionclass="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
+
<sectionclass="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
+
<sectionclass="contributors">
314
+
315
+
### Contributors
316
+
317
+
A total of 2 people contributed to this release. Thank you to the following contributors:
0 commit comments