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 Jul 17, 2024
1 parent 90be8d9 commit c794ee3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@

<details>

- [`32bbcb3`](https://github.com/stdlib-js/stdlib/commit/32bbcb3b3dae1f028fd18166ee7875a93d44d0ee) - **refactor:** update paths _(by Athan Reines)_
- [`8d4c46b`](https://github.com/stdlib-js/stdlib/commit/8d4c46b10ca912401e0ff0caa37a17cd3c443c2f) - **refactor:** update paths _(by Athan Reines)_
- [`ed9c0a5`](https://github.com/stdlib-js/stdlib/commit/ed9c0a5e55ff09af3dd6af8c38615480e2c1828e) - **refactor:** update paths _(by Athan Reines)_
- [`18b3c79`](https://github.com/stdlib-js/stdlib/commit/18b3c79c5035c7082618b7379cd6576e64393a96) - **refactor:** update paths _(by Athan Reines)_
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"@stdlib/assert-is-negative-zero": "^0.2.1",
"@stdlib/assert-is-positive-zero": "^0.2.1",
"@stdlib/complex-float64-imag": "github:stdlib-js/complex-float64-imag#main",
"@stdlib/complex-real": "^0.2.1",
"@stdlib/complex-float64-real": "github:stdlib-js/complex-float64-real#main",
"@stdlib/console-log-each": "^0.2.1",
"@stdlib/math-base-ops-caddf": "^0.2.1",
"@stdlib/math-base-special-pow": "^0.2.1",
Expand Down
2 changes: 1 addition & 1 deletion test/test.from.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var isFunction = require( '@stdlib/assert-is-function' );
var Complex64 = require( '@stdlib/complex-float32-ctor' );
var realf = require( '@stdlib/complex-float32-real' );
var imagf = require( '@stdlib/complex-float32-imag' );
var real = require( '@stdlib/complex-real' );
var real = require( '@stdlib/complex-float64-real' );
var imag = require( '@stdlib/complex-float64-imag' );
var Complex64Array = require( './../lib' );

Expand Down

0 comments on commit c794ee3

Please sign in to comment.