From ca50894793f829828d0f05fe9b655347819eb8cb Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Thu, 1 Feb 2024 05:57:57 +0000 Subject: [PATCH] Auto-generated commit --- .github/.keepalive | 1 + CHANGELOG.md | 61 +--------------------------------------------- README.md | 11 ++++++--- branches.md | 11 ++++++--- package.json | 4 +-- 5 files changed, 19 insertions(+), 69 deletions(-) create mode 100644 .github/.keepalive diff --git a/.github/.keepalive b/.github/.keepalive new file mode 100644 index 0000000..9e9116c --- /dev/null +++ b/.github/.keepalive @@ -0,0 +1 @@ +2024-02-01T05:57:53.158Z diff --git a/CHANGELOG.md b/CHANGELOG.md index fd64a4d..f60e4f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,63 +2,4 @@ > Package changelog. -## Unreleased - -### Features - -- add `toReversed` method to `array/complex64` ([237e57](https://github.com/stdlib-js/stdlib/commit/237e57aa66298a87355f7af76c0f6cc523aa1ed3)) -- add `reverse` method to `array/complex64` ([2455a3](https://github.com/stdlib-js/stdlib/commit/2455a399ca0ab7b646774b2e6db6160f4443510b)) -- add `slice` method to `array/complex64` ([0de392](https://github.com/stdlib-js/stdlib/commit/0de3922a285c4fc47a4b705b7e677837034f9f4f)) -- add `with` method to `array/complex64` ([893daa](https://github.com/stdlib-js/stdlib/commit/893daac64f44206672e0538e7bde45ec202ce614)) -- add `join` method to `array/complex64` ([d568bf](https://github.com/stdlib-js/stdlib/commit/d568bf0d6404a6ebd012afaa452f812cfc484ccc)) -- add `toString` method to `array/complex64` ([ebad2d](https://github.com/stdlib-js/stdlib/commit/ebad2d0d91652318e3844e31eadef7c300d1ecb3)) -- add `fill` method to `array/complex64` ([639356](https://github.com/stdlib-js/stdlib/commit/63935655dad2bb499a2243ad88d99af1b734fa00)) -- add `map` method to `array/complex64` ([41c515](https://github.com/stdlib-js/stdlib/commit/41c5150b4413783680eaeb33a71e5c6f7039eb82)) -- add `subarray` method to `array/complex64` ([b9b891](https://github.com/stdlib-js/stdlib/commit/b9b89162df0d1109f2861d6471d690cf47f20981)) -- add `forEach` method to `array/complex64` ([330628](https://github.com/stdlib-js/stdlib/commit/3306285e5cb9679c2a9a19e718b317be53e4c251)) -- add `filter` method to `array/complex64` ([7fb88d](https://github.com/stdlib-js/stdlib/commit/7fb88d4e3027a78e54fbea04f47bd89c6874c77a)) -- add `includes` method to `array/complex64` ([1464d5](https://github.com/stdlib-js/stdlib/commit/1464d5bac230c75ec5c98c59ad36c5e58d7d0e21)) -- add `findLastIndex` method to `array/complex64` ([c89623](https://github.com/stdlib-js/stdlib/commit/c89623600e1cacdc736867b6b1932757f930a547)) -- add `findLast` method to `array/complex64` ([c56626](https://github.com/stdlib-js/stdlib/commit/c5662654308e60f7a17e2b391c46267b56303abe)) -- add `find` method to `array/complex64` ([2277b0](https://github.com/stdlib-js/stdlib/commit/2277b018ff697fb4bcd4bc79ee31b9ec893ca4f7)) -- add `findIndex` method to `array/complex64` ([e24406](https://github.com/stdlib-js/stdlib/commit/e2440664e1ef7f2cd1d993532d92fe83b7427c66)) -- add `lastIndexOf` method to `array/complex64` ([7e0b76](https://github.com/stdlib-js/stdlib/commit/7e0b762e2a9e9b781a65fe01bf9d216734c0217c)) -- add `indexOf` method to `array/complex64` ([707fed](https://github.com/stdlib-js/stdlib/commit/707fed5a2f8e9a67c3a8184c5ddc1846cdf3fb17)) -- add `some` method to `array/complex64` ([c0f06f](https://github.com/stdlib-js/stdlib/commit/c0f06f81d7226d73f1911e0b91dcac621589333e)) -- add `every` method to `array/complex64` ([927207](https://github.com/stdlib-js/stdlib/commit/9272073a2ec744a05d070c7e07f6f2cf8033c568)) -- add support for the typed array `at` method in `array/complex64` ([06f0f9](https://github.com/stdlib-js/stdlib/commit/06f0f91a5ed2c328ab09fa2813d8df2b0864555a)) - -### Bug Fixes - -- ensure correct use of generics ([f2aab8](https://github.com/stdlib-js/stdlib/commit/f2aab8d64e9a2e347a7e566fcda7301b30b38d91)) -- add support for negative indices in method `indexOf` and `lastIndexOf` ([848730](https://github.com/stdlib-js/stdlib/commit/848730f6af734fd9649ac942e72aa7a60f99ec5a)) -- address typo in error message ([8b2937](https://github.com/stdlib-js/stdlib/commit/8b2937f503749017107432a0981ebbc30c05aeb0)) - -## 0.1.0 (2023-09-24) - -### Features - -- update minimum TypeScript version ([e29732](https://github.com/stdlib-js/stdlib/commit/ -e29732dee616e2d94e91f87f78afd8aceb806017)) - -### Bug Fixes - -- update import paths for complex type defs ([32a282](https://github.com/stdlib-js/stdlib/commit/ -32a282799ffd272d2a0554e81755a14923564e51)) - -### BREAKING CHANGES - -- update minimum TypeScript version to 4.1 -To migrate, users should upgrade their TypeScript version to at least version 4.1. - -## 0.0.6 (2022-02-16) - -## 0.0.5 (2021-08-22) - -## 0.0.4 (2021-07-07) - -## 0.0.3 (2021-06-27) - -## 0.0.2 (2021-06-16) - -## 0.0.1 (2021-06-15) +See [GitHub Releases](https://github.com/stdlib-js/array-complex64/releases) for the changelog. \ No newline at end of file diff --git a/README.md b/README.md index 17f7111..7321c2e 100644 --- a/README.md +++ b/README.md @@ -55,12 +55,14 @@ npm install @stdlib/array-complex64 Alternatively, -- To load the package in a website via a `script` tag without installation and bundlers, use the [ES Module][es-module] available on the [`esm` branch][esm-url]. -- If you are using Deno, visit the [`deno` branch][deno-url]. -- For use in Observable, or in browser/node environments, use the [Universal Module Definition (UMD)][umd] build available on the [`umd` branch][umd-url]. +- To load the package in a website via a `script` tag without installation and bundlers, use the [ES Module][es-module] available on the [`esm`][esm-url] branch (see [README][esm-readme]). +- If you are using Deno, visit the [`deno`][deno-url] branch (see [README][deno-readme] for usage intructions). +- For use in Observable, or in browser/node environments, use the [Universal Module Definition (UMD)][umd] build available on the [`umd`][umd-url] branch (see [README][umd-readme]). The [branches.md][branches-url] file summarizes the available branches and displays a diagram illustrating their relationships. +To view installation and usage instructions specific to each branch build, be sure to explicitly navigate to the respective README files on each branch, as linked to above. +
@@ -2334,8 +2336,11 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors]. [es-module]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules [deno-url]: https://github.com/stdlib-js/array-complex64/tree/deno +[deno-readme]: https://github.com/stdlib-js/array-complex64/blob/deno/README.md [umd-url]: https://github.com/stdlib-js/array-complex64/tree/umd +[umd-readme]: https://github.com/stdlib-js/array-complex64/blob/umd/README.md [esm-url]: https://github.com/stdlib-js/array-complex64/tree/esm +[esm-readme]: https://github.com/stdlib-js/array-complex64/blob/esm/README.md [branches-url]: https://github.com/stdlib-js/array-complex64/blob/main/branches.md [stdlib-license]: https://raw.githubusercontent.com/stdlib-js/array-complex64/main/LICENSE diff --git a/branches.md b/branches.md index 1e78c62..13e6424 100644 --- a/branches.md +++ b/branches.md @@ -24,9 +24,9 @@ This repository has the following branches: - **main**: default branch generated from the [stdlib project][stdlib-url], where all development takes place. - **production**: [production build][production-url] of the package (e.g., reformatted error messages to reduce bundle sizes and thus the number of bytes transmitted over a network). -- **esm**: [ES Module][esm-url] branch for use via a `script` tag without the need for installation and bundlers. -- **deno**: [Deno][deno-url] branch for use in Deno. -- **umd**: [UMD][umd-url] branch for use in Observable, or in dual browser/Node.js environments. +- **esm**: [ES Module][esm-url] branch for use via a `script` tag without the need for installation and bundlers (see [README][esm-readme]). +- **deno**: [Deno][deno-url] branch for use in Deno (see [README][deno-readme]). +- **umd**: [UMD][umd-url] branch for use in Observable, or in dual browser/Node.js environments (see [README][umd-readme]). The following diagram illustrates the relationships among the above branches: @@ -49,5 +49,8 @@ C -->|bundle| F[umd]; [stdlib-url]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/complex64 [production-url]: https://github.com/stdlib-js/array-complex64/tree/production [deno-url]: https://github.com/stdlib-js/array-complex64/tree/deno +[deno-readme]: https://github.com/stdlib-js/array-complex64/blob/deno/README.md [umd-url]: https://github.com/stdlib-js/array-complex64/tree/umd -[esm-url]: https://github.com/stdlib-js/array-complex64/tree/esm \ No newline at end of file +[umd-readme]: https://github.com/stdlib-js/array-complex64/blob/umd/README.md +[esm-url]: https://github.com/stdlib-js/array-complex64/tree/esm +[esm-readme]: https://github.com/stdlib-js/array-complex64/blob/esm/README.md \ No newline at end of file diff --git a/package.json b/package.json index d61cda9..886c9ea 100644 --- a/package.json +++ b/package.json @@ -38,8 +38,8 @@ }, "dependencies": { "@stdlib/array-base-accessor-getter": "^0.1.0", - "@stdlib/array-base-assert-is-complex128array": "github:stdlib-js/array-base-assert-is-complex128array#main", - "@stdlib/array-base-assert-is-complex64array": "github:stdlib-js/array-base-assert-is-complex64array#main", + "@stdlib/array-base-assert-is-complex128array": "^0.1.0", + "@stdlib/array-base-assert-is-complex64array": "^0.1.0", "@stdlib/array-base-getter": "^0.1.0", "@stdlib/array-float32": "^0.1.1", "@stdlib/assert-has-iterator-symbol-support": "^0.1.1",