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
+14-90Lines changed: 14 additions & 90 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,27 +2,17 @@
2
2
3
3
> Package changelog.
4
4
5
-
<sectionclass="release"id="v0.3.0">
6
-
7
-
## 0.3.0 (2024-07-29)
8
-
9
-
<sectionclass="features">
10
-
11
-
### Features
5
+
<sectionclass="release"id="unreleased">
12
6
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 -->
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,49 +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-14)
63
-
64
-
<sectionclass="commits">
65
-
66
-
### Commits
67
-
68
-
<details>
49
+
<sectionclass="release"id="v0.2.1">
69
50
70
-
-[`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
-[`d5e5b40`](https://github.com/stdlib-js/stdlib/commit/d5e5b40c2af6d821edafb3e4827c7e61b6e704e9) - **test:** add test case to ensure full test coverage _(by Athan Reines)_
73
-
-[`11d1d5d`](https://github.com/stdlib-js/stdlib/commit/11d1d5d61ac0b89f10982bfd44566d4f7fd03408) - **refactor:** use accessor utilities _(by Athan Reines)_
51
+
## 0.2.1 (2024-02-25)
74
52
75
-
</details>
53
+
No changes reported for this release.
76
54
77
55
</section>
78
56
79
-
<!-- /.commits -->
80
-
81
-
<sectionclass="contributors">
82
-
83
-
### Contributors
84
-
85
-
A total of 2 people contributed to this release. Thank you to the following contributors:
57
+
<!-- /.release -->
86
58
87
-
- Athan Reines
88
-
- Philipp Burckhardt
59
+
<sectionclass="release"id="v0.2.0">
89
60
90
-
</section>
61
+
## 0.2.0 (2024-02-14)
91
62
92
-
<!-- /.contributors -->
63
+
No changes reported for this release.
93
64
94
65
</section>
95
66
@@ -99,54 +70,7 @@ A total of 2 people contributed to this release. Thank you to the following cont
99
70
100
71
## 0.1.0 (2023-09-24)
101
72
102
-
<sectionclass="features">
103
-
104
-
### Features
105
-
106
-
-[`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0) - update minimum TypeScript version
107
-
108
-
</section>
109
-
110
-
<!-- /.features -->
111
-
112
-
<sectionclass="breaking-changes">
113
-
114
-
### BREAKING CHANGES
115
-
116
-
-[`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0): update minimum TypeScript version
117
-
-[`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0): update minimum TypeScript version to 4.1
118
-
119
-
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
120
-
121
-
</section>
122
-
123
-
<!-- /.breaking-changes -->
124
-
125
-
<sectionclass="commits">
126
-
127
-
### Commits
128
-
129
-
<details>
130
-
131
-
-[`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
132
-
133
-
</details>
134
-
135
-
</section>
136
-
137
-
<!-- /.commits -->
138
-
139
-
<sectionclass="contributors">
140
-
141
-
### Contributors
142
-
143
-
A total of 1 person contributed to this release. Thank you to this contributor:
0 commit comments