Skip to content

Commit a1c2693

Browse files
committed
Auto-generated commit
1 parent 35816ad commit a1c2693

File tree

4 files changed

+21
-121
lines changed

4 files changed

+21
-121
lines changed

.github/.keepalive

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-08-01T06:12:20.787Z

CHANGELOG.md

+13-114
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,17 @@
22

33
> Package changelog.
44
5-
<section class="release" id="v0.2.2">
6-
7-
## 0.2.2 (2024-07-29)
5+
<section class="release" id="unreleased">
86

9-
<section class="bug-fixes">
10-
11-
### Bug Fixes
12-
13-
- [`cf3f92e`](https://github.com/stdlib-js/stdlib/commit/cf3f92eddd20ec1a4106c8a34f7d7705a9a99dbc) - update include paths
14-
15-
</section>
16-
17-
<!-- /.bug-fixes -->
7+
## Unreleased (2024-08-01)
188

199
<section class="commits">
2010

2111
### Commits
2212

2313
<details>
2414

25-
- [`2777e4b`](https://github.com/stdlib-js/stdlib/commit/2777e4be161869d09406e3b17947d24c64b47af2) - **bench:** resolve lint errors in benchmarks _(by Athan Reines)_
26-
- [`8d4c46b`](https://github.com/stdlib-js/stdlib/commit/8d4c46b10ca912401e0ff0caa37a17cd3c443c2f) - **refactor:** update paths _(by Athan Reines)_
27-
- [`18b3c79`](https://github.com/stdlib-js/stdlib/commit/18b3c79c5035c7082618b7379cd6576e64393a96) - **refactor:** update paths _(by Athan Reines)_
28-
- [`cf3f92e`](https://github.com/stdlib-js/stdlib/commit/cf3f92eddd20ec1a4106c8a34f7d7705a9a99dbc) - **fix:** update include paths _(by Athan Reines)_
29-
- [`75d4f83`](https://github.com/stdlib-js/stdlib/commit/75d4f83cb85610d23a04dc21a03f8075f6d3665f) - **refactor:** update require and include paths _(by Athan Reines)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
3016

3117
</details>
3218

@@ -50,56 +36,31 @@ A total of 1 person contributed to this release. Thank you to this contributor:
5036

5137
<!-- /.release -->
5238

53-
<section class="release" id="v0.2.1">
39+
<section class="release" id="v0.2.2">
5440

55-
## 0.2.1 (2024-02-25)
41+
## 0.2.2 (2024-07-29)
5642

5743
No changes reported for this release.
5844

5945
</section>
6046

6147
<!-- /.release -->
6248

63-
<section class="release" id="v0.2.0">
64-
65-
## 0.2.0 (2024-02-15)
66-
67-
<section class="features">
68-
69-
### Features
70-
71-
- [`5c9d067`](https://github.com/stdlib-js/stdlib/commit/5c9d067cfaf35e20ff0dde4943f9e75a9ceb6037) - add tests and update docs for `normalize` index mode support
72-
73-
</section>
74-
75-
<!-- /.features -->
76-
77-
<section class="commits">
78-
79-
### Commits
80-
81-
<details>
49+
<section class="release" id="v0.2.1">
8250

83-
- [`5c9d067`](https://github.com/stdlib-js/stdlib/commit/5c9d067cfaf35e20ff0dde4943f9e75a9ceb6037) - **feat:** add tests and update docs for `normalize` index mode support _(by Athan Reines)_
84-
- [`6b34523`](https://github.com/stdlib-js/stdlib/commit/6b3452322174342479d6c8b3277c3efee65d4cc0) - **docs:** update links _(by Athan Reines)_
51+
## 0.2.1 (2024-02-25)
8552

86-
</details>
53+
No changes reported for this release.
8754

8855
</section>
8956

90-
<!-- /.commits -->
91-
92-
<section class="contributors">
93-
94-
### Contributors
95-
96-
A total of 1 person contributed to this release. Thank you to this contributor:
57+
<!-- /.release -->
9758

98-
- Athan Reines
59+
<section class="release" id="v0.2.0">
9960

100-
</section>
61+
## 0.2.0 (2024-02-15)
10162

102-
<!-- /.contributors -->
63+
No changes reported for this release.
10364

10465
</section>
10566

@@ -109,69 +70,7 @@ A total of 1 person contributed to this release. Thank you to this contributor:
10970

11071
## 0.1.0 (2023-09-24)
11172

112-
<section class="features">
113-
114-
### Features
115-
116-
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0) - update minimum TypeScript version
117-
118-
</section>
119-
120-
<!-- /.features -->
121-
122-
<section class="bug-fixes">
123-
124-
### Bug Fixes
125-
126-
- [`fb65dfe`](https://github.com/stdlib-js/stdlib/commit/fb65dfe5b36b35ad8b3747df6ddb693a5b62d171) - use `Collection`, rather than `ArrayLike`
127-
128-
</section>
129-
130-
<!-- /.bug-fixes -->
131-
132-
<section class="breaking-changes">
133-
134-
### BREAKING CHANGES
135-
136-
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0): update minimum TypeScript version
137-
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0): update minimum TypeScript version to 4.1
138-
139-
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
140-
141-
</section>
142-
143-
<!-- /.breaking-changes -->
144-
145-
<section class="commits">
146-
147-
### Commits
148-
149-
<details>
150-
151-
- [`fb65dfe`](https://github.com/stdlib-js/stdlib/commit/fb65dfe5b36b35ad8b3747df6ddb693a5b62d171) - **fix:** use `Collection`, rather than `ArrayLike` _(by Athan Reines)_
152-
- [`6039604`](https://github.com/stdlib-js/stdlib/commit/60396048a2220ecc9ebd2d29b9fb4e4b69dfe4ab) - **bench:** refactor benchmarks by splitting across multiple files _(by Athan Reines)_
153-
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
154-
- [`28e1c84`](https://github.com/stdlib-js/stdlib/commit/28e1c84390d88044883c9ef940a12f38d66ea3ef) - **docs:** resolve C lint errors _(by Athan Reines)_
155-
- [`223c329`](https://github.com/stdlib-js/stdlib/commit/223c329d01984ab016fe228c95353709cc6961b2) - **refactor:** use ndarray defaults _(by Athan Reines)_
156-
157-
</details>
158-
159-
</section>
160-
161-
<!-- /.commits -->
162-
163-
<section class="contributors">
164-
165-
### Contributors
166-
167-
A total of 2 people contributed to this release. Thank you to the following contributors:
168-
169-
- Athan Reines
170-
- Philipp Burckhardt
171-
172-
</section>
173-
174-
<!-- /.contributors -->
73+
No changes reported for this release.
17574

17675
</section>
17776

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3619,8 +3619,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
36193619
[npm-image]: http://img.shields.io/npm/v/@stdlib/ndarray-ctor.svg
36203620
[npm-url]: https://npmjs.org/package/@stdlib/ndarray-ctor
36213621

3622-
[test-image]: https://github.com/stdlib-js/ndarray-ctor/actions/workflows/test.yml/badge.svg?branch=v0.2.2
3623-
[test-url]: https://github.com/stdlib-js/ndarray-ctor/actions/workflows/test.yml?query=branch:v0.2.2
3622+
[test-image]: https://github.com/stdlib-js/ndarray-ctor/actions/workflows/test.yml/badge.svg?branch=main
3623+
[test-url]: https://github.com/stdlib-js/ndarray-ctor/actions/workflows/test.yml?query=branch:main
36243624

36253625
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/ndarray-ctor/main.svg
36263626
[coverage-url]: https://codecov.io/github/stdlib-js/ndarray-ctor?branch=main

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@
5252
"@stdlib/complex-float32-ctor": "^0.0.2",
5353
"@stdlib/complex-float64-ctor": "^0.0.3",
5454
"@stdlib/ndarray-base-assert-is-buffer-length-compatible": "^0.1.2",
55-
"@stdlib/ndarray-base-assert-is-data-type": "^0.2.1",
56-
"@stdlib/ndarray-base-assert-is-index-mode": "^0.2.1",
55+
"@stdlib/ndarray-base-assert-is-data-type": "^0.2.2",
56+
"@stdlib/ndarray-base-assert-is-index-mode": "^0.2.2",
5757
"@stdlib/ndarray-base-assert-is-order": "^0.2.2",
5858
"@stdlib/ndarray-base-bytes-per-element": "^0.2.2",
5959
"@stdlib/ndarray-base-ctor": "^0.2.2",
6060
"@stdlib/ndarray-base-dtype-char": "^0.2.2",
61-
"@stdlib/ndarray-base-ind": "^0.2.1",
61+
"@stdlib/ndarray-base-ind": "^0.2.2",
6262
"@stdlib/ndarray-base-iteration-order": "^0.2.2",
6363
"@stdlib/ndarray-base-minmax-view-buffer-index": "^0.2.2",
6464
"@stdlib/ndarray-base-numel": "^0.2.2",
@@ -75,8 +75,8 @@
7575
"@stdlib/error-tools-fmtprodmsg": "^0.2.2"
7676
},
7777
"devDependencies": {
78-
"@stdlib/array-complex128": "^0.2.1",
79-
"@stdlib/array-complex64": "^0.2.1",
78+
"@stdlib/array-complex128": "^0.3.0",
79+
"@stdlib/array-complex64": "^0.3.0",
8080
"@stdlib/array-float32": "^0.2.2",
8181
"@stdlib/array-float64": "^0.2.2",
8282
"@stdlib/assert-has-property": "^0.2.2",

0 commit comments

Comments
 (0)