Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Aug 1, 2024
1 parent 15360d6 commit 5d18a2c
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 24 deletions.
1 change: 1 addition & 0 deletions .github/.keepalive
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2024-08-01T04:10:05.183Z
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ docs/**/node_modules/
pids
*.pid
*.seed
yarn.lock
package-lock.json

# Typescript #
##############
Expand Down
33 changes: 14 additions & 19 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,17 @@

> Package changelog.
<section class="release" id="v0.1.0">

## 0.1.0 (2024-07-28)

<section class="features">

### Features
<section class="release" id="unreleased">

- [`08eaa1b`](https://github.com/stdlib-js/stdlib/commit/08eaa1b176d0e510b0af53d7b7a02d5c63090e1f) - add `blas/base/dznrm2` [(#2271)](https://github.com/stdlib-js/stdlib/pull/2271)

</section>

<!-- /.features -->
## Unreleased (2024-08-01)

<section class="commits">

### Commits

<details>

- [`f53097a`](https://github.com/stdlib-js/stdlib/commit/f53097a6061a65547260d261ea425f3c2039c6f5) - **docs:** update comments _(by Athan Reines)_
- [`2777e4b`](https://github.com/stdlib-js/stdlib/commit/2777e4be161869d09406e3b17947d24c64b47af2) - **bench:** resolve lint errors in benchmarks _(by Athan Reines)_
- [`d04dcbd`](https://github.com/stdlib-js/stdlib/commit/d04dcbd6dc3b0bf4a89bd3947d317fa5ff15bb38) - **docs:** remove private annotations in C comments _(by Philipp Burckhardt)_
- [`08eaa1b`](https://github.com/stdlib-js/stdlib/commit/08eaa1b176d0e510b0af53d7b7a02d5c63090e1f) - **feat:** add `blas/base/dznrm2` [(#2271)](https://github.com/stdlib-js/stdlib/pull/2271) _(by Aman Bhansali, Athan Reines)_
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_

</details>

Expand All @@ -37,11 +24,9 @@

### Contributors

A total of 3 people contributed to this release. Thank you to the following contributors:
A total of 1 person contributed to this release. Thank you to this contributor:

- Aman Bhansali
- Athan Reines
- Philipp Burckhardt

</section>

Expand All @@ -51,3 +36,13 @@ A total of 3 people contributed to this release. Thank you to the following cont

<!-- /.release -->

<section class="release" id="v0.1.0">

## 0.1.0 (2024-07-28)

No changes reported for this release.

</section>

<!-- /.release -->

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,8 +322,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
[npm-image]: http://img.shields.io/npm/v/@stdlib/blas-base-dznrm2.svg
[npm-url]: https://npmjs.org/package/@stdlib/blas-base-dznrm2
[test-image]: https://github.com/stdlib-js/blas-base-dznrm2/actions/workflows/test.yml/badge.svg?branch=v0.1.0
[test-url]: https://github.com/stdlib-js/blas-base-dznrm2/actions/workflows/test.yml?query=branch:v0.1.0
[test-image]: https://github.com/stdlib-js/blas-base-dznrm2/actions/workflows/test.yml/badge.svg?branch=main
[test-url]: https://github.com/stdlib-js/blas-base-dznrm2/actions/workflows/test.yml?query=branch:main
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/blas-base-dznrm2/main.svg
[coverage-url]: https://codecov.io/github/stdlib-js/blas-base-dznrm2?branch=main
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@
"@stdlib/utils-try-require": "^0.2.2"
},
"devDependencies": {
"@stdlib/array-complex128": "^0.2.1",
"@stdlib/array-complex128": "^0.3.0",
"@stdlib/array-filled-by": "^0.2.1",
"@stdlib/assert-is-browser": "^0.2.2",
"@stdlib/blas-base-dznrm2": "github:stdlib-js/blas-base-dznrm2#main",
"@stdlib/blas-base-dznrm2": "^0.1.0",
"@stdlib/complex-float64-ctor": "^0.0.3",
"@stdlib/constants-float64-eps": "^0.2.2",
"@stdlib/math-base-assert-is-nan": "^0.2.2",
"@stdlib/math-base-special-pow": "^0.2.1",
"@stdlib/math-base-special-pow": "^0.3.0",
"@stdlib/random-array-uniform": "^0.2.1",
"@stdlib/random-base-discrete-uniform": "^0.2.1",
"@stdlib/strided-base-min-view-buffer-index": "^0.2.2",
Expand Down

0 comments on commit 5d18a2c

Please sign in to comment.