Skip to content

Commit bf66d52

Browse files
committed
Auto-generated commit
1 parent d9b476f commit bf66d52

File tree

5 files changed

+21
-102
lines changed

5 files changed

+21
-102
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:08:34.562Z

.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 & 98 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +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
5+
<section class="release" id="unreleased">
126

13-
- [`73e863a`](https://github.com/stdlib-js/stdlib/commit/73e863a31c1d25d63a26c6a3be93e745e8396d19) - address undeclared identifier
14-
15-
</section>
16-
17-
<!-- /.bug-fixes -->
7+
## Unreleased (2024-08-01)
188

199
<section class="commits">
2010

2111
### Commits
2212

2313
<details>
2414

25-
- [`272ae7a`](https://github.com/stdlib-js/stdlib/commit/272ae7ac5c576c68cfab1b6e304c86407faa20cd) - **docs:** remove comment _(by Athan Reines)_
26-
- [`2777e4b`](https://github.com/stdlib-js/stdlib/commit/2777e4be161869d09406e3b17947d24c64b47af2) - **bench:** resolve lint errors in benchmarks _(by Athan Reines)_
27-
- [`d04dcbd`](https://github.com/stdlib-js/stdlib/commit/d04dcbd6dc3b0bf4a89bd3947d317fa5ff15bb38) - **docs:** remove private annotations in C comments _(by Philipp Burckhardt)_
28-
- [`73e863a`](https://github.com/stdlib-js/stdlib/commit/73e863a31c1d25d63a26c6a3be93e745e8396d19) - **fix:** address undeclared identifier _(by Athan Reines)_
29-
- [`1021465`](https://github.com/stdlib-js/stdlib/commit/10214653aa66b14a7e96321c6db689c2375467e9) - **build:** fix missing deps _(by Athan Reines)_
30-
- [`ceb4943`](https://github.com/stdlib-js/stdlib/commit/ceb494351d42c2505e559a2c8aad9a120c76d0db) - **docs:** remove comments _(by Athan Reines)_
31-
- [`9dce525`](https://github.com/stdlib-js/stdlib/commit/9dce525e1d8c0efc375ef5a255ce356cc671de28) - **refactor:** update `blas/ext/base/dnansum` to follow current project conventions _(by Golden Kumar, Pranav)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
3216

3317
</details>
3418

@@ -40,12 +24,9 @@
4024

4125
### Contributors
4226

43-
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:
4428

4529
- Athan Reines
46-
- Golden Kumar
47-
- Philipp Burckhardt
48-
- Pranav
4930

5031
</section>
5132

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

5637
<!-- /.release -->
5738

58-
<section class="release" id="v0.2.1">
39+
<section class="release" id="v0.2.2">
5940

60-
## 0.2.1 (2024-02-24)
41+
## 0.2.2 (2024-07-28)
6142

6243
No changes reported for this release.
6344

6445
</section>
6546

6647
<!-- /.release -->
6748

68-
<section class="release" id="v0.2.0">
69-
70-
## 0.2.0 (2024-02-14)
71-
72-
<section class="commits">
73-
74-
### Commits
75-
76-
<details>
49+
<section class="release" id="v0.2.1">
7750

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

81-
</details>
53+
No changes reported for this release.
8254

8355
</section>
8456

85-
<!-- /.commits -->
86-
87-
<section class="contributors">
88-
89-
### Contributors
90-
91-
A total of 1 person contributed to this release. Thank you to this contributor:
57+
<!-- /.release -->
9258

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

95-
</section>
61+
## 0.2.0 (2024-02-14)
9662

97-
<!-- /.contributors -->
63+
No changes reported for this release.
9864

9965
</section>
10066

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

10571
## 0.1.0 (2023-09-24)
10672

107-
<section class="features">
108-
109-
### Features
110-
111-
- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a) - update minimum TypeScript version
112-
113-
</section>
114-
115-
<!-- /.features -->
116-
117-
<section class="breaking-changes">
118-
119-
### BREAKING CHANGES
120-
121-
- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a): update minimum TypeScript version
122-
- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a): update minimum TypeScript version to 4.1
123-
124-
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
125-
126-
</section>
127-
128-
<!-- /.breaking-changes -->
129-
130-
<section class="commits">
131-
132-
### Commits
133-
134-
<details>
135-
136-
- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
137-
- [`42c921a`](https://github.com/stdlib-js/stdlib/commit/42c921ab62b8cdf789a9e76b06b18074e850af5e) - **docs:** resolve C lint errors _(by Athan Reines)_
138-
- [`28e1c84`](https://github.com/stdlib-js/stdlib/commit/28e1c84390d88044883c9ef940a12f38d66ea3ef) - **docs:** resolve C lint errors _(by Athan Reines)_
139-
140-
</details>
141-
142-
</section>
143-
144-
<!-- /.commits -->
145-
146-
<section class="contributors">
147-
148-
### Contributors
149-
150-
A total of 2 people contributed to this release. Thank you to the following contributors:
151-
152-
- Athan Reines
153-
- Philipp Burckhardt
154-
155-
</section>
156-
157-
<!-- /.contributors -->
73+
No changes reported for this release.
15874

15975
</section>
16076

README.md

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

252-
[test-image]: https://github.com/stdlib-js/blas-ext-base-dnansum/actions/workflows/test.yml/badge.svg?branch=v0.2.2
253-
[test-url]: https://github.com/stdlib-js/blas-ext-base-dnansum/actions/workflows/test.yml?query=branch:v0.2.2
252+
[test-image]: https://github.com/stdlib-js/blas-ext-base-dnansum/actions/workflows/test.yml/badge.svg?branch=main
253+
[test-url]: https://github.com/stdlib-js/blas-ext-base-dnansum/actions/workflows/test.yml?query=branch:main
254254

255255
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/blas-ext-base-dnansum/main.svg
256256
[coverage-url]: https://codecov.io/github/stdlib-js/blas-ext-base-dnansum?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-dnansumkbn": "^0.2.1",
45+
"@stdlib/blas-ext-base-dnansumkbn": "^0.2.2",
4646
"@stdlib/napi-argv": "^0.2.2",
4747
"@stdlib/napi-argv-int64": "^0.2.2",
4848
"@stdlib/napi-argv-strided-float64array": "^0.2.2",
@@ -57,7 +57,7 @@
5757
"@stdlib/array-float64": "^0.2.2",
5858
"@stdlib/assert-is-browser": "^0.2.2",
5959
"@stdlib/math-base-assert-is-nan": "^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-bernoulli": "^0.2.1",
6262
"@stdlib/random-base-discrete-uniform": "^0.2.1",
6363
"@stdlib/strided-base-min-view-buffer-index": "^0.2.2",

0 commit comments

Comments
 (0)