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
-[`71cf5a0`](https://github.com/stdlib-js/stdlib/commit/71cf5a05a13d12aed627d332147642adc4694ab9) - add boolean dtype support to `ndarray/empty*` and `ndarray/base/empty*` packages [(#2588)](https://github.com/stdlib-js/stdlib/pull/2588)
14
-
15
-
</section>
16
-
17
-
<!-- /.features -->
7
+
## Unreleased (2024-08-01)
18
8
19
9
<sectionclass="commits">
20
10
21
11
### Commits
22
12
23
13
<details>
24
14
25
-
-[`71cf5a0`](https://github.com/stdlib-js/stdlib/commit/71cf5a05a13d12aed627d332147642adc4694ab9) - **feat:**add boolean dtype support to `ndarray/empty*` and `ndarray/base/empty*` packages [(#2588)](https://github.com/stdlib-js/stdlib/pull/2588)_(by Jaysukh Makvana, Athan Reines)_
15
+
-[`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:**remove blank line _(by Athan Reines)_
26
16
27
17
</details>
28
18
@@ -34,10 +24,9 @@
34
24
35
25
### Contributors
36
26
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:
38
28
39
29
- Athan Reines
40
-
- Jaysukh Makvana
41
30
42
31
</section>
43
32
@@ -47,70 +36,31 @@ A total of 2 people contributed to this release. Thank you to the following cont
47
36
48
37
<!-- /.release -->
49
38
50
-
<sectionclass="release"id="v0.2.1">
39
+
<sectionclass="release"id="v0.3.0">
51
40
52
-
## 0.2.1 (2024-02-25)
41
+
## 0.3.0 (2024-07-29)
53
42
54
43
No changes reported for this release.
55
44
56
45
</section>
57
46
58
47
<!-- /.release -->
59
48
60
-
<sectionclass="release"id="v0.2.0">
61
-
62
-
## 0.2.0 (2024-02-15)
63
-
64
-
<sectionclass="features">
65
-
66
-
### Features
67
-
68
-
-[`cc475bc`](https://github.com/stdlib-js/stdlib/commit/cc475bc4eb69351b15b231bf42257744e25635cd) - document support for `normalize` index mode
-[`cc475bc`](https://github.com/stdlib-js/stdlib/commit/cc475bc4eb69351b15b231bf42257744e25635cd) - **feat:** document support for `normalize` index mode _(by Athan Reines)_
A total of 2 people contributed to this release. Thank you to the following contributors:
57
+
<!-- /.release -->
107
58
108
-
- Athan Reines
109
-
- Philipp Burckhardt
59
+
<sectionclass="release"id="v0.2.0">
110
60
111
-
</section>
61
+
## 0.2.0 (2024-02-15)
112
62
113
-
<!-- /.contributors -->
63
+
No changes reported for this release.
114
64
115
65
</section>
116
66
@@ -120,59 +70,7 @@ A total of 2 people contributed to this release. Thank you to the following cont
120
70
121
71
## 0.1.0 (2023-09-24)
122
72
123
-
<sectionclass="features">
124
-
125
-
### Features
126
-
127
-
-[`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0) - update minimum TypeScript version
128
-
-[`78cb6e3`](https://github.com/stdlib-js/stdlib/commit/78cb6e35c41caff418a7dde7759a311dd35bb407) - add support for additional ndarray constructor options
129
-
130
-
</section>
131
-
132
-
<!-- /.features -->
133
-
134
-
<sectionclass="breaking-changes">
135
-
136
-
### BREAKING CHANGES
137
-
138
-
-[`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0): update minimum TypeScript version
139
-
-[`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0): update minimum TypeScript version to 4.1
140
-
141
-
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
142
-
143
-
</section>
144
-
145
-
<!-- /.breaking-changes -->
146
-
147
-
<sectionclass="commits">
148
-
149
-
### Commits
150
-
151
-
<details>
152
-
153
-
-[`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
154
-
-[`568f63f`](https://github.com/stdlib-js/stdlib/commit/568f63f8c107f330a9ee9f6754b01d97d9642c8a) - **refactor:** use ndarray defaults _(by Athan Reines)_
0 commit comments