Skip to content

Commit 87429eb

Browse files
committed
Auto-generated commit
1 parent 5466e73 commit 87429eb

File tree

5 files changed

+21
-90
lines changed

5 files changed

+21
-90
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:10.798Z

.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 & 86 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,17 @@
22

33
> Package changelog.
44
5-
<section class="release" id="v0.2.2">
5+
<section class="release" id="unreleased">
66

7-
## 0.2.2 (2024-07-28)
7+
## Unreleased (2024-08-01)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15-
- [`272ae7a`](https://github.com/stdlib-js/stdlib/commit/272ae7ac5c576c68cfab1b6e304c86407faa20cd) - **docs:** remove comment _(by Athan Reines)_
16-
- [`2777e4b`](https://github.com/stdlib-js/stdlib/commit/2777e4be161869d09406e3b17947d24c64b47af2) - **bench:** resolve lint errors in benchmarks _(by Athan Reines)_
17-
- [`d04dcbd`](https://github.com/stdlib-js/stdlib/commit/d04dcbd6dc3b0bf4a89bd3947d317fa5ff15bb38) - **docs:** remove private annotations in C comments _(by Philipp Burckhardt)_
18-
- [`ceb4943`](https://github.com/stdlib-js/stdlib/commit/ceb494351d42c2505e559a2c8aad9a120c76d0db) - **docs:** remove comments _(by Athan Reines)_
19-
- [`8d66a07`](https://github.com/stdlib-js/stdlib/commit/8d66a07b8e4058e8459f45180281653c5622ca40) - **refactor:** update `blas/ext/base/ssum` to follow current project conventions _(by Raunak Kumar Gupta, Pranav Goswami, Philipp Burckhardt)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
2016

2117
</details>
2218

@@ -28,12 +24,9 @@
2824

2925
### Contributors
3026

31-
A total of 4 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:
3228

3329
- Athan Reines
34-
- Philipp Burckhardt
35-
- Pranav Goswami
36-
- Raunak Kumar Gupta
3730

3831
</section>
3932

@@ -43,46 +36,31 @@ A total of 4 people contributed to this release. Thank you to the following cont
4336

4437
<!-- /.release -->
4538

46-
<section class="release" id="v0.2.1">
39+
<section class="release" id="v0.2.2">
4740

48-
## 0.2.1 (2024-02-24)
41+
## 0.2.2 (2024-07-28)
4942

5043
No changes reported for this release.
5144

5245
</section>
5346

5447
<!-- /.release -->
5548

56-
<section class="release" id="v0.2.0">
57-
58-
## 0.2.0 (2024-02-14)
59-
60-
<section class="commits">
61-
62-
### Commits
63-
64-
<details>
49+
<section class="release" id="v0.2.1">
6550

66-
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
67-
- [`ac78ce0`](https://github.com/stdlib-js/stdlib/commit/ac78ce0b1ec7b3178eb955d4eeb7d3a3753a3561) - **build:** remove tslint directives _(by Philipp Burckhardt)_
51+
## 0.2.1 (2024-02-24)
6852

69-
</details>
53+
No changes reported for this release.
7054

7155
</section>
7256

73-
<!-- /.commits -->
74-
75-
<section class="contributors">
76-
77-
### Contributors
78-
79-
A total of 1 person contributed to this release. Thank you to this contributor:
57+
<!-- /.release -->
8058

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

83-
</section>
61+
## 0.2.0 (2024-02-14)
8462

85-
<!-- /.contributors -->
63+
No changes reported for this release.
8664

8765
</section>
8866

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

9371
## 0.1.0 (2023-09-24)
9472

95-
<section class="features">
96-
97-
### Features
98-
99-
- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a) - update minimum TypeScript version
100-
101-
</section>
102-
103-
<!-- /.features -->
104-
105-
<section class="breaking-changes">
106-
107-
### BREAKING CHANGES
108-
109-
- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a): update minimum TypeScript version
110-
- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a): update minimum TypeScript version to 4.1
111-
112-
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
113-
114-
</section>
115-
116-
<!-- /.breaking-changes -->
117-
118-
<section class="commits">
119-
120-
### Commits
121-
122-
<details>
123-
124-
- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
125-
- [`4d943eb`](https://github.com/stdlib-js/stdlib/commit/4d943eb98ed10314432bbfa5a3af3634ea19b969) - **docs:** resolve C lint errors _(by Athan Reines)_
126-
- [`28e1c84`](https://github.com/stdlib-js/stdlib/commit/28e1c84390d88044883c9ef940a12f38d66ea3ef) - **docs:** resolve C lint errors _(by Athan Reines)_
127-
128-
</details>
129-
130-
</section>
131-
132-
<!-- /.commits -->
133-
134-
<section class="contributors">
135-
136-
### Contributors
137-
138-
A total of 2 people contributed to this release. Thank you to the following contributors:
139-
140-
- Athan Reines
141-
- Philipp Burckhardt
142-
143-
</section>
144-
145-
<!-- /.contributors -->
73+
No changes reported for this release.
14674

14775
</section>
14876

README.md

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

244-
[test-image]: https://github.com/stdlib-js/blas-ext-base-ssum/actions/workflows/test.yml/badge.svg?branch=v0.2.2
245-
[test-url]: https://github.com/stdlib-js/blas-ext-base-ssum/actions/workflows/test.yml?query=branch:v0.2.2
244+
[test-image]: https://github.com/stdlib-js/blas-ext-base-ssum/actions/workflows/test.yml/badge.svg?branch=main
245+
[test-url]: https://github.com/stdlib-js/blas-ext-base-ssum/actions/workflows/test.yml?query=branch:main
246246

247247
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/blas-ext-base-ssum/main.svg
248248
[coverage-url]: https://codecov.io/github/stdlib-js/blas-ext-base-ssum?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-ssumkbn": "^0.2.1",
45+
"@stdlib/blas-ext-base-ssumkbn": "^0.2.2",
4646
"@stdlib/napi-argv": "^0.2.2",
4747
"@stdlib/napi-argv-int64": "^0.2.2",
4848
"@stdlib/napi-argv-strided-float32array": "^0.2.2",
@@ -56,7 +56,7 @@
5656
"@stdlib/array-float32": "^0.2.2",
5757
"@stdlib/assert-is-browser": "^0.2.2",
5858
"@stdlib/math-base-assert-is-nan": "^0.2.2",
59-
"@stdlib/math-base-special-pow": "^0.2.1",
59+
"@stdlib/math-base-special-pow": "^0.3.0",
6060
"@stdlib/random-base-discrete-uniform": "^0.2.1",
6161
"@stdlib/random-base-uniform": "^0.2.1",
6262
"@stdlib/strided-base-min-view-buffer-index": "^0.2.2",

0 commit comments

Comments
 (0)