Skip to content

Commit 11cb6ea

Browse files
committed
Auto-generated commit
1 parent cca03f9 commit 11cb6ea

File tree

2 files changed

+146
-6
lines changed

2 files changed

+146
-6
lines changed

.github/.keepalive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-08-01T02:18:35.020Z
1+
2024-08-03T17:15:06.756Z

CHANGELOG.md

Lines changed: 145 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2024-08-01)
7+
## Unreleased (2024-08-03)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15-
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
15+
- [`2777e4b`](https://github.com/stdlib-js/stdlib/commit/2777e4be161869d09406e3b17947d24c64b47af2) - **bench:** resolve lint errors in benchmarks _(by Athan Reines)_
1616

1717
</details>
1818

@@ -40,7 +40,64 @@ A total of 1 person contributed to this release. Thank you to this contributor:
4040

4141
## 0.3.0 (2024-07-27)
4242

43-
No changes reported for this release.
43+
<section class="features">
44+
45+
### Features
46+
47+
- [`0a88c6c`](https://github.com/stdlib-js/stdlib/commit/0a88c6c47ff0075c010624031572a3b1f05c2d2d) - add support for specifying integer size
48+
49+
</section>
50+
51+
<!-- /.features -->
52+
53+
<section class="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+
<section class="commits">
64+
65+
### Commits
66+
67+
<details>
68+
69+
- [`8d4c46b`](https://github.com/stdlib-js/stdlib/commit/8d4c46b10ca912401e0ff0caa37a17cd3c443c2f) - **refactor:** update paths _(by Athan Reines)_
70+
- [`18b3c79`](https://github.com/stdlib-js/stdlib/commit/18b3c79c5035c7082618b7379cd6576e64393a96) - **refactor:** update paths _(by Athan Reines)_
71+
- [`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)_
73+
- [`6226f32`](https://github.com/stdlib-js/stdlib/commit/6226f32ba8be2b8d880353194c510e629760b53f) - **docs:** update signatures _(by Athan Reines)_
74+
- [`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)_
77+
- [`3bdd856`](https://github.com/stdlib-js/stdlib/commit/3bdd85623fc89c57ef9261e7cc6fb4e1611a2789) - **docs:** fix description _(by Athan Reines)_
78+
- [`0dc4409`](https://github.com/stdlib-js/stdlib/commit/0dc4409a111ac1bd680080ea0dfd941399503ba1) - **docs:** remove comments _(by Athan Reines)_
79+
- [`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+
<section class="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 -->
44101

45102
</section>
46103

@@ -60,7 +117,40 @@ No changes reported for this release.
60117

61118
## 0.2.0 (2024-02-14)
62119

63-
No changes reported for this release.
120+
<section class="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)_
128+
- [`4ec2cd0`](https://github.com/stdlib-js/stdlib/commit/4ec2cd0d22446eac8818845f4a816d2d4a1bfde2) - **docs:** update copy _(by Athan Reines)_
129+
- [`cbee5b7`](https://github.com/stdlib-js/stdlib/commit/cbee5b72476134d157d3b7f93c73ce13b99a932f) - **build:** add and update wasm configurations _(by Athan Reines)_
130+
- [`5a36be3`](https://github.com/stdlib-js/stdlib/commit/5a36be3f681bf65914abdc58bbc3142533cb2328) - **style:** resolve lint errors _(by Athan Reines)_
131+
- [`0dc0e61`](https://github.com/stdlib-js/stdlib/commit/0dc0e61a6759632872dc01485879e803e1c3038f) - **build:** add configuration object _(by Athan Reines)_
132+
- [`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+
<section class="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 -->
64154

65155
</section>
66156

@@ -70,7 +160,57 @@ No changes reported for this release.
70160

71161
## 0.1.0 (2023-09-24)
72162

73-
No changes reported for this release.
163+
<section class="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+
<section class="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+
<section class="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)_
194+
- [`9d552f8`](https://github.com/stdlib-js/stdlib/commit/9d552f8ee1087df295267fd3ddc2e5a04526ed6a) - **docs:** standardize parameter description and update docs _(by Athan Reines)_
195+
196+
</details>
197+
198+
</section>
199+
200+
<!-- /.commits -->
201+
202+
<section class="contributors">
203+
204+
### Contributors
205+
206+
A total of 2 people contributed to this release. Thank you to the following contributors:
207+
208+
- Athan Reines
209+
- Philipp Burckhardt
210+
211+
</section>
212+
213+
<!-- /.contributors -->
74214

75215
</section>
76216

0 commit comments

Comments
 (0)