From c84d60ae1d4ad2eb098ac079d09e4e4c410af85c Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Wed, 5 Jun 2024 05:19:00 +0000 Subject: [PATCH] Auto-generated commit --- .github/workflows/publish.yml | 4 + CHANGELOG.md | 222 +++++++++++++++++++++++++++++++++- docs/types/index.d.ts | 2 +- 3 files changed, 226 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ad3a3e0..b1d4bb8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -94,6 +94,10 @@ jobs: # Replace branch in README.md link definitions for badges with the new version: find . -type f -name '*.md' -print0 | xargs -0 sed -Ei "s/branch([=:])[^ ]+/branch\1v${NEW_VERSION}/g" + # Rewrite CHANGELOG.md to replace "Unreleased" with the new version: + sed -Ei "s/Unreleased/${NEW_VERSION}/g" CHANGELOG.md + sed -Ei "s/unreleased/v${NEW_VERSION}/g" CHANGELOG.md + # Create a new commit and tag: git add package.json README.md git commit -m "Release v${NEW_VERSION}" diff --git a/CHANGELOG.md b/CHANGELOG.md index f60e4f0..b7263c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,224 @@ > Package changelog. -See [GitHub Releases](https://github.com/stdlib-js/array-complex64/releases) for the changelog. \ No newline at end of file +
+ +## Unreleased (2024-06-05) + +
+ +### Features + +- [`59d9233`](https://github.com/stdlib-js/stdlib/commit/59d9233c2f6e8bbecee0170373c27c70079bd39e) - add `toSorted` method to `array/complex64` [(#2263)](https://github.com/stdlib-js/stdlib/pull/2263) +- [`a0c28de`](https://github.com/stdlib-js/stdlib/commit/a0c28dea6a9afad5a4c1b55c552480247824a837) - add `sort` method to `array/complex64` [(#2259)](https://github.com/stdlib-js/stdlib/pull/2259) +- [`e92cdd8`](https://github.com/stdlib-js/stdlib/commit/e92cdd897563a28ff07df5ceda2603567fe1149f) - add `toLocaleString` method to `array/complex64` [(#2208)](https://github.com/stdlib-js/stdlib/pull/2208) +- [`d9359b6`](https://github.com/stdlib-js/stdlib/commit/d9359b67e683becb4f0a497a05da1a148381f2b0) - add `keys` method to `array/complex64` [(#2160)](https://github.com/stdlib-js/stdlib/pull/2160) +- [`832504a`](https://github.com/stdlib-js/stdlib/commit/832504a5f0289f40367fd8041ab573c1e8ed3527) - add `values` method to `array/complex64` [(#1706)](https://github.com/stdlib-js/stdlib/pull/1706) +- [`4e84566`](https://github.com/stdlib-js/stdlib/commit/4e845661773892e654689ceb0c2dd3e1e2c3244c) - add `reduceRight` method to `array/complex128` [(##1406)](#1406) +- [`ee1c957`](https://github.com/stdlib-js/stdlib/commit/ee1c957b483718a809a8ebb0dd1eaa336fc3d97d) - add `reduceRight` method to `array/complex64` [(##1395)](#1395) + +
+ + + +
+ +### Bug Fixes + +- [`cc06b5c`](https://github.com/stdlib-js/stdlib/commit/cc06b5c8c67a1c8d1022920273535b29e5abf550) - add missing generic parameter + +
+ + + +
+ +### Commits + +
+ +- [`cc06b5c`](https://github.com/stdlib-js/stdlib/commit/cc06b5c8c67a1c8d1022920273535b29e5abf550) - **fix:** add missing generic parameter _(by Athan Reines)_ +- [`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)_ +- [`3a3b1e0`](https://github.com/stdlib-js/stdlib/commit/3a3b1e08f73a54c5ee46d73045805aee0bb1196d) - **docs:** update package URLs [(##2269)](#2269) _(by stdlib-bot)_ +- [`8089b88`](https://github.com/stdlib-js/stdlib/commit/8089b886a4d7d89f15abb068b1021d93f9c4f64e) - **docs:** update paths _(by Athan Reines)_ +- [`75d4f83`](https://github.com/stdlib-js/stdlib/commit/75d4f83cb85610d23a04dc21a03f8075f6d3665f) - **refactor:** update require and include paths _(by Athan Reines)_ +- [`ccbf26a`](https://github.com/stdlib-js/stdlib/commit/ccbf26a09b13fc483b7f1b55718b32f5af61b800) - **test:** fix descriptions _(by Athan Reines)_ +- [`2dd57d7`](https://github.com/stdlib-js/stdlib/commit/2dd57d7df1a34c9c9bf84bf517cedd7bb234ba7c) - **docs:** add notes _(by Athan Reines)_ +- [`59d9233`](https://github.com/stdlib-js/stdlib/commit/59d9233c2f6e8bbecee0170373c27c70079bd39e) - **feat:** add `toSorted` method to `array/complex64` [(#2263)](https://github.com/stdlib-js/stdlib/pull/2263) _(by Jaysukh Makvana)_ +- [`6b8d896`](https://github.com/stdlib-js/stdlib/commit/6b8d896c26a69ddd2fd57ae80b2411ef3e3c8d8e) - **test:** fix typo _(by Athan Reines)_ +- [`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)_ +- [`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)_ +- [`113ec19`](https://github.com/stdlib-js/stdlib/commit/113ec1946e4f10fbcce6cc59a57022afcdb582f5) - **docs:** update related packages sections [(##2207)](#2207 ) _(by stdlib-bot)_ +- [`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)_ +- [`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)_ +- [`902b38a`](https://github.com/stdlib-js/stdlib/commit/902b38ac100f6710d2ad5e28f31422e573cc6d29) - **docs:** update descriptions _(by Athan Reines)_ +- [`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)_ +- [`ee1c957`](https://github.com/stdlib-js/stdlib/commit/ee1c957b483718a809a8ebb0dd1eaa336fc3d97d) - **feat:** add `reduceRight` method to `array/complex64` [(##1395)](#1395) _(by Jaysukh Makvana, Philipp Burckhardt)_ + +
+ +
+ + + +
+ +### Contributors + +A total of 4 people contributed to this release. Thank you to the following contributors: + +- Athan Reines +- Jaysukh Makvana +- Philipp Burckhardt +- stdlib-bot + +
+ + + +
+ + + +
+ +## 0.2.1 (2024-02-25) + +
+ +### Features + +- [`f3def6d`](https://github.com/stdlib-js/stdlib/commit/f3def6de1cbd1829b3e8c57e52434eb16841ffe8) - add `reduce` method to `array/complex64` [(#1271)](https://github.com/stdlib-js/stdlib/pull/1271) +- [`237e57a`](https://github.com/stdlib-js/stdlib/commit/237e57aa66298a87355f7af76c0f6cc523aa1ed3) - add `toReversed` method to `array/complex64` [(#1260)](https://github.com/stdlib-js/stdlib/pull/1260) +- [`2455a39`](https://github.com/stdlib-js/stdlib/commit/2455a399ca0ab7b646774b2e6db6160f4443510b) - add `reverse` method to `array/complex64` [(#1259)](https://github.com/stdlib-js/stdlib/pull/1259) +- [`0de3922`](https://github.com/stdlib-js/stdlib/commit/0de3922a285c4fc47a4b705b7e677837034f9f4f) - add `slice` method to `array/complex64` [(#1257)](https://github.com/stdlib-js/stdlib/pull/1257) +- [`893daac`](https://github.com/stdlib-js/stdlib/commit/893daac64f44206672e0538e7bde45ec202ce614) - add `with` method to `array/complex64` [(#1246)](https://github.com/stdlib-js/stdlib/pull/1246) +- [`d568bf0`](https://github.com/stdlib-js/stdlib/commit/d568bf0d6404a6ebd012afaa452f812cfc484ccc) - add `join` method to `array/complex64` [(#1241)](https://github.com/stdlib-js/stdlib/pull/1241) +- [`ebad2d0`](https://github.com/stdlib-js/stdlib/commit/ebad2d0d91652318e3844e31eadef7c300d1ecb3) - add `toString` method to `array/complex64` [(#1239)](https://github.com/stdlib-js/stdlib/pull/1239) +- [`6393565`](https://github.com/stdlib-js/stdlib/commit/63935655dad2bb499a2243ad88d99af1b734fa00) - add `fill` method to `array/complex64` [(#1236)](https://github.com/stdlib-js/stdlib/pull/1236) +- [`41c5150`](https://github.com/stdlib-js/stdlib/commit/41c5150b4413783680eaeb33a71e5c6f7039eb82) - add `map` method to `array/complex64` [(#1226)](https://github.com/stdlib-js/stdlib/pull/1226) +- [`b9b8916`](https://github.com/stdlib-js/stdlib/commit/b9b89162df0d1109f2861d6471d690cf47f20981) - add `subarray` method to `array/complex64` [(#1217)](https://github.com/stdlib-js/stdlib/pull/1217) +- [`3306285`](https://github.com/stdlib-js/stdlib/commit/3306285e5cb9679c2a9a19e718b317be53e4c251) - add `forEach` method to `array/complex64` [(#1211)](https://github.com/stdlib-js/stdlib/pull/1211) +- [`7fb88d4`](https://github.com/stdlib-js/stdlib/commit/7fb88d4e3027a78e54fbea04f47bd89c6874c77a) - add `filter` method to `array/complex64` [(#1206)](https://github.com/stdlib-js/stdlib/pull/1206) +- [`1464d5b`](https://github.com/stdlib-js/stdlib/commit/1464d5bac230c75ec5c98c59ad36c5e58d7d0e21) - add `includes` method to `array/complex64` [(#1205)](https://github.com/stdlib-js/stdlib/pull/1205) +- [`c896236`](https://github.com/stdlib-js/stdlib/commit/c89623600e1cacdc736867b6b1932757f930a547) - add `findLastIndex` method to `array/complex64` [(#1204)](https://github.com/stdlib-js/stdlib/pull/1204) +- [`c566265`](https://github.com/stdlib-js/stdlib/commit/c5662654308e60f7a17e2b391c46267b56303abe) - add `findLast` method to `array/complex64` [(#1203)](https://github.com/stdlib-js/stdlib/pull/1203) +- [`2277b01`](https://github.com/stdlib-js/stdlib/commit/2277b018ff697fb4bcd4bc79ee31b9ec893ca4f7) - add `find` method to `array/complex64` [(#1200)](https://github.com/stdlib-js/stdlib/pull/1200) +- [`e244066`](https://github.com/stdlib-js/stdlib/commit/e2440664e1ef7f2cd1d993532d92fe83b7427c66) - add `findIndex` method to `array/complex64` [(#1201)](https://github.com/stdlib-js/stdlib/pull/1201) +- [`7e0b762`](https://github.com/stdlib-js/stdlib/commit/7e0b762e2a9e9b781a65fe01bf9d216734c0217c) - add `lastIndexOf` method to `array/complex64` [(#1195)](https://github.com/stdlib-js/stdlib/pull/1195) +- [`707fed5`](https://github.com/stdlib-js/stdlib/commit/707fed5a2f8e9a67c3a8184c5ddc1846cdf3fb17) - add `indexOf` method to `array/complex64` [(#1191)](https://github.com/stdlib-js/stdlib/pull/1191) +- [`c0f06f8`](https://github.com/stdlib-js/stdlib/commit/c0f06f81d7226d73f1911e0b91dcac621589333e) - add `some` method to `array/complex64` [(#1190)](https://github.com/stdlib-js/stdlib/pull/1190) +- [`9272073`](https://github.com/stdlib-js/stdlib/commit/9272073a2ec744a05d070c7e07f6f2cf8033c568) - add `every` method to `array/complex64` [(#1184)](https://github.com/stdlib-js/stdlib/pull/1184) +- [`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) +- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - update minimum TypeScript version + +
+ + + +
+ +### Bug Fixes + +- [`f2aab8d`](https://github.com/stdlib-js/stdlib/commit/f2aab8d64e9a2e347a7e566fcda7301b30b38d91) - ensure correct use of generics +- [`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) +- [`8b2937f`](https://github.com/stdlib-js/stdlib/commit/8b2937f503749017107432a0981ebbc30c05aeb0) - address typo in error message +- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs + +
+ + + +
+ +### BREAKING CHANGES + +- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version +- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +### Commits + +
+ +- [`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)_ +- [`87d2120`](https://github.com/stdlib-js/stdlib/commit/87d21205bb2ed5fcf848836d7659942f34b5fb59) - **refactor:** use base assertion utility _(by Athan Reines)_ +- [`aa6cac7`](https://github.com/stdlib-js/stdlib/commit/aa6cac712cadf62c5cdc884333d47bbf1b81411f) - **refactor:** use base assertion utility _(by Athan Reines)_ +- [`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)_ +- [`2455a39`](https://github.com/stdlib-js/stdlib/commit/2455a399ca0ab7b646774b2e6db6160f4443510b) - **feat:** add `reverse` method to `array/complex64` [(#1259)](https://github.com/stdlib-js/stdlib/pull/1259) _(by Jaysukh Makvana, Athan Reines)_ +- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_ +- [`0de3922`](https://github.com/stdlib-js/stdlib/commit/0de3922a285c4fc47a4b705b7e677837034f9f4f) - **feat:** add `slice` method to `array/complex64` [(#1257)](https://github.com/stdlib-js/stdlib/pull/1257) _(by Jaysukh Makvana, Athan Reines)_ +- [`dd6ee3e`](https://github.com/stdlib-js/stdlib/commit/dd6ee3e6f9839cf77567e2f61ca796a648949bce) - **docs:** fix parameter type _(by Athan Reines)_ +- [`893daac`](https://github.com/stdlib-js/stdlib/commit/893daac64f44206672e0538e7bde45ec202ce614) - **feat:** add `with` method to `array/complex64` [(#1246)](https://github.com/stdlib-js/stdlib/pull/1246) _(by Jaysukh Makvana, Athan Reines)_ +- [`d568bf0`](https://github.com/stdlib-js/stdlib/commit/d568bf0d6404a6ebd012afaa452f812cfc484ccc) - **feat:** add `join` method to `array/complex64` [(#1241)](https://github.com/stdlib-js/stdlib/pull/1241) _(by Jaysukh Makvana, Athan Reines)_ +- [`ebad2d0`](https://github.com/stdlib-js/stdlib/commit/ebad2d0d91652318e3844e31eadef7c300d1ecb3) - **feat:** add `toString` method to `array/complex64` [(#1239)](https://github.com/stdlib-js/stdlib/pull/1239) _(by Jaysukh Makvana, Athan Reines)_ +- [`6393565`](https://github.com/stdlib-js/stdlib/commit/63935655dad2bb499a2243ad88d99af1b734fa00) - **feat:** add `fill` method to `array/complex64` [(#1236)](https://github.com/stdlib-js/stdlib/pull/1236) _(by Jaysukh Makvana, Athan Reines)_ +- [`b47b631`](https://github.com/stdlib-js/stdlib/commit/b47b631767969a935cea824a707072f1ca65e373) - **docs:** fix typos and add copy edits _(by Athan Reines)_ +- [`41c5150`](https://github.com/stdlib-js/stdlib/commit/41c5150b4413783680eaeb33a71e5c6f7039eb82) - **feat:** add `map` method to `array/complex64` [(#1226)](https://github.com/stdlib-js/stdlib/pull/1226) _(by Jaysukh Makvana, Athan Reines)_ +- [`b80aa3c`](https://github.com/stdlib-js/stdlib/commit/b80aa3cca4f6ce79211bbc5c168415a3c8294dfb) - **test:** fix test values to avoid conflating errors _(by Athan Reines)_ +- [`f2aab8d`](https://github.com/stdlib-js/stdlib/commit/f2aab8d64e9a2e347a7e566fcda7301b30b38d91) - **fix:** ensure correct use of generics _(by Athan Reines)_ +- [`97df52a`](https://github.com/stdlib-js/stdlib/commit/97df52af0eaf7114adf3d96c2cec08bb7cdf27be) - **test:** fix test descriptions _(by Athan Reines)_ +- [`1952c21`](https://github.com/stdlib-js/stdlib/commit/1952c21caa71baf2f70c4db5e1ae9083689b1910) - **docs:** fix section anchors _(by Athan Reines)_ +- [`b9b8916`](https://github.com/stdlib-js/stdlib/commit/b9b89162df0d1109f2861d6471d690cf47f20981) - **feat:** add `subarray` method to `array/complex64` [(#1217)](https://github.com/stdlib-js/stdlib/pull/1217) _(by Jaysukh Makvana, Athan Reines)_ +- [`3306285`](https://github.com/stdlib-js/stdlib/commit/3306285e5cb9679c2a9a19e718b317be53e4c251) - **feat:** add `forEach` method to `array/complex64` [(#1211)](https://github.com/stdlib-js/stdlib/pull/1211) _(by Jaysukh Makvana, Athan Reines)_ +- [`7fb88d4`](https://github.com/stdlib-js/stdlib/commit/7fb88d4e3027a78e54fbea04f47bd89c6874c77a) - **feat:** add `filter` method to `array/complex64` [(#1206)](https://github.com/stdlib-js/stdlib/pull/1206) _(by Jaysukh Makvana, Athan Reines)_ +- [`1464d5b`](https://github.com/stdlib-js/stdlib/commit/1464d5bac230c75ec5c98c59ad36c5e58d7d0e21) - **feat:** add `includes` method to `array/complex64` [(#1205)](https://github.com/stdlib-js/stdlib/pull/1205) _(by Jaysukh Makvana, Athan Reines)_ +- [`c896236`](https://github.com/stdlib-js/stdlib/commit/c89623600e1cacdc736867b6b1932757f930a547) - **feat:** add `findLastIndex` method to `array/complex64` [(#1204)](https://github.com/stdlib-js/stdlib/pull/1204) _(by Jaysukh Makvana)_ +- [`c566265`](https://github.com/stdlib-js/stdlib/commit/c5662654308e60f7a17e2b391c46267b56303abe) - **feat:** add `findLast` method to `array/complex64` [(#1203)](https://github.com/stdlib-js/stdlib/pull/1203) _(by Jaysukh Makvana, Athan Reines)_ +- [`2277b01`](https://github.com/stdlib-js/stdlib/commit/2277b018ff697fb4bcd4bc79ee31b9ec893ca4f7) - **feat:** add `find` method to `array/complex64` [(#1200)](https://github.com/stdlib-js/stdlib/pull/1200) _(by Jaysukh Makvana, Athan Reines)_ +- [`e244066`](https://github.com/stdlib-js/stdlib/commit/e2440664e1ef7f2cd1d993532d92fe83b7427c66) - **feat:** add `findIndex` method to `array/complex64` [(#1201)](https://github.com/stdlib-js/stdlib/pull/1201) _(by Jaysukh Makvana, Athan Reines)_ +- [`848730f`](https://github.com/stdlib-js/stdlib/commit/848730f6af734fd9649ac942e72aa7a60f99ec5a) - **fix:** add support for negative indices in method `indexOf` and `lastIndexOf` [(#1197)](https://github.com/stdlib-js/stdlib/pull/1197) _(by Jaysukh Makvana, Athan Reines)_ +- [`7e0b762`](https://github.com/stdlib-js/stdlib/commit/7e0b762e2a9e9b781a65fe01bf9d216734c0217c) - **feat:** add `lastIndexOf` method to `array/complex64` [(#1195)](https://github.com/stdlib-js/stdlib/pull/1195) _(by Jaysukh Makvana, Athan Reines)_ +- [`707fed5`](https://github.com/stdlib-js/stdlib/commit/707fed5a2f8e9a67c3a8184c5ddc1846cdf3fb17) - **feat:** add `indexOf` method to `array/complex64` [(#1191)](https://github.com/stdlib-js/stdlib/pull/1191) _(by Jaysukh Makvana, Athan Reines)_ +- [`9555815`](https://github.com/stdlib-js/stdlib/commit/95558156f273bdb47ca98d68cf8761ef10e6432c) - **test:** fix typo _(by Athan Reines)_ +- [`6bd2f14`](https://github.com/stdlib-js/stdlib/commit/6bd2f14efbcc0622bd8c68484cc1d92482592d5e) - **docs:** fix typo _(by Athan Reines)_ +- [`c0f06f8`](https://github.com/stdlib-js/stdlib/commit/c0f06f81d7226d73f1911e0b91dcac621589333e) - **feat:** add `some` method to `array/complex64` [(#1190)](https://github.com/stdlib-js/stdlib/pull/1190) _(by Jaysukh Makvana, Athan Reines)_ +- [`aa779d7`](https://github.com/stdlib-js/stdlib/commit/aa779d7848ab44380b406c9a202bc1f6108f8979) - **test:** update assertion messages _(by Athan Reines)_ +- [`9b177ba`](https://github.com/stdlib-js/stdlib/commit/9b177ba5bdd2596c5b3ed545464a491c96737172) - **test:** move function declaration _(by Athan Reines)_ +- [`4151542`](https://github.com/stdlib-js/stdlib/commit/41515420950a084cc381c757857688104a29694f) - **test:** update assertion messages _(by Athan Reines)_ +- [`3068aed`](https://github.com/stdlib-js/stdlib/commit/3068aed1b15957ec76e5d8acb1b2798d93a47f4e) - **test:** update assertion methods _(by Athan Reines)_ +- [`ec7c2c3`](https://github.com/stdlib-js/stdlib/commit/ec7c2c3e91a0fb3bd8de4a24789cbe8043ceac5f) - **style:** remove extra spaces _(by Athan Reines)_ +- [`5f1953d`](https://github.com/stdlib-js/stdlib/commit/5f1953d6fce8ac4091f2c6eaf2de4688442a217c) - **docs:** move methods to preserve alphabetical order _(by Athan Reines)_ +- [`9272073`](https://github.com/stdlib-js/stdlib/commit/9272073a2ec744a05d070c7e07f6f2cf8033c568) - **feat:** add `every` method to `array/complex64` [(#1184)](https://github.com/stdlib-js/stdlib/pull/1184) _(by Jaysukh Makvana, Athan Reines)_ +- [`997c7d8`](https://github.com/stdlib-js/stdlib/commit/997c7d861d14df2ee08dac26da681b22fa1d4fbf) - **docs:** fix typo _(by Athan Reines)_ +- [`10d5813`](https://github.com/stdlib-js/stdlib/commit/10d5813e1f2d276bed50095bf3502a938c0a2bd6) - **refactor:** move method to ensure that methods are in alphabetical order _(by Athan Reines)_ +- [`8b2937f`](https://github.com/stdlib-js/stdlib/commit/8b2937f503749017107432a0981ebbc30c05aeb0) - **fix:** address typo in error message _(by Athan Reines)_ +- [`813b67b`](https://github.com/stdlib-js/stdlib/commit/813b67b992c195bc51746e6cdc39cbccf89ba47e) - **temp:** add TODOs _(by Athan Reines)_ +- [`06f0f91`](https://github.com/stdlib-js/stdlib/commit/06f0f91a5ed2c328ab09fa2813d8df2b0864555a) - **feat:** add support for the typed array `at` method in `array/complex64` [(#1182)](https://github.com/stdlib-js/stdlib/pull/1182) _(by Jaysukh Makvana, Athan Reines)_ +- [`b496b72`](https://github.com/stdlib-js/stdlib/commit/b496b72595355b5a794c940bd7f81ea5223b91bd) - **build:** replace tslint directive with eslint equivalent _(by Philipp Burckhardt)_ +- [`df3c9b3`](https://github.com/stdlib-js/stdlib/commit/df3c9b368d8a3dd7dd38f8768deb53c2a780c055) - **build:** remove tslint directives _(by Philipp Burckhardt)_ +- [`453dd85`](https://github.com/stdlib-js/stdlib/commit/453dd85b5dd186d2b4d458256fe84906e1503fe2) - **build:** remove tslint directives _(by Philipp Burckhardt)_ +- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_ +- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - **fix:** update import paths for complex type defs _(by Athan Reines)_ + +
+ +
+ + + +
+ +### Contributors + +A total of 3 people contributed to this release. Thank you to the following contributors: + +- Athan Reines +- Jaysukh Makvana +- Philipp Burckhardt + +
+ + + +
+ + + diff --git a/docs/types/index.d.ts b/docs/types/index.d.ts index 77a5162..cb6fda6 100644 --- a/docs/types/index.d.ts +++ b/docs/types/index.d.ts @@ -1741,7 +1741,7 @@ interface Complex64ArrayConstructor { * var len = arr.length; * // returns 1 */ - from( src: ArrayLike | RealOrComplexTypedArray | Iterable, clbk?: FromCallback, thisArg?: ThisParameterType> ): Complex64Array; + from( src: ArrayLike | RealOrComplexTypedArray | Iterable, clbk?: FromCallback, thisArg?: ThisParameterType> ): Complex64Array; /** * Creates a new 64-bit complex number array from a variable number of arguments.