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)_
72
+
-[`75d4f83`](https://github.com/stdlib-js/stdlib/commit/75d4f83cb85610d23a04dc21a03f8075f6d3665f) - **refactor:** update require and include paths _(by Athan Reines)_
-[`4c6fd6f`](https://github.com/stdlib-js/stdlib/commit/4c6fd6fefe78a1b63247a9e5b72532e80f96711e) - **refactor:** support building with API suffix _(by Athan Reines)_
75
+
-[`5c514c7`](https://github.com/stdlib-js/stdlib/commit/5c514c7ad5828bc5047594ff001d11334f8f5670) - **fix:** specify integer type to match CBLAS _(by Athan Reines)_
76
+
-[`59d773a`](https://github.com/stdlib-js/stdlib/commit/59d773a0f9bb4e680b6cc659cb0cbe36f588641e) - **docs:** fix parameter type _(by Athan Reines)_
-[`0a88c6c`](https://github.com/stdlib-js/stdlib/commit/0a88c6c47ff0075c010624031572a3b1f05c2d2d) - **feat:** add support for specifying integer size _(by Athan Reines)_
80
+
-[`99b4a63`](https://github.com/stdlib-js/stdlib/commit/99b4a630fe8ae4142a1c0cfeee3b735f43424b50) - **build:** add separate configurations for benchmarks and examples _(by Athan Reines)_
81
+
-[`0244027`](https://github.com/stdlib-js/stdlib/commit/0244027e1e2c0ceb1cd8ae1808196c24fa77b142) - **chore:** add missing trailing newlines _(by Philipp Burckhardt)_
82
+
83
+
</details>
84
+
85
+
</section>
86
+
87
+
<!-- /.commits -->
88
+
89
+
<sectionclass="contributors">
90
+
91
+
### Contributors
92
+
93
+
A total of 2 people contributed to this release. Thank you to the following contributors:
94
+
95
+
- Athan Reines
96
+
- Philipp Burckhardt
97
+
98
+
</section>
99
+
100
+
<!-- /.contributors -->
44
101
45
102
</section>
46
103
@@ -60,7 +117,40 @@ No changes reported for this release.
60
117
61
118
## 0.2.0 (2024-02-14)
62
119
63
-
No changes reported for this release.
120
+
<sectionclass="commits">
121
+
122
+
### Commits
123
+
124
+
<details>
125
+
126
+
-[`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
127
+
-[`efc6522`](https://github.com/stdlib-js/stdlib/commit/efc65220a39e226839fd507b59190d6402bebe61) - **bench:** update benchmarks to use random/array utilities _(by Athan Reines)_
-[`4369332`](https://github.com/stdlib-js/stdlib/commit/4369332ef262f6a6820344a45fe44d5f6e944cb3) - **docs:** remove use of `floor`_(by Athan Reines)_
133
+
-[`3c82fe7`](https://github.com/stdlib-js/stdlib/commit/3c82fe7b6c0f9fd6ef02c86d6e2024d708ac8c14) - **refactor:** update implementation in accordance with current project conventions _(by Athan Reines)_
134
+
-[`df3c9b3`](https://github.com/stdlib-js/stdlib/commit/df3c9b368d8a3dd7dd38f8768deb53c2a780c055) - **build:** remove tslint directives _(by Philipp Burckhardt)_
135
+
136
+
</details>
137
+
138
+
</section>
139
+
140
+
<!-- /.commits -->
141
+
142
+
<sectionclass="contributors">
143
+
144
+
### Contributors
145
+
146
+
A total of 2 people contributed to this release. Thank you to the following contributors:
147
+
148
+
- Athan Reines
149
+
- Philipp Burckhardt
150
+
151
+
</section>
152
+
153
+
<!-- /.contributors -->
64
154
65
155
</section>
66
156
@@ -70,7 +160,57 @@ No changes reported for this release.
70
160
71
161
## 0.1.0 (2023-09-24)
72
162
73
-
No changes reported for this release.
163
+
<sectionclass="features">
164
+
165
+
### Features
166
+
167
+
-[`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a) - update minimum TypeScript version
168
+
169
+
</section>
170
+
171
+
<!-- /.features -->
172
+
173
+
<sectionclass="breaking-changes">
174
+
175
+
### BREAKING CHANGES
176
+
177
+
-[`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a): update minimum TypeScript version
178
+
-[`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a): update minimum TypeScript version to 4.1
179
+
180
+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
181
+
182
+
</section>
183
+
184
+
<!-- /.breaking-changes -->
185
+
186
+
<sectionclass="commits">
187
+
188
+
### Commits
189
+
190
+
<details>
191
+
192
+
-[`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
193
+
-[`28e1c84`](https://github.com/stdlib-js/stdlib/commit/28e1c84390d88044883c9ef940a12f38d66ea3ef) - **docs:** resolve C lint errors _(by Athan Reines)_
0 commit comments