Skip to content

Commit 40088d1

Browse files
committed
Auto-generated commit
1 parent a0cd399 commit 40088d1

File tree

5 files changed

+21
-115
lines changed

5 files changed

+21
-115
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-08-01T04:05:49.476Z

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ docs/**/node_modules/
101101
pids
102102
*.pid
103103
*.seed
104+
yarn.lock
105+
package-lock.json
104106

105107
# Typescript #
106108
##############

CHANGELOG.md

Lines changed: 14 additions & 111 deletions
Original file line numberDiff line numberDiff line change
@@ -2,47 +2,17 @@
22

33
> Package changelog.
44
5-
<section class="release" id="v0.2.2">
6-
7-
## 0.2.2 (2024-07-28)
8-
9-
<section class="bug-fixes">
10-
11-
### Bug Fixes
12-
13-
- [`bcf58bb`](https://github.com/stdlib-js/stdlib/commit/bcf58bbc808831edd9993072d47bb1bfdd9fb1a6) - resolve bugs in addon.c
14-
- [`de9ca6a`](https://github.com/stdlib-js/stdlib/commit/de9ca6a375bffa0683dde68a81da5922edd3d9c2) - update manifest.json
15-
16-
</section>
17-
18-
<!-- /.bug-fixes -->
19-
20-
<section class="issues">
21-
22-
### Closed Issues
5+
<section class="release" id="unreleased">
236

24-
This release closes the following issue:
25-
26-
[#1516](https://github.com/stdlib-js/stdlib/issues/1516)
27-
28-
</section>
29-
30-
<!-- /.issues -->
7+
## Unreleased (2024-08-01)
318

329
<section class="commits">
3310

3411
### Commits
3512

3613
<details>
3714

38-
- [`272ae7a`](https://github.com/stdlib-js/stdlib/commit/272ae7ac5c576c68cfab1b6e304c86407faa20cd) - **docs:** remove comment _(by Athan Reines)_
39-
- [`2777e4b`](https://github.com/stdlib-js/stdlib/commit/2777e4be161869d09406e3b17947d24c64b47af2) - **bench:** resolve lint errors in benchmarks _(by Athan Reines)_
40-
- [`d04dcbd`](https://github.com/stdlib-js/stdlib/commit/d04dcbd6dc3b0bf4a89bd3947d317fa5ff15bb38) - **docs:** remove private annotations in C comments _(by Philipp Burckhardt)_
41-
- [`ceb4943`](https://github.com/stdlib-js/stdlib/commit/ceb494351d42c2505e559a2c8aad9a120c76d0db) - **docs:** remove comments _(by Athan Reines)_
42-
- [`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)_
4616

4717
</details>
4818

@@ -54,11 +24,9 @@ This release closes the following issue:
5424

5525
### Contributors
5626

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:
5828

5929
- Athan Reines
60-
- Golden Kumar
61-
- Philipp Burckhardt
6230

6331
</section>
6432

@@ -68,46 +36,31 @@ A total of 3 people contributed to this release. Thank you to the following cont
6836

6937
<!-- /.release -->
7038

71-
<section class="release" id="v0.2.1">
39+
<section class="release" id="v0.2.2">
7240

73-
## 0.2.1 (2024-02-24)
41+
## 0.2.2 (2024-07-28)
7442

7543
No changes reported for this release.
7644

7745
</section>
7846

7947
<!-- /.release -->
8048

81-
<section class="release" id="v0.2.0">
82-
83-
## 0.2.0 (2024-02-14)
84-
85-
<section class="commits">
86-
87-
### Commits
88-
89-
<details>
49+
<section class="release" id="v0.2.1">
9050

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)
9352

94-
</details>
53+
No changes reported for this release.
9554

9655
</section>
9756

98-
<!-- /.commits -->
99-
100-
<section class="contributors">
101-
102-
### Contributors
103-
104-
A total of 1 person contributed to this release. Thank you to this contributor:
57+
<!-- /.release -->
10558

106-
- Philipp Burckhardt
59+
<section class="release" id="v0.2.0">
10760

108-
</section>
61+
## 0.2.0 (2024-02-14)
10962

110-
<!-- /.contributors -->
63+
No changes reported for this release.
11164

11265
</section>
11366

@@ -117,57 +70,7 @@ A total of 1 person contributed to this release. Thank you to this contributor:
11770

11871
## 0.1.0 (2023-09-24)
11972

120-
<section class="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-
<section class="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-
<section class="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-
<section class="contributors">
160-
161-
### Contributors
162-
163-
A total of 2 people contributed to this release. Thank you to the following contributors:
164-
165-
- Athan Reines
166-
- Philipp Burckhardt
167-
168-
</section>
169-
170-
<!-- /.contributors -->
73+
No changes reported for this release.
17174

17275
</section>
17376

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
260260
[npm-image]: http://img.shields.io/npm/v/@stdlib/blas-ext-base-scusum.svg
261261
[npm-url]: https://npmjs.org/package/@stdlib/blas-ext-base-scusum
262262

263-
[test-image]: https://github.com/stdlib-js/blas-ext-base-scusum/actions/workflows/test.yml/badge.svg?branch=v0.2.2
264-
[test-url]: https://github.com/stdlib-js/blas-ext-base-scusum/actions/workflows/test.yml?query=branch:v0.2.2
263+
[test-image]: https://github.com/stdlib-js/blas-ext-base-scusum/actions/workflows/test.yml/badge.svg?branch=main
264+
[test-url]: https://github.com/stdlib-js/blas-ext-base-scusum/actions/workflows/test.yml?query=branch:main
265265

266266
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/blas-ext-base-scusum/main.svg
267267
[coverage-url]: https://codecov.io/github/stdlib-js/blas-ext-base-scusum?branch=main

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"dependencies": {
4444
"@stdlib/assert-is-error": "^0.2.2",
45-
"@stdlib/blas-ext-base-scusumkbn": "^0.2.1",
45+
"@stdlib/blas-ext-base-scusumkbn": "^0.2.2",
4646
"@stdlib/napi-argv": "^0.2.2",
4747
"@stdlib/napi-argv-float": "^0.2.2",
4848
"@stdlib/napi-argv-int64": "^0.2.2",
@@ -57,7 +57,7 @@
5757
"@stdlib/array-float32": "^0.2.2",
5858
"@stdlib/assert-is-browser": "^0.2.2",
5959
"@stdlib/math-base-assert-is-nanf": "^0.2.2",
60-
"@stdlib/math-base-special-pow": "^0.2.1",
60+
"@stdlib/math-base-special-pow": "^0.3.0",
6161
"@stdlib/random-base-discrete-uniform": "^0.2.1",
6262
"@stdlib/random-base-uniform": "^0.2.1",
6363
"@stdlib/strided-base-min-view-buffer-index": "^0.2.2",

0 commit comments

Comments
 (0)