Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7ee60cf

Browse files
committed
Auto-generated commit
1 parentc7b656a commit7ee60cf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-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
<sectionclass="release"id="unreleased">
66

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

99
<sectionclass="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‎

Lines changed: 1 addition & 1 deletion
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=newComplex128Array( [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)

[8]ページ先頭

©2009-2025 Movatter.jp