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 Sep 9, 2024
1 parent d02ff2b commit 4775aad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<section class="release" id="unreleased">

## Unreleased (2024-09-08)
## Unreleased (2024-09-09)

<section class="packages">

Expand Down Expand Up @@ -80,6 +80,7 @@ A total of 5 people contributed to this release. Thank you to the following cont

<details>

- [`b789714`](https://github.com/stdlib-js/stdlib/commit/b789714438d74aef087fed6d949a7124b302940d) - **docs:** fix definition _(by Athan Reines)_
- [`1d666a6`](https://github.com/stdlib-js/stdlib/commit/1d666a61937d44d9c47e4b38c736f50b1666607e) - **docs:** fix parameter annotation _(by Athan Reines)_
- [`4ca068f`](https://github.com/stdlib-js/stdlib/commit/4ca068f174225d1eaec123656682589febf1b547) - **test:** update to test for exact equality [(#2864)](https://github.com/stdlib-js/stdlib/pull/2864) _(by Aman Bhansali)_
- [`3e80682`](https://github.com/stdlib-js/stdlib/commit/3e80682320d42a999f428fcf3d30e6711b6b9b89) - **refactor:** update implementation for `blas/ext/base/sdsnansumpw` _(by yaswanth, Philipp Burckhardt)_
Expand Down
4 changes: 2 additions & 2 deletions ddot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,10 @@ console.log( ndarray2array( z ) );

[@stdlib/ndarray/base/broadcast-shapes]: https://github.com/stdlib-js/ndarray-base-broadcast-shapes

<!-- <related-links> -->

[@stdlib/blas/base/ddot]: https://github.com/stdlib-js/blas/tree/main/base/ddot

<!-- <related-links> -->

[@stdlib/blas/gdot]: https://github.com/stdlib-js/blas/tree/main/gdot

[@stdlib/blas/sdot]: https://github.com/stdlib-js/blas/tree/main/sdot
Expand Down

0 comments on commit 4775aad

Please sign in to comment.