Skip to content

Commit 3a95afa

Browse files
committed
Auto-generated commit
1 parent eade6ba commit 3a95afa

File tree

3 files changed

+6
-101
lines changed

3 files changed

+6
-101
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-07-01T01:54:14.687Z

CHANGELOG.md

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

7-
## Unreleased (2024-06-09)
8-
9-
<section class="features">
10-
11-
### Features
12-
13-
- [`757ce66`](https://github.com/stdlib-js/stdlib/commit/757ce6615c60248091852ec6b9362647a5ec1e5d) - add support for specifying integer size
14-
15-
</section>
16-
17-
<!-- /.features -->
18-
19-
<section class="bug-fixes">
20-
21-
### Bug Fixes
22-
23-
- [`5c514c7`](https://github.com/stdlib-js/stdlib/commit/5c514c7ad5828bc5047594ff001d11334f8f5670) - specify integer type to match CBLAS
24-
25-
</section>
26-
27-
<!-- /.bug-fixes -->
28-
29-
<section class="commits">
30-
31-
### Commits
32-
33-
<details>
34-
35-
- [`aea56c1`](https://github.com/stdlib-js/stdlib/commit/aea56c1678b74530f651680c18ba28ff0f90f2d9) - **docs:** fix signature _(by Athan Reines)_
36-
- [`6226f32`](https://github.com/stdlib-js/stdlib/commit/6226f32ba8be2b8d880353194c510e629760b53f) - **docs:** update signatures _(by Athan Reines)_
37-
- [`c313ca8`](https://github.com/stdlib-js/stdlib/commit/c313ca8741ba1255d64a47382ce4dfac3227643b) - **refactor:** support building with API suffix _(by Athan Reines)_
38-
- [`5c514c7`](https://github.com/stdlib-js/stdlib/commit/5c514c7ad5828bc5047594ff001d11334f8f5670) - **fix:** specify integer type to match CBLAS _(by Athan Reines)_
39-
- [`757ce66`](https://github.com/stdlib-js/stdlib/commit/757ce6615c60248091852ec6b9362647a5ec1e5d) - **feat:** add support for specifying integer size _(by Athan Reines)_
40-
- [`38464b7`](https://github.com/stdlib-js/stdlib/commit/38464b74545be9702eda7bae820c40b56e7e7256) - **docs:** remove comments _(by Athan Reines)_
41-
- [`f1576ec`](https://github.com/stdlib-js/stdlib/commit/f1576ec5ade09cd8cd034dc0db8c9f5c7d70e3eb) - **docs:** remove comments _(by Athan Reines)_
42-
- [`c8aa78f`](https://github.com/stdlib-js/stdlib/commit/c8aa78f1fa9d895516d81301049556be008d06c0) - **build:** add separate configurations for benchmarks and examples _(by Athan Reines)_
43-
- [`0244027`](https://github.com/stdlib-js/stdlib/commit/0244027e1e2c0ceb1cd8ae1808196c24fa77b142) - **chore:** add missing trailing newlines _(by Philipp Burckhardt)_
44-
45-
</details>
46-
47-
</section>
48-
49-
<!-- /.commits -->
50-
51-
<section class="contributors">
52-
53-
### Contributors
54-
55-
A total of 2 people contributed to this release. Thank you to the following contributors:
56-
57-
- Athan Reines
58-
- Philipp Burckhardt
59-
60-
</section>
61-
62-
<!-- /.contributors -->
63-
64-
</section>
65-
66-
<!-- /.release -->
67-
68-
<section class="release" id="v0.2.1">
69-
70-
## 0.2.1 (2024-02-22)
71-
72-
<section class="features">
73-
74-
### Features
75-
76-
- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a) - update minimum TypeScript version
77-
78-
</section>
79-
80-
<!-- /.features -->
81-
82-
<section class="breaking-changes">
83-
84-
### BREAKING CHANGES
85-
86-
- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a): update minimum TypeScript version
87-
- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a): update minimum TypeScript version to 4.1
88-
89-
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
90-
91-
</section>
92-
93-
<!-- /.breaking-changes -->
7+
## Unreleased (2024-07-01)
948

959
<section class="commits">
9610

9711
### Commits
9812

9913
<details>
10014

101-
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
102-
- [`004b244`](https://github.com/stdlib-js/stdlib/commit/004b24478b4af2a51f2e568fe2c1efd8cb5ef59d) - **docs:** update examples to use random/array utilities _(by Athan Reines)_
103-
- [`efc6522`](https://github.com/stdlib-js/stdlib/commit/efc65220a39e226839fd507b59190d6402bebe61) - **bench:** update benchmarks to use random/array utilities _(by Athan Reines)_
104-
- [`4ec2cd0`](https://github.com/stdlib-js/stdlib/commit/4ec2cd0d22446eac8818845f4a816d2d4a1bfde2) - **docs:** update copy _(by Athan Reines)_
105-
- [`cbee5b7`](https://github.com/stdlib-js/stdlib/commit/cbee5b72476134d157d3b7f93c73ce13b99a932f) - **build:** add and update wasm configurations _(by Athan Reines)_
106-
- [`5a36be3`](https://github.com/stdlib-js/stdlib/commit/5a36be3f681bf65914abdc58bbc3142533cb2328) - **style:** resolve lint errors _(by Athan Reines)_
107-
- [`ca64b6b`](https://github.com/stdlib-js/stdlib/commit/ca64b6b7d222aa49d4a715ad2a744dffe78be6a0) - **refactor:** update implementation according to current project conventions _(by Athan Reines)_
108-
- [`df3c9b3`](https://github.com/stdlib-js/stdlib/commit/df3c9b368d8a3dd7dd38f8768deb53c2a780c055) - **build:** remove tslint directives _(by Philipp Burckhardt)_
109-
- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
110-
- [`28e1c84`](https://github.com/stdlib-js/stdlib/commit/28e1c84390d88044883c9ef940a12f38d66ea3ef) - **docs:** resolve C lint errors _(by Athan Reines)_
111-
- [`9d552f8`](https://github.com/stdlib-js/stdlib/commit/9d552f8ee1087df295267fd3ddc2e5a04526ed6a) - **docs:** standardize parameter description and update docs _(by Athan Reines)_
15+
- [`a591e05`](https://github.com/stdlib-js/stdlib/commit/a591e052cf1b1515c267781b914c6a482e150425) - **test:** fix test configuration _(by Athan Reines)_
11216

11317
</details>
11418

@@ -120,10 +24,9 @@ A total of 2 people contributed to this release. Thank you to the following cont
12024

12125
### Contributors
12226

123-
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:
12428

12529
- Athan Reines
126-
- Philipp Burckhardt
12730

12831
</section>
12932

CONTRIBUTORS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ Pushpendra Chandravanshi <pushpendrachandravanshi4@gmail.com>
6363
Raunak Kumar Gupta <raunakmodanwal321@gmail.com>
6464
Rejoan Sardar <119718513+Rejoan-Sardar@users.noreply.github.com>
6565
Ricky Reusser <rsreusser@gmail.com>
66+
Ridam Garg <67867319+RidamGarg@users.noreply.github.com>
6667
Robert Gislason <gztown2216@yahoo.com>
6768
Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com>
6869
Rutam <138517416+performant23@users.noreply.github.com>
@@ -75,7 +76,7 @@ Shraddheya Shendre <shendreshraddheya@gmail.com>
7576
Shubh Mehta <93862397+Shubh942@users.noreply.github.com>
7677
Shubham Mishra <shubh622005@gmail.com>
7778
Sivam Das <100067002+Sivam2313@users.noreply.github.com>
78-
Snehil Shah <130062020+Snehil-Shah@users.noreply.github.com>
79+
Snehil Shah <snehilshah.989@gmail.com>
7980
Soumajit Chatterjee <121816890+soumajit23@users.noreply.github.com>
8081
Spandan Barve <contact@marsian.dev>
8182
Stephannie Jiménez Gacha <steff456@hotmail.com>

0 commit comments

Comments
 (0)