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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+98-14Lines changed: 98 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,27 @@
2
2
3
3
> Package changelog.
4
4
5
-
<sectionclass="release"id="unreleased">
5
+
<sectionclass="release"id="v0.3.0">
6
+
7
+
## 0.3.0 (2024-07-29)
6
8
7
-
## Unreleased (2024-08-01)
9
+
<sectionclass="features">
10
+
11
+
### Features
12
+
13
+
-[`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 -->
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)_
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)_
16
26
17
27
</details>
18
28
@@ -24,9 +34,10 @@
24
34
25
35
### Contributors
26
36
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:
28
38
29
39
- Athan Reines
40
+
- Jaysukh Makvana
30
41
31
42
</section>
32
43
@@ -36,31 +47,58 @@ A total of 1 person contributed to this release. Thank you to this contributor:
36
47
37
48
<!-- /.release -->
38
49
39
-
<sectionclass="release"id="v0.3.0">
50
+
<sectionclass="release"id="v0.2.1">
40
51
41
-
## 0.3.0 (2024-07-29)
52
+
## 0.2.1 (2024-02-25)
42
53
43
54
No changes reported for this release.
44
55
45
56
</section>
46
57
47
58
<!-- /.release -->
48
59
49
-
<sectionclass="release"id="v0.2.1">
60
+
<sectionclass="release"id="v0.2.0">
50
61
51
-
## 0.2.1 (2024-02-25)
62
+
## 0.2.0 (2024-02-14)
52
63
53
-
No changes reported for this release.
64
+
<sectionclass="bug-fixes">
65
+
66
+
### Bug Fixes
67
+
68
+
-[`def989d`](https://github.com/stdlib-js/stdlib/commit/def989d20c35d4cb0834e91324177abc8f522626) - resolve type declaration typo by removing stray lint directive
54
69
55
70
</section>
56
71
57
-
<!-- /.release-->
72
+
<!-- /.bug-fixes-->
58
73
59
-
<sectionclass="release"id="v0.2.0">
74
+
<sectionclass="commits">
60
75
61
-
##0.2.0 (2024-02-14)
76
+
### Commits
62
77
63
-
No changes reported for this release.
78
+
<details>
79
+
80
+
-[`def989d`](https://github.com/stdlib-js/stdlib/commit/def989d20c35d4cb0834e91324177abc8f522626) - **fix:** resolve type declaration typo by removing stray lint directive _(by Philipp Burckhardt)_
-[`bf2cf8b`](https://github.com/stdlib-js/stdlib/commit/bf2cf8b0424e608a4e3abb6d18a8b44d790aa99c) - **build:** remove tslint directives _(by Philipp Burckhardt)_
83
+
84
+
</details>
85
+
86
+
</section>
87
+
88
+
<!-- /.commits -->
89
+
90
+
<sectionclass="contributors">
91
+
92
+
### Contributors
93
+
94
+
A total of 2 people contributed to this release. Thank you to the following contributors:
95
+
96
+
- Athan Reines
97
+
- Philipp Burckhardt
98
+
99
+
</section>
100
+
101
+
<!-- /.contributors -->
64
102
65
103
</section>
66
104
@@ -70,7 +108,53 @@ No changes reported for this release.
70
108
71
109
## 0.1.0 (2023-09-24)
72
110
73
-
No changes reported for this release.
111
+
<sectionclass="features">
112
+
113
+
### Features
114
+
115
+
-[`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0) - update minimum TypeScript version
116
+
117
+
</section>
118
+
119
+
<!-- /.features -->
120
+
121
+
<sectionclass="breaking-changes">
122
+
123
+
### BREAKING CHANGES
124
+
125
+
-[`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0): update minimum TypeScript version to 4.1
126
+
127
+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
128
+
129
+
</section>
130
+
131
+
<!-- /.breaking-changes -->
132
+
133
+
<sectionclass="commits">
134
+
135
+
### Commits
136
+
137
+
<details>
138
+
139
+
-[`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
140
+
141
+
</details>
142
+
143
+
</section>
144
+
145
+
<!-- /.commits -->
146
+
147
+
<sectionclass="contributors">
148
+
149
+
### Contributors
150
+
151
+
A total of 1 person contributed to this release. Thank you to this contributor:
0 commit comments