Skip to content

Commit 4649bb8

Browse files
committed
Auto-generated commit
1 parent fa1a2bc commit 4649bb8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,7 @@ A total of 26 issues were closed in this release:
567567

568568
<details>
569569

570+
- [`fa35502`](https://github.com/stdlib-js/stdlib/commit/fa355021abc829672cea53bbf10dc3a26bbf4ac7) - **docs:** remove comment _(by Athan Reines)_
570571
- [`e66b879`](https://github.com/stdlib-js/stdlib/commit/e66b8795bb85a7bcab4c7af5aecbaa5529b6626c) - **feat:** add `blas/base/ndarray/ddot` [(#7906)](https://github.com/stdlib-js/stdlib/pull/7906) _(by Gururaj Gurram, Athan Reines)_
571572
- [`20ae685`](https://github.com/stdlib-js/stdlib/commit/20ae6858f9bea5a07a619b688dad98a0a77dcfb6) - **docs:** correctly call .ndarray in second example _(by Philipp Burckhardt)_
572573
- [`8cea287`](https://github.com/stdlib-js/stdlib/commit/8cea2870cc30848a616b76259b3274caae387b10) - **docs:** fix return annotation values _(by Philipp Burckhardt)_

base/ndarray/gdot/docs/repl.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
Examples
1818
--------
19-
// Standard usage:
2019
> var xbuf = [ 4.0, 2.0, -3.0, 5.0, -1.0 ];
2120
> var ybuf = [ 2.0, 6.0, -1.0, -4.0, 8.0 ];
2221
> var dt = 'generic';

0 commit comments

Comments
 (0)