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
-[`2777e4b`](https://github.com/stdlib-js/stdlib/commit/2777e4be161869d09406e3b17947d24c64b47af2) - **bench:**resolve lint errors in benchmarks_(by Athan Reines)_
16
16
17
17
</details>
18
18
@@ -40,7 +40,61 @@ A total of 1 person contributed to this release. Thank you to this contributor:
40
40
41
41
## 0.3.0 (2024-07-27)
42
42
43
-
No changes reported for this release.
43
+
<sectionclass="features">
44
+
45
+
### Features
46
+
47
+
-[`757ce66`](https://github.com/stdlib-js/stdlib/commit/757ce6615c60248091852ec6b9362647a5ec1e5d) - add support for specifying integer size
48
+
49
+
</section>
50
+
51
+
<!-- /.features -->
52
+
53
+
<sectionclass="bug-fixes">
54
+
55
+
### Bug Fixes
56
+
57
+
-[`5c514c7`](https://github.com/stdlib-js/stdlib/commit/5c514c7ad5828bc5047594ff001d11334f8f5670) - specify integer type to match CBLAS
58
+
59
+
</section>
60
+
61
+
<!-- /.bug-fixes -->
62
+
63
+
<sectionclass="commits">
64
+
65
+
### Commits
66
+
67
+
<details>
68
+
69
+
-[`d04dcbd`](https://github.com/stdlib-js/stdlib/commit/d04dcbd6dc3b0bf4a89bd3947d317fa5ff15bb38) - **docs:** remove private annotations in C comments _(by Philipp Burckhardt)_
-[`c313ca8`](https://github.com/stdlib-js/stdlib/commit/c313ca8741ba1255d64a47382ce4dfac3227643b) - **refactor:** support building with API suffix _(by Athan Reines)_
73
+
-[`5c514c7`](https://github.com/stdlib-js/stdlib/commit/5c514c7ad5828bc5047594ff001d11334f8f5670) - **fix:** specify integer type to match CBLAS _(by Athan Reines)_
74
+
-[`757ce66`](https://github.com/stdlib-js/stdlib/commit/757ce6615c60248091852ec6b9362647a5ec1e5d) - **feat:** add support for specifying integer size _(by Athan Reines)_
-[`c8aa78f`](https://github.com/stdlib-js/stdlib/commit/c8aa78f1fa9d895516d81301049556be008d06c0) - **build:** add separate configurations for benchmarks and examples _(by Athan Reines)_
78
+
-[`0244027`](https://github.com/stdlib-js/stdlib/commit/0244027e1e2c0ceb1cd8ae1808196c24fa77b142) - **chore:** add missing trailing newlines _(by Philipp Burckhardt)_
79
+
80
+
</details>
81
+
82
+
</section>
83
+
84
+
<!-- /.commits -->
85
+
86
+
<sectionclass="contributors">
87
+
88
+
### Contributors
89
+
90
+
A total of 2 people contributed to this release. Thank you to the following contributors:
91
+
92
+
- Athan Reines
93
+
- Philipp Burckhardt
94
+
95
+
</section>
96
+
97
+
<!-- /.contributors -->
44
98
45
99
</section>
46
100
@@ -60,7 +114,39 @@ No changes reported for this release.
60
114
61
115
## 0.2.0 (2024-02-14)
62
116
63
-
No changes reported for this release.
117
+
<sectionclass="commits">
118
+
119
+
### Commits
120
+
121
+
<details>
122
+
123
+
-[`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
124
+
-[`004b244`](https://github.com/stdlib-js/stdlib/commit/004b24478b4af2a51f2e568fe2c1efd8cb5ef59d) - **docs:** update examples to use random/array utilities _(by Athan Reines)_
125
+
-[`efc6522`](https://github.com/stdlib-js/stdlib/commit/efc65220a39e226839fd507b59190d6402bebe61) - **bench:** update benchmarks to use random/array utilities _(by Athan Reines)_
-[`ca64b6b`](https://github.com/stdlib-js/stdlib/commit/ca64b6b7d222aa49d4a715ad2a744dffe78be6a0) - **refactor:** update implementation according to current project conventions _(by Athan Reines)_
130
+
-[`df3c9b3`](https://github.com/stdlib-js/stdlib/commit/df3c9b368d8a3dd7dd38f8768deb53c2a780c055) - **build:** remove tslint directives _(by Philipp Burckhardt)_
131
+
132
+
</details>
133
+
134
+
</section>
135
+
136
+
<!-- /.commits -->
137
+
138
+
<sectionclass="contributors">
139
+
140
+
### Contributors
141
+
142
+
A total of 2 people contributed to this release. Thank you to the following contributors:
143
+
144
+
- Athan Reines
145
+
- Philipp Burckhardt
146
+
147
+
</section>
148
+
149
+
<!-- /.contributors -->
64
150
65
151
</section>
66
152
@@ -80,7 +166,57 @@ No changes reported for this release.
80
166
81
167
## 0.1.0 (2023-09-23)
82
168
83
-
No changes reported for this release.
169
+
<sectionclass="features">
170
+
171
+
### Features
172
+
173
+
-[`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a) - update minimum TypeScript version
174
+
175
+
</section>
176
+
177
+
<!-- /.features -->
178
+
179
+
<sectionclass="breaking-changes">
180
+
181
+
### BREAKING CHANGES
182
+
183
+
-[`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a): update minimum TypeScript version
184
+
-[`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a): update minimum TypeScript version to 4.1
185
+
186
+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
187
+
188
+
</section>
189
+
190
+
<!-- /.breaking-changes -->
191
+
192
+
<sectionclass="commits">
193
+
194
+
### Commits
195
+
196
+
<details>
197
+
198
+
-[`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
199
+
-[`28e1c84`](https://github.com/stdlib-js/stdlib/commit/28e1c84390d88044883c9ef940a12f38d66ea3ef) - **docs:** resolve C lint errors _(by Athan Reines)_
0 commit comments