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
-[`d04dcbd`](https://github.com/stdlib-js/stdlib/commit/d04dcbd6dc3b0bf4a89bd3947d317fa5ff15bb38) - **docs:** remove private annotations in C comments _(by Philipp Burckhardt)_
-[`bcf58bb`](https://github.com/stdlib-js/stdlib/commit/bcf58bbc808831edd9993072d47bb1bfdd9fb1a6) - **fix:** resolve bugs in addon.c _(by Philipp Burckhardt)_
43
-
-[`b3051ee`](https://github.com/stdlib-js/stdlib/commit/b3051eece13a0ef20b0ff0df0c95e0c0ef3ace48) - **test:** fix number of elements _(by Philipp Burckhardt)_
44
-
-[`de9ca6a`](https://github.com/stdlib-js/stdlib/commit/de9ca6a375bffa0683dde68a81da5922edd3d9c2) - **fix:** update manifest.json _(by Philipp Burckhardt)_
45
-
-[`5ca58c5`](https://github.com/stdlib-js/stdlib/commit/5ca58c52062ee83fc9f29167a7a25c85970ea1fe) - **refactor:** update `blas/ext/base/scusum` to follow current project conventions [(#1864)](https://github.com/stdlib-js/stdlib/pull/1864)_(by Golden Kumar, Athan Reines)_
15
+
-[`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
46
16
47
17
</details>
48
18
@@ -54,11 +24,9 @@ This release closes the following issue:
54
24
55
25
### Contributors
56
26
57
-
A total of 3 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:
58
28
59
29
- Athan Reines
60
-
- Golden Kumar
61
-
- Philipp Burckhardt
62
30
63
31
</section>
64
32
@@ -68,46 +36,31 @@ A total of 3 people contributed to this release. Thank you to the following cont
68
36
69
37
<!-- /.release -->
70
38
71
-
<sectionclass="release"id="v0.2.1">
39
+
<sectionclass="release"id="v0.2.2">
72
40
73
-
## 0.2.1 (2024-02-24)
41
+
## 0.2.2 (2024-07-28)
74
42
75
43
No changes reported for this release.
76
44
77
45
</section>
78
46
79
47
<!-- /.release -->
80
48
81
-
<sectionclass="release"id="v0.2.0">
82
-
83
-
## 0.2.0 (2024-02-14)
84
-
85
-
<sectionclass="commits">
86
-
87
-
### Commits
88
-
89
-
<details>
49
+
<sectionclass="release"id="v0.2.1">
90
50
91
-
-[`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
92
-
-[`ac78ce0`](https://github.com/stdlib-js/stdlib/commit/ac78ce0b1ec7b3178eb955d4eeb7d3a3753a3561) - **build:** remove tslint directives _(by Philipp Burckhardt)_
51
+
## 0.2.1 (2024-02-24)
93
52
94
-
</details>
53
+
No changes reported for this release.
95
54
96
55
</section>
97
56
98
-
<!-- /.commits -->
99
-
100
-
<sectionclass="contributors">
101
-
102
-
### Contributors
103
-
104
-
A total of 1 person contributed to this release. Thank you to this contributor:
57
+
<!-- /.release -->
105
58
106
-
- Philipp Burckhardt
59
+
<sectionclass="release"id="v0.2.0">
107
60
108
-
</section>
61
+
## 0.2.0 (2024-02-14)
109
62
110
-
<!-- /.contributors -->
63
+
No changes reported for this release.
111
64
112
65
</section>
113
66
@@ -117,57 +70,7 @@ A total of 1 person contributed to this release. Thank you to this contributor:
117
70
118
71
## 0.1.0 (2023-09-24)
119
72
120
-
<sectionclass="features">
121
-
122
-
### Features
123
-
124
-
-[`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a) - update minimum TypeScript version
125
-
126
-
</section>
127
-
128
-
<!-- /.features -->
129
-
130
-
<sectionclass="breaking-changes">
131
-
132
-
### BREAKING CHANGES
133
-
134
-
-[`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a): update minimum TypeScript version
135
-
-[`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a): update minimum TypeScript version to 4.1
136
-
137
-
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
138
-
139
-
</section>
140
-
141
-
<!-- /.breaking-changes -->
142
-
143
-
<sectionclass="commits">
144
-
145
-
### Commits
146
-
147
-
<details>
148
-
149
-
-[`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
150
-
-[`4d943eb`](https://github.com/stdlib-js/stdlib/commit/4d943eb98ed10314432bbfa5a3af3634ea19b969) - **docs:** resolve C lint errors _(by Athan Reines)_
151
-
-[`28e1c84`](https://github.com/stdlib-js/stdlib/commit/28e1c84390d88044883c9ef940a12f38d66ea3ef) - **docs:** resolve C lint errors _(by Athan Reines)_
152
-
153
-
</details>
154
-
155
-
</section>
156
-
157
-
<!-- /.commits -->
158
-
159
-
<sectionclass="contributors">
160
-
161
-
### Contributors
162
-
163
-
A total of 2 people contributed to this release. Thank you to the following contributors:
0 commit comments