Skip to content

Commit 35fa4a7

Browse files
committed
Auto-generated commit
1 parent 92cbdb5 commit 35fa4a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-05-27)
7+
## Unreleased (2025-05-28)
88

99
<section class="features">
1010

@@ -411,6 +411,7 @@ A total of 15 issues were closed in this release:
411411

412412
<details>
413413

414+
- [`19164e7`](https://github.com/stdlib-js/stdlib/commit/19164e7d0f3cad9e5f3090ea12db115fda8628e9) - **docs:** update example _(by Athan Reines)_
414415
- [`34f6c88`](https://github.com/stdlib-js/stdlib/commit/34f6c88797418bf412b222450bd1659e43b7a7c1) - **docs:** update namespace table of contents [(#7105)](https://github.com/stdlib-js/stdlib/pull/7105) _(by stdlib-bot)_
415416
- [`138cc36`](https://github.com/stdlib-js/stdlib/commit/138cc36c180a676fc4ae8b675d77d58db8f02f26) - **feat:** add `Complex64Vector` to namespace _(by Athan Reines)_
416417
- [`50dac78`](https://github.com/stdlib-js/stdlib/commit/50dac7824c40e9cf5c10b0ee576f44fba8b191a5) - **feat:** add `ndarray/vector/complex64` _(by Athan Reines)_

base/every-by/lib/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ var MAX_DIMS = EVERY.length - 1;
162162
*
163163
* // Create the input ndarray-like object:
164164
* var x = {
165-
* 'ref': null,
166165
* 'dtype': 'float64',
167166
* 'data': xbuf,
168167
* 'shape': shape,

0 commit comments

Comments
 (0)