You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[`c417923`](https://github.com/stdlib-js/stdlib/commit/c4179233cb2de5ffaa8c59b3910e14de12414483) - add boolean dtype support in `array/dtypes`[(#2307)](https://github.com/stdlib-js/stdlib/pull/2307)
14
+
15
+
</section>
16
+
17
+
<!-- /.features -->
8
18
9
19
<sectionclass="commits">
10
20
11
21
### Commits
12
22
13
23
<details>
14
24
15
-
-[`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
-[`c417923`](https://github.com/stdlib-js/stdlib/commit/c4179233cb2de5ffaa8c59b3910e14de12414483) - **feat:** add boolean dtype support in `array/dtypes`[(#2307)](https://github.com/stdlib-js/stdlib/pull/2307)_(by Jaysukh Makvana, Athan Reines)_
16
27
17
28
</details>
18
29
@@ -24,9 +35,10 @@
24
35
25
36
### Contributors
26
37
27
-
A total of 1 person contributed to this release. Thank you to this contributor:
38
+
A total of 2 people contributed to this release. Thank you to the following contributors:
28
39
29
40
- Athan Reines
41
+
- Jaysukh Makvana
30
42
31
43
</section>
32
44
@@ -36,31 +48,60 @@ A total of 1 person contributed to this release. Thank you to this contributor:
36
48
37
49
<!-- /.release -->
38
50
39
-
<sectionclass="release"id="v0.3.0">
51
+
<sectionclass="release"id="v0.2.1">
40
52
41
-
## 0.3.0 (2024-07-28)
53
+
## 0.2.1 (2024-02-24)
42
54
43
55
No changes reported for this release.
44
56
45
57
</section>
46
58
47
59
<!-- /.release -->
48
60
49
-
<sectionclass="release"id="v0.2.1">
61
+
<sectionclass="release"id="v0.2.0">
50
62
51
-
## 0.2.1 (2024-02-24)
63
+
## 0.2.0 (2024-02-14)
52
64
53
-
No changes reported for this release.
65
+
<sectionclass="features">
66
+
67
+
### Features
68
+
69
+
-[`894eb44`](https://github.com/stdlib-js/stdlib/commit/894eb448a1720439bb19f246a53bd6a5a83f8b78) - add support for 'typed' data type kind
70
+
-[`8e2c3fe`](https://github.com/stdlib-js/stdlib/commit/8e2c3fe58faeb3d5001420b2d75b7d61d1305093) - add support for extending data type kind subsets with a \"generic\" data type
71
+
-[`a2c3eb0`](https://github.com/stdlib-js/stdlib/commit/a2c3eb01e5b7339764ed39e0affe669a5728ce42) - add support for returning data type subsets according to a kind argument
54
72
55
73
</section>
56
74
57
-
<!-- /.release-->
75
+
<!-- /.features-->
58
76
59
-
<sectionclass="release"id="v0.2.0">
77
+
<sectionclass="commits">
60
78
61
-
##0.2.0 (2024-02-14)
79
+
### Commits
62
80
63
-
No changes reported for this release.
81
+
<details>
82
+
83
+
-[`894eb44`](https://github.com/stdlib-js/stdlib/commit/894eb448a1720439bb19f246a53bd6a5a83f8b78) - **feat:** add support for 'typed' data type kind _(by Athan Reines)_
84
+
-[`8e2c3fe`](https://github.com/stdlib-js/stdlib/commit/8e2c3fe58faeb3d5001420b2d75b7d61d1305093) - **feat:** add support for extending data type kind subsets with a \"generic\" data type _(by Athan Reines)_
-[`a2c3eb0`](https://github.com/stdlib-js/stdlib/commit/a2c3eb01e5b7339764ed39e0affe669a5728ce42) - **feat:** add support for returning data type subsets according to a kind argument _(by Athan Reines)_
87
+
88
+
</details>
89
+
90
+
</section>
91
+
92
+
<!-- /.commits -->
93
+
94
+
<sectionclass="contributors">
95
+
96
+
### Contributors
97
+
98
+
A total of 1 person contributed to this release. Thank you to this contributor:
99
+
100
+
- Athan Reines
101
+
102
+
</section>
103
+
104
+
<!-- /.contributors -->
64
105
65
106
</section>
66
107
@@ -70,7 +111,54 @@ No changes reported for this release.
70
111
71
112
## 0.1.0 (2023-09-24)
72
113
73
-
No changes reported for this release.
114
+
<sectionclass="features">
115
+
116
+
### Features
117
+
118
+
-[`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - update minimum TypeScript version
119
+
120
+
</section>
121
+
122
+
<!-- /.features -->
123
+
124
+
<sectionclass="breaking-changes">
125
+
126
+
### BREAKING CHANGES
127
+
128
+
-[`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version
129
+
-[`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version to 4.1
130
+
131
+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
132
+
133
+
</section>
134
+
135
+
<!-- /.breaking-changes -->
136
+
137
+
<sectionclass="commits">
138
+
139
+
### Commits
140
+
141
+
<details>
142
+
143
+
-[`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
144
+
145
+
</details>
146
+
147
+
</section>
148
+
149
+
<!-- /.commits -->
150
+
151
+
<sectionclass="contributors">
152
+
153
+
### Contributors
154
+
155
+
A total of 1 person contributed to this release. Thank you to this contributor:
0 commit comments