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 Jul 6, 2024
1 parent f244582 commit c1f303d
Show file tree
Hide file tree
Showing 6 changed files with 98 additions and 44 deletions.
1 change: 0 additions & 1 deletion .github/.keepalive

This file was deleted.

79 changes: 77 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<section class="release" id="unreleased">

## Unreleased (2024-07-01)
## Unreleased (2024-07-06)

<section class="commits">

### Commits

<details>

- [`a591e05`](https://github.com/stdlib-js/stdlib/commit/a591e052cf1b1515c267781b914c6a482e150425) - **test:** fix test configuration _(by Athan Reines)_
- [`271f5d5`](https://github.com/stdlib-js/stdlib/commit/271f5d5d3e530225bd82f34efebf5df9a944fdde) - **refactor:** reduce code duplication in `blas/base` level 1 routines [(#2517)](https://github.com/stdlib-js/stdlib/pull/2517) _(by Aman Bhansali)_

</details>

Expand All @@ -26,7 +26,82 @@

A total of 1 person contributed to this release. Thank you to this contributor:

- Aman Bhansali

</section>

<!-- /.contributors -->

</section>

<!-- /.release -->

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

## 0.0.1 (2024-05-18)

<section class="features">

### Features

- [`b68a188`](https://github.com/stdlib-js/stdlib/commit/b68a188a72b4037aec8b4db77c917d4fc300cb46) - add support for specifying integer size
- [`3f1caa3`](https://github.com/stdlib-js/stdlib/commit/3f1caa37909030a50ec54f75dc444edea1aad950) - add `blas/base/drot` [(#1823)](https://github.com/stdlib-js/stdlib/pull/1823)

</section>

<!-- /.features -->

<section class="bug-fixes">

### Bug Fixes

- [`5c514c7`](https://github.com/stdlib-js/stdlib/commit/5c514c7ad5828bc5047594ff001d11334f8f5670) - specify integer type to match CBLAS

</section>

<!-- /.bug-fixes -->

<section class="issues">

### Closed Issues

This release closes the following issue:

[#276](https://github.com/stdlib-js/stdlib/issues/276)

</section>

<!-- /.issues -->

<section class="commits">

### Commits

<details>

- [`6226f32`](https://github.com/stdlib-js/stdlib/commit/6226f32ba8be2b8d880353194c510e629760b53f) - **docs:** update signatures _(by Athan Reines)_
- [`6c13a44`](https://github.com/stdlib-js/stdlib/commit/6c13a4458866507ed04a88da9afb92fd5b6cf02d) - **refactor:** support building with API suffix _(by Athan Reines)_
- [`5c514c7`](https://github.com/stdlib-js/stdlib/commit/5c514c7ad5828bc5047594ff001d11334f8f5670) - **fix:** specify integer type to match CBLAS _(by Athan Reines)_
- [`b68a188`](https://github.com/stdlib-js/stdlib/commit/b68a188a72b4037aec8b4db77c917d4fc300cb46) - **feat:** add support for specifying integer size _(by Athan Reines)_
- [`38464b7`](https://github.com/stdlib-js/stdlib/commit/38464b74545be9702eda7bae820c40b56e7e7256) - **docs:** remove comments _(by Athan Reines)_
- [`f1576ec`](https://github.com/stdlib-js/stdlib/commit/f1576ec5ade09cd8cd034dc0db8c9f5c7d70e3eb) - **docs:** remove comments _(by Athan Reines)_
- [`3f1caa3`](https://github.com/stdlib-js/stdlib/commit/3f1caa37909030a50ec54f75dc444edea1aad950) - **feat:** add `blas/base/drot` [(#1823)](https://github.com/stdlib-js/stdlib/pull/1823) _(by Aman Bhansali, Athan Reines, Pranav Goswami)_

</details>

</section>

<!-- /.commits -->

<section class="contributors">

### Contributors

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

- Aman Bhansali
- Athan Reines
- Pranav Goswami

</section>

Expand Down
14 changes: 7 additions & 7 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c1f303d

Please sign in to comment.