Skip to content

Commit 1389a34

Browse files
committed
Auto-generated commit
1 parent 68cb5e3 commit 1389a34

File tree

4 files changed

+22
-176
lines changed

4 files changed

+22
-176
lines changed

Diff for: .github/.keepalive

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

Diff for: CHANGELOG.md

+14-169
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,17 @@
22

33
> Package changelog.
44
5-
<section class="release" id="v0.3.0">
6-
7-
## 0.3.0 (2024-07-29)
8-
9-
<section class="features">
10-
11-
### Features
5+
<section class="release" id="unreleased">
126

13-
- [`d4815b6`](https://github.com/stdlib-js/stdlib/commit/d4815b6becd6231209dfdf39808a0014bcf24b84) - add boolean dtype support to `array/empty` [(#2459)](https://github.com/stdlib-js/stdlib/pull/2459)
14-
15-
</section>
16-
17-
<!-- /.features -->
7+
## Unreleased (2024-08-01)
188

199
<section class="commits">
2010

2111
### Commits
2212

2313
<details>
2414

25-
- [`d4815b6`](https://github.com/stdlib-js/stdlib/commit/d4815b6becd6231209dfdf39808a0014bcf24b84) - **feat:** add boolean dtype support to `array/empty` [(#2459)](https://github.com/stdlib-js/stdlib/pull/2459) _(by Jaysukh Makvana, Athan Reines)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
2616

2717
</details>
2818

@@ -34,10 +24,9 @@
3424

3525
### Contributors
3626

37-
A total of 2 people contributed to this release. Thank you to the following contributors:
27+
A total of 1 person contributed to this release. Thank you to this contributor:
3828

3929
- Athan Reines
40-
- Jaysukh Makvana
4130

4231
</section>
4332

@@ -47,46 +36,21 @@ A total of 2 people contributed to this release. Thank you to the following cont
4736

4837
<!-- /.release -->
4938

50-
<section class="release" id="v0.2.1">
51-
52-
## 0.2.1 (2024-02-25)
53-
54-
<section class="features">
55-
56-
### Features
57-
58-
- [`819d2e4`](https://github.com/stdlib-js/stdlib/commit/819d2e407146d4dcc17f8bab53b591b3d573f8a1) - add data type maps and replace use of overloads [(#1317)](https://github.com/stdlib-js/stdlib/pull/1317)
59-
60-
</section>
61-
62-
<!-- /.features -->
63-
64-
<section class="commits">
65-
66-
### Commits
39+
<section class="release" id="v0.3.0">
6740

68-
<details>
41+
## 0.3.0 (2024-07-29)
6942

70-
- [`819d2e4`](https://github.com/stdlib-js/stdlib/commit/819d2e407146d4dcc17f8bab53b591b3d573f8a1) - **feat:** add data type maps and replace use of overloads [(#1317)](https://github.com/stdlib-js/stdlib/pull/1317) _(by Philipp Burckhardt, Athan Reines)_
71-
72-
</details>
43+
No changes reported for this release.
7344

7445
</section>
7546

76-
<!-- /.commits -->
77-
78-
<section class="contributors">
79-
80-
### Contributors
81-
82-
A total of 2 people contributed to this release. Thank you to the following contributors:
47+
<!-- /.release -->
8348

84-
- Athan Reines
85-
- Philipp Burckhardt
49+
<section class="release" id="v0.2.1">
8650

87-
</section>
51+
## 0.2.1 (2024-02-25)
8852

89-
<!-- /.contributors -->
53+
No changes reported for this release.
9054

9155
</section>
9256

@@ -96,32 +60,7 @@ A total of 2 people contributed to this release. Thank you to the following cont
9660

9761
## 0.2.0 (2024-02-14)
9862

99-
<section class="commits">
100-
101-
### Commits
102-
103-
<details>
104-
105-
- [`08c7ef3`](https://github.com/stdlib-js/stdlib/commit/08c7ef333d7eabd7c3f48db578f6eac3c839789f) - **refactor:** query default dtype _(by Athan Reines)_
106-
- [`e3fc2d4`](https://github.com/stdlib-js/stdlib/commit/e3fc2d48bf55690a3ead6cc37eed3472f34561c0) - **docs:** update links _(by Athan Reines)_
107-
108-
</details>
109-
110-
</section>
111-
112-
<!-- /.commits -->
113-
114-
<section class="contributors">
115-
116-
### Contributors
117-
118-
A total of 1 person contributed to this release. Thank you to this contributor:
119-
120-
- Athan Reines
121-
122-
</section>
123-
124-
<!-- /.contributors -->
63+
No changes reported for this release.
12564

12665
</section>
12766

@@ -131,54 +70,7 @@ A total of 1 person contributed to this release. Thank you to this contributor:
13170

13271
## 0.1.0 (2023-09-24)
13372

134-
<section class="features">
135-
136-
### Features
137-
138-
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - update minimum TypeScript version
139-
140-
</section>
141-
142-
<!-- /.features -->
143-
144-
<section class="breaking-changes">
145-
146-
### BREAKING CHANGES
147-
148-
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version
149-
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version to 4.1
150-
151-
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
152-
153-
</section>
154-
155-
<!-- /.breaking-changes -->
156-
157-
<section class="commits">
158-
159-
### Commits
160-
161-
<details>
162-
163-
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
164-
165-
</details>
166-
167-
</section>
168-
169-
<!-- /.commits -->
170-
171-
<section class="contributors">
172-
173-
### Contributors
174-
175-
A total of 1 person contributed to this release. Thank you to this contributor:
176-
177-
- Philipp Burckhardt
178-
179-
</section>
180-
181-
<!-- /.contributors -->
73+
No changes reported for this release.
18274

18375
</section>
18476

@@ -188,54 +80,7 @@ A total of 1 person contributed to this release. Thank you to this contributor:
18880

18981
## 0.0.1 (2023-07-31)
19082

191-
<section class="features">
192-
193-
### Features
194-
195-
- [`c72a4c6`](https://github.com/stdlib-js/stdlib/commit/c72a4c6976a3527f239ccaf450e8df8379549f9a) - add `array/empty` [(#983)](https://github.com/stdlib-js/stdlib/pull/983)
196-
197-
</section>
198-
199-
<!-- /.features -->
200-
201-
<section class="issues">
202-
203-
### Closed Issues
204-
205-
This release closes the following issue:
206-
207-
[#982](https://github.com/stdlib-js/stdlib/issues/982)
208-
209-
</section>
210-
211-
<!-- /.issues -->
212-
213-
<section class="commits">
214-
215-
### Commits
216-
217-
<details>
218-
219-
- [`c72a4c6`](https://github.com/stdlib-js/stdlib/commit/c72a4c6976a3527f239ccaf450e8df8379549f9a) - **feat:** add `array/empty` [(#983)](https://github.com/stdlib-js/stdlib/pull/983) _(by Stephannie Jiménez Gacha, Athan Reines)_
220-
221-
</details>
222-
223-
</section>
224-
225-
<!-- /.commits -->
226-
227-
<section class="contributors">
228-
229-
### Contributors
230-
231-
A total of 2 people contributed to this release. Thank you to the following contributors:
232-
233-
- Athan Reines
234-
- Stephannie Jiménez Gacha
235-
236-
</section>
237-
238-
<!-- /.contributors -->
83+
No changes reported for this release.
23984

24085
</section>
24186

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
200200
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-empty.svg
201201
[npm-url]: https://npmjs.org/package/@stdlib/array-empty
202202

203-
[test-image]: https://github.com/stdlib-js/array-empty/actions/workflows/test.yml/badge.svg?branch=v0.3.0
204-
[test-url]: https://github.com/stdlib-js/array-empty/actions/workflows/test.yml?query=branch:v0.3.0
203+
[test-image]: https://github.com/stdlib-js/array-empty/actions/workflows/test.yml/badge.svg?branch=main
204+
[test-url]: https://github.com/stdlib-js/array-empty/actions/workflows/test.yml?query=branch:main
205205

206206
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-empty/main.svg
207207
[coverage-url]: https://codecov.io/github/stdlib-js/array-empty?branch=main

Diff for: package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"dependencies": {
4141
"@stdlib/array-base-zeros": "^0.2.2",
4242
"@stdlib/array-defaults": "^0.3.0",
43-
"@stdlib/array-typed-ctors": "^0.2.1",
44-
"@stdlib/array-zeros": "^0.2.1",
43+
"@stdlib/array-typed-ctors": "^0.3.0",
44+
"@stdlib/array-zeros": "^0.2.2",
4545
"@stdlib/assert-is-nonnegative-integer": "^0.2.2",
4646
"@stdlib/assert-is-uint8array": "^0.2.2",
4747
"@stdlib/buffer-alloc-unsafe": "^0.2.2",
@@ -51,9 +51,9 @@
5151
"@stdlib/error-tools-fmtprodmsg": "^0.2.2"
5252
},
5353
"devDependencies": {
54-
"@stdlib/array-bool": "^0.0.1",
55-
"@stdlib/array-complex128": "^0.2.1",
56-
"@stdlib/array-complex64": "^0.2.1",
54+
"@stdlib/array-bool": "^0.1.0",
55+
"@stdlib/array-complex128": "^0.3.0",
56+
"@stdlib/array-complex64": "^0.3.0",
5757
"@stdlib/array-dtypes": "^0.3.0",
5858
"@stdlib/array-float32": "^0.2.2",
5959
"@stdlib/array-float64": "^0.2.2",

0 commit comments

Comments
 (0)