8000 Auto-generated commit · stdlib-js/array-empty@42f476a · GitHub
[go: up one dir, main page]

Skip to content

Commit 42f476a

Browse files
committed
Auto-generated commit
1 parent 1389a34 commit 42f476a

File tree

4 files changed

+172
-16
lines changed

4 files changed

+172
-16
lines changed

.github/.keepalive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-08-01T06:04:20.853Z
1+
2024-09-01T06:32:09.708Z

CHANGELOG.md

Lines changed: 168 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,27 @@
22

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

7-
## Unreleased (2024-08-01)
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 -->
818

919
<section class="commits">
1020

1121
### Commits
1222

1323
<details>
1424

15-
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
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)_
1626

1727
</details>
1828

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

2535
### Contributors
2636

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

2939
- Athan Reines
40+
- Jaysukh Makvana
3041

3142
</section>
3243

@@ -36,21 +47,46 @@ A total of 1 person contributed to this release. Thank you to this contributor:
3647

3748
<!-- /.release -->
3849

39-
<section class="release" id="v0.3.0">
50+
<section class="release" id="v0.2.1">
4051

41-
## 0.3.0 (2024-07-29)
52+
## 0.2.1 (2024-02-25)
4253

43-
No changes reported for this release.
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)
4459

4560
</section>
4661

47-
<!-- /.release -->
62+
<!-- /.features -->
4863

49-
<section class="release" id="v0.2.1">
64+
<section class="commits">
5065

51-
## 0.2.1 (2024-02-25)
66+
### Commits
67+
68+
<details>
69+
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>
73+
74+
</section>
75+
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:
5283

53-
No changes reported for this release.
84+
- Athan Reines
85+
- Philipp Burckhardt
86+
87+
</section>
88+
89+
<!-- /.contributors -->
5490

5591
</section>
5692

@@ -60,7 +96,32 @@ No changes reported for this release.
6096

6197
## 0.2.0 (2024-02-14)
6298

63-
No changes reported for this release.
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 -->
64125

65126
</section>
66127

@@ -70,7 +131,53 @@ No changes reported for this release.
70131

71132
## 0.1.0 (2023-09-24)
72133

73-
No changes reported for this release.
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 to 4.1
149+
150+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
151+
152+
</section>
153+
154+
<!-- /.breaking-changes -->
155+
156+
<section class="commits">
157+
158+
### Commits
159+
160+
<details>
161+
162+
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
163+
164+
</details>
165+
166+
</section>
167+
168+
<!-- /.commits -->
169+
170+
<section class="contributors">
171+
172+
### Contributors
173+
174+
A total of 1 person contributed to this release. Thank you to this contributor:
175+
176+
- Philipp Burckhardt
177+
178+
</section>
179+
180+
<!-- /.contributors -->
74181

75182
</section>
76183

@@ -80,7 +187,54 @@ No changes reported for this release.
80187

81188
## 0.0.1 (2023-07-31)
82189

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

85239
</section>
86240

CONTRIBUTORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Marcus Fantham <mfantham@users.noreply.github.com>
4646
Matt Cochrane <matthew.cochrane.eng@gmail.com>
4747
Mihir Pandit <129577900+MSP20086@users.noreply.github.com>
4848
Milan Raj <rajsite@users.noreply.github.com>
49+
Mohammad Kaif <98884589+Kaif987@users.noreply.github.com>
4950
Momtchil Momtchev <momtchil@momtchev.com>
5051
Muhammad Haris <harriskhan047@outlook.com>
5152
Naresh Jagadeesan <naresh.naresh000@gmail.com>
@@ -70,6 +71,7 @@ Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com>
7071
Rutam <138517416+performant23@users.noreply.github.com>
7172
Ryan Seal <splrk@users.noreply.github.com>
7273
Sai Srikar Dumpeti <80447788+the-r3aper7@users.noreply.github.com>
74+
SarthakPaandey <145528240+SarthakPaandey@users.noreply.github.com>
7375
Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
7476
Shashank Shekhar Singh <shashankshekharsingh1205@gmail.com>
7577
Shivam <11shivam00@gmail.com>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@stdlib/buffer-alloc-unsafe": "^0.2.2",
4848
"@stdlib/ndarray-base-bytes-per-element": "^0.2.2",
4949
"@stdlib/string-format": "^0.2.2",
50-
"@stdlib/types": "^0.3.2",
50+
"@stdlib/types": "^0.4.1",
5151
"@stdlib/error-tools-fmtprodmsg": "^0.2.2"
5252
},
5353
"devDependencies": {

0 commit comments

Comments
 (0)
0