Skip to content

Commit 7d4c265

Browse files
committed
Auto-generated commit
1 parent 4580360 commit 7d4c265

File tree

5 files changed

+21
-88
lines changed

5 files changed

+21
-88
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:33.000Z

.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 & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +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-
- [`919f75a`](https://github.com/stdlib-js/stdlib/commit/919f75a1fca3f5ff92bb3eda07dde5544f3c3fb7) - **refactor:** update `blas/ext/base/snansum` to follow current project convention _(by Xiaochuan Ye, Philipp Burckhardt)_
18-
- [`ceb4943`](https://github.com/stdlib-js/stdlib/commit/ceb494351d42c2505e559a2c8aad9a120c76d0db) - **docs:** remove comments _(by Athan Reines)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
1916

2017
</details>
2118

@@ -27,11 +24,9 @@
2724

2825
### Contributors
2926

30-
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:
3128

3229
- Athan Reines
33-
- Philipp Burckhardt
34-
- Xiaochuan Ye
3530

3631
</section>
3732

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

4237
<!-- /.release -->
4338

44-
<section class="release" id="v0.2.1">
39+
<section class="release" id="v0.2.2">
4540

46-
## 0.2.1 (2024-02-24)
41+
## 0.2.2 (2024-07-28)
4742

4843
No changes reported for this release.
4944

5045
</section>
5146

5247
<!-- /.release -->
5348

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

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

67-
</details>
53+
No changes reported for this release.
6854

6955
</section>
7056

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

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

81-
</section>
61+
## 0.2.0 (2024-02-14)
8262

83-
<!-- /.contributors -->
63+
No changes reported for this release.
8464

8565
</section>
8666

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

9171
## 0.1.0 (2023-09-24)
9272

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

14575
</section>
14676

README.md

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

250-
[test-image]: https://github.com/stdlib-js/blas-ext-base-snansum/actions/workflows/test.yml/badge.svg?branch=v0.2.2
251-
[test-url]: https://github.com/stdlib-js/blas-ext-base-snansum/actions/workflows/test.yml?query=branch:v0.2.2
250+
[test-image]: https://github.com/stdlib-js/blas-ext-base-snansum/actions/workflows/test.yml/badge.svg?branch=main
251+
[test-url]: https://github.com/stdlib-js/blas-ext-base-snansum/actions/workflows/test.yml?query=branch:main
252252

253253
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/blas-ext-base-snansum/main.svg
254254
[coverage-url]: https://codecov.io/github/stdlib-js/blas-ext-base-snansum?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-snansumkbn": "^0.2.1",
45+
"@stdlib/blas-ext-base-snansumkbn": "^0.2.2",
4646
"@stdlib/napi-argv": "^0.2.2",
4747
"@stdlib/napi-argv-double": "^0.2.1",
4848
"@stdlib/napi-argv-int64": "^0.2.2",
@@ -58,7 +58,7 @@
5858
"@stdlib/array-float32": "^0.2.2",
5959
"@stdlib/assert-is-browser": "^0.2.2",
6060
"@stdlib/math-base-assert-is-nan": "^0.2.2",
61-
"@stdlib/math-base-special-pow": "^0.2.1",
61+
"@stdlib/math-base-special-pow": "^0.3.0",
6262
"@stdlib/random-base-bernoulli": "^0.2.1",
6363
"@stdlib/random-base-discrete-uniform": "^0.2.1",
6464
"@stdlib/random-base-uniform": "^0.2.1",

0 commit comments

Comments
 (0)