Skip to content

Commit ca50894

Browse files
committed
Auto-generated commit
1 parent c6f8493 commit ca50894

5 files changed

Lines changed: 19 additions & 69 deletions

File tree

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-02-01T05:57:53.158Z

CHANGELOG.md

Lines changed: 1 addition & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -2,63 +2,4 @@
22

33
> Package changelog.
44
5-
## Unreleased
6-
7-
### Features
8-
9-
- add `toReversed` method to `array/complex64` ([237e57](https://github.com/stdlib-js/stdlib/commit/237e57aa66298a87355f7af76c0f6cc523aa1ed3))
10-
- add `reverse` method to `array/complex64` ([2455a3](https://github.com/stdlib-js/stdlib/commit/2455a399ca0ab7b646774b2e6db6160f4443510b))
11-
- add `slice` method to `array/complex64` ([0de392](https://github.com/stdlib-js/stdlib/commit/0de3922a285c4fc47a4b705b7e677837034f9f4f))
12-
- add `with` method to `array/complex64` ([893daa](https://github.com/stdlib-js/stdlib/commit/893daac64f44206672e0538e7bde45ec202ce614))
13-
- add `join` method to `array/complex64` ([d568bf](https://github.com/stdlib-js/stdlib/commit/d568bf0d6404a6ebd012afaa452f812cfc484ccc))
14-
- add `toString` method to `array/complex64` ([ebad2d](https://github.com/stdlib-js/stdlib/commit/ebad2d0d91652318e3844e31eadef7c300d1ecb3))
15-
- add `fill` method to `array/complex64` ([639356](https://github.com/stdlib-js/stdlib/commit/63935655dad2bb499a2243ad88d99af1b734fa00))
16-
- add `map` method to `array/complex64` ([41c515](https://github.com/stdlib-js/stdlib/commit/41c5150b4413783680eaeb33a71e5c6f7039eb82))
17-
- add `subarray` method to `array/complex64` ([b9b891](https://github.com/stdlib-js/stdlib/commit/b9b89162df0d1109f2861d6471d690cf47f20981))
18-
- add `forEach` method to `array/complex64` ([330628](https://github.com/stdlib-js/stdlib/commit/3306285e5cb9679c2a9a19e718b317be53e4c251))
19-
- add `filter` method to `array/complex64` ([7fb88d](https://github.com/stdlib-js/stdlib/commit/7fb88d4e3027a78e54fbea04f47bd89c6874c77a))
20-
- add `includes` method to `array/complex64` ([1464d5](https://github.com/stdlib-js/stdlib/commit/1464d5bac230c75ec5c98c59ad36c5e58d7d0e21))
21-
- add `findLastIndex` method to `array/complex64` ([c89623](https://github.com/stdlib-js/stdlib/commit/c89623600e1cacdc736867b6b1932757f930a547))
22-
- add `findLast` method to `array/complex64` ([c56626](https://github.com/stdlib-js/stdlib/commit/c5662654308e60f7a17e2b391c46267b56303abe))
23-
- add `find` method to `array/complex64` ([2277b0](https://github.com/stdlib-js/stdlib/commit/2277b018ff697fb4bcd4bc79ee31b9ec893ca4f7))
24-
- add `findIndex` method to `array/complex64` ([e24406](https://github.com/stdlib-js/stdlib/commit/e2440664e1ef7f2cd1d993532d92fe83b7427c66))
25-
- add `lastIndexOf` method to `array/complex64` ([7e0b76](https://github.com/stdlib-js/stdlib/commit/7e0b762e2a9e9b781a65fe01bf9d216734c0217c))
26-
- add `indexOf` method to `array/complex64` ([707fed](https://github.com/stdlib-js/stdlib/commit/707fed5a2f8e9a67c3a8184c5ddc1846cdf3fb17))
27-
- add `some` method to `array/complex64` ([c0f06f](https://github.com/stdlib-js/stdlib/commit/c0f06f81d7226d73f1911e0b91dcac621589333e))
28-
- add `every` method to `array/complex64` ([927207](https://github.com/stdlib-js/stdlib/commit/9272073a2ec744a05d070c7e07f6f2cf8033c568))
29-
- add support for the typed array `at` method in `array/complex64` ([06f0f9](https://github.com/stdlib-js/stdlib/commit/06f0f91a5ed2c328ab09fa2813d8df2b0864555a))
30-
31-
### Bug Fixes
32-
33-
- ensure correct use of generics ([f2aab8](https://github.com/stdlib-js/stdlib/commit/f2aab8d64e9a2e347a7e566fcda7301b30b38d91))
34-
- add support for negative indices in method `indexOf` and `lastIndexOf` ([848730](https://github.com/stdlib-js/stdlib/commit/848730f6af734fd9649ac942e72aa7a60f99ec5a))
35-
- address typo in error message ([8b2937](https://github.com/stdlib-js/stdlib/commit/8b2937f503749017107432a0981ebbc30c05aeb0))
36-
37-
## 0.1.0 (2023-09-24)
38-
39-
### Features
40-
41-
- update minimum TypeScript version ([e29732](https://github.com/stdlib-js/stdlib/commit/
42-
e29732dee616e2d94e91f87f78afd8aceb806017))
43-
44-
### Bug Fixes
45-
46-
- update import paths for complex type defs ([32a282](https://github.com/stdlib-js/stdlib/commit/
47-
32a282799ffd272d2a0554e81755a14923564e51))
48-
49-
### BREAKING CHANGES
50-
51-
- update minimum TypeScript version to 4.1
52-
To migrate, users should upgrade their TypeScript version to at least version 4.1.
53-
54-
## 0.0.6 (2022-02-16)
55-
56-
## 0.0.5 (2021-08-22)
57-
58-
## 0.0.4 (2021-07-07)
59-
60-
## 0.0.3 (2021-06-27)
61-
62-
## 0.0.2 (2021-06-16)
63-
64-
## 0.0.1 (2021-06-15)
5+
See [GitHub Releases](https://github.com/stdlib-js/array-complex64/releases) for the changelog.

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,14 @@ npm install @stdlib/array-complex64
5555

5656
Alternatively,
5757

58-
- 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].
59-
- If you are using Deno, visit the [`deno` branch][deno-url].
60-
- For use in Observable, or in browser/node environments, use the [Universal Module Definition (UMD)][umd] build available on the [`umd` branch][umd-url].
58+
- 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]).
59+
- If you are using Deno, visit the [`deno`][deno-url] branch (see [README][deno-readme] for usage intructions).
60+
- 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]).
6161

6262
The [branches.md][branches-url] file summarizes the available branches and displays a diagram illustrating their relationships.
6363

64+
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.
65+
6466
</section>
6567

6668
<section class="usage">
@@ -2334,8 +2336,11 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
23342336
[es-module]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules
23352337

23362338
[deno-url]: https://github.com/stdlib-js/array-complex64/tree/deno
2339+
[deno-readme]: https://github.com/stdlib-js/array-complex64/blob/deno/README.md
23372340
[umd-url]: https://github.com/stdlib-js/array-complex64/tree/umd
2341+
[umd-readme]: https://github.com/stdlib-js/array-complex64/blob/umd/README.md
23382342
[esm-url]: https://github.com/stdlib-js/array-complex64/tree/esm
2343+
[esm-readme]: https://github.com/stdlib-js/array-complex64/blob/esm/README.md
23392344
[branches-url]: https://github.com/stdlib-js/array-complex64/blob/main/branches.md
23402345

23412346
[stdlib-license]: https://raw.githubusercontent.com/stdlib-js/array-complex64/main/LICENSE

branches.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ This repository has the following branches:
2424

2525
- **main**: default branch generated from the [stdlib project][stdlib-url], where all development takes place.
2626
- **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).
27-
- **esm**: [ES Module][esm-url] branch for use via a `script` tag without the need for installation and bundlers.
28-
- **deno**: [Deno][deno-url] branch for use in Deno.
29-
- **umd**: [UMD][umd-url] branch for use in Observable, or in dual browser/Node.js environments.
27+
- **esm**: [ES Module][esm-url] branch for use via a `script` tag without the need for installation and bundlers (see [README][esm-readme]).
28+
- **deno**: [Deno][deno-url] branch for use in Deno (see [README][deno-readme]).
29+
- **umd**: [UMD][umd-url] branch for use in Observable, or in dual browser/Node.js environments (see [README][umd-readme]).
3030

3131
The following diagram illustrates the relationships among the above branches:
3232

@@ -49,5 +49,8 @@ C -->|bundle| F[umd];
4949
[stdlib-url]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/complex64
5050
[production-url]: https://github.com/stdlib-js/array-complex64/tree/production
5151
[deno-url]: https://github.com/stdlib-js/array-complex64/tree/deno
52+
[deno-readme]: https://github.com/stdlib-js/array-complex64/blob/deno/README.md
5253
[umd-url]: https://github.com/stdlib-js/array-complex64/tree/umd
53-
[esm-url]: https://github.com/stdlib-js/array-complex64/tree/esm
54+
[umd-readme]: https://github.com/stdlib-js/array-complex64/blob/umd/README.md
55+
[esm-url]: https://github.com/stdlib-js/array-complex64/tree/esm
56+
[esm-readme]: https://github.com/stdlib-js/array-complex64/blob/esm/README.md

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
},
3939
"dependencies": {
4040
"@stdlib/array-base-accessor-getter": "^0.1.0",
41-
"@stdlib/array-base-assert-is-complex128array": "github:stdlib-js/array-base-assert-is-complex128array#main",
42-
"@stdlib/array-base-assert-is-complex64array": "github:stdlib-js/array-base-assert-is-complex64array#main",
41+
"@stdlib/array-base-assert-is-complex128array": "^0.1.0",
42+
"@stdlib/array-base-assert-is-complex64array": "^0.1.0",
4343
"@stdlib/array-base-getter": "^0.1.0",
4444
"@stdlib/array-float32": "^0.1.1",
4545
"@stdlib/assert-has-iterator-symbol-support": "^0.1.1",

0 commit comments

Comments
 (0)