Skip to content

Commit 0ee746c

Browse files
committed
Auto-generated commit
1 parent 7f090bf commit 0ee746c

File tree

4 files changed

+154
-15
lines changed

4 files changed

+154
-15
lines changed

.github/.keepalive

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-08-01T05:54:00.809Z
1+
2024-09-01T06:20:51.891Z

CHANGELOG.md

+150-13
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
12+
13+
- [`4816901`](https://github.com/stdlib-js/stdlib/commit/481690174833259628032a259dbe7d26bbde807d) - add boolean dtype support to `array/typed` [(#2419)](https://github.com/stdlib-js/stdlib/pull/2419)
14+
15+
</section>
616

7-
## Unreleased (2024-08-01)
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+
- [`4816901`](https://github.com/stdlib-js/stdlib/commit/481690174833259628032a259dbe7d26bbde807d) - **feat:** add boolean dtype support to `array/typed` [(#2419)](https://github.com/stdlib-js/stdlib/pull/2419) _(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
5267

53-
No changes reported for this release.
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:
83+
84+
- Athan Reines
85+
- Philipp Burckhardt
86+
87+
</section>
88+
89+
<!-- /.contributors -->
5490

5591
</section>
5692

@@ -60,7 +96,62 @@ 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="features">
100+
101+
### Features
102+
103+
- [`e25b23b`](https://github.com/stdlib-js/stdlib/commit/e25b23b917ee6e387722db7192d22e4a70222da0) - rename type definitions for array and ndarray data types
104+
105+
</section>
106+
107+
<!-- /.features -->
108+
109+
<section class="breaking-changes">
110+
111+
### BREAKING CHANGES
112+
113+
- [`e25b23b`](https://github.com/stdlib-js/stdlib/commit/e25b23b917ee6e387722db7192d22e4a70222da0): rename type definitions for array and ndarray data types
114+
115+
- In order to migrate, users should update their implementations to
116+
use the latest naming conventions. The affected type definitions
117+
are aliases for individual data type strings, so their should be
118+
no behavioral changes.
119+
120+
</section>
121+
122+
<!-- /.breaking-changes -->
123+
124+
<section class="commits">
125+
126+
### Commits
127+
128+
<details>
129+
130+
- [`8e12207`](https://github.com/stdlib-js/stdlib/commit/8e12207cb9cc979986fe1c2ba0f96e8bae17487a) - **refactor:** query default dtype _(by Athan Reines)_
131+
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
132+
- [`e25b23b`](https://github.com/stdlib-js/stdlib/commit/e25b23b917ee6e387722db7192d22e4a70222da0) - **feat:** rename type definitions for array and ndarray data types _(by Athan Reines)_
133+
- [`739e562`](https://github.com/stdlib-js/stdlib/commit/739e5627234ca4ae9198f384063a4a3201c6c407) - **build:** replace tslint directive with eslint equivalent _(by Philipp Burckhardt)_
134+
- [`e3fc2d4`](https://github.com/stdlib-js/stdlib/commit/e3fc2d48bf55690a3ead6cc37eed3472f34561c0) - **docs:** update links _(by Athan Reines)_
135+
- [`df3c9b3`](https://github.com/stdlib-js/stdlib/commit/df3c9b368d8a3dd7dd38f8768deb53c2a780c055) - **build:** remove tslint directives _(by Philipp Burckhardt)_
136+
137+
</details>
138+
139+
</section>
140+
141+
<!-- /.commits -->
142+
143+
<section class="contributors">
144+
145+
### Contributors
146+
147+
A total of 2 people contributed to this release. Thank you to the following contributors:
148+
149+
- Athan Reines
150+
- Philipp Burckhardt
151+
152+
</section>
153+
154+
<!-- /.contributors -->
64155

65156
</section>
66157

@@ -70,7 +161,53 @@ No changes reported for this release.
70161

71162
## 0.1.0 (2023-09-24)
72163

73-
No changes reported for this release.
164+
<section class="features">
165+
166+
### Features
167+
168+
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - update minimum TypeScript version
169+
170+
</section>
171+
172+
<!-- /.features -->
173+
174+
<section class="breaking-changes">
175+
176+
### BREAKING CHANGES
177+
178+
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version to 4.1
179+
180+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
181+
182+
</section>
183+
184+
<!-- /.breaking-changes -->
185+
186+
<section class="commits">
187+
188+
### Commits
189+
190+
<details>
191+
192+
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
193+
194+
</details>
195+
196+
</section>
197+
198+
<!-- /.commits -->
199+
200+
<section class="contributors">
201+
202+
### Contributors
203+
204+
A total of 1 person contributed to this release. Thank you to this contributor:
205+
206+
- Philipp Burckhardt
207+
208+
</section>
209+
210+
<!-- /.contributors -->
74211

75212
</section>
76213

CONTRIBUTORS

+2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Marcus Fantham <[email protected]>
4646
Matt Cochrane <[email protected]>
4747
Mihir Pandit <[email protected]>
4848
Milan Raj <[email protected]>
49+
Mohammad Kaif <[email protected]>
4950
Momtchil Momtchev <[email protected]>
5051
Muhammad Haris <[email protected]>
5152
Naresh Jagadeesan <[email protected]>
@@ -70,6 +71,7 @@ Roman Stetsyk <[email protected]>
7071
7172
Ryan Seal <[email protected]>
7273
Sai Srikar Dumpeti <[email protected]>
74+
SarthakPaandey <[email protected]>
7375
Seyyed Parsa Neshaei <[email protected]>
7476
Shashank Shekhar Singh <[email protected]>
7577

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@stdlib/strided-base-reinterpret-complex128": "^0.2.2",
4545
"@stdlib/strided-base-reinterpret-complex64": "^0.2.1",
4646
"@stdlib/string-format": "^0.2.2",
47-
"@stdlib/types": "^0.3.2",
47+
"@stdlib/types": "^0.4.1",
4848
"@stdlib/error-tools-fmtprodmsg": "^0.2.2"
4949
},
5050
"devDependencies": {

0 commit comments

Comments
 (0)