Skip to content

Commit 7ee60cf

Browse files
committed
Auto-generated commit
1 parent c7b656a commit 7ee60cf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

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

7-
## Unreleased (2024-06-21)
7+
## Unreleased (2024-07-17)
88

99
<section class="features">
1010

@@ -34,6 +34,7 @@
3434

3535
<details>
3636

37+
- [`ed9c0a5`](https://github.com/stdlib-js/stdlib/commit/ed9c0a5e55ff09af3dd6af8c38615480e2c1828e) - **refactor:** update paths _(by Athan Reines)_
3738
- [`d301be9`](https://github.com/stdlib-js/stdlib/commit/d301be9e2cabe07efe219c00d10aebd15e0673e7) - **fix:** ensure support for real-to-complex casting in boolean and mask array indexing _(by Athan Reines)_
3839
- [`e57ccb2`](https://github.com/stdlib-js/stdlib/commit/e57ccb234687de4087aa12348d266ea448f3f241) - **refactor:** update boolean array indexing implementation and add tests _(by Athan Reines)_
3940
- [`b981bc3`](https://github.com/stdlib-js/stdlib/commit/b981bc30e83a7f88cdc2c0efca082fb31f9e1ac0) - **refactor:** avoid repeated property access _(by Athan Reines)_

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ When assigning a real-valued scalar to a complex number array (e.g., [`Complex12
462462
```javascript
463463
var Complex128Array = require( '@stdlib/array-complex128' );
464464
var real = require( '@stdlib/complex-real' );
465-
var imag = require( '@stdlib/complex-imag' );
465+
var imag = require( '@stdlib/complex-float64-imag' );
466466

467467
var x = new Complex128Array( [ 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0 ] );
468468
var y = array2fancy( x );

0 commit comments

Comments
 (0)