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 cd3f48e commit 2da490c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@
<section class="release" id="unreleased">

## Unreleased (2024-07-07)
## Unreleased (2024-07-17)

<section class="commits">

### Commits

<details>

- [`8d4c46b`](https://github.com/stdlib-js/stdlib/commit/8d4c46b10ca912401e0ff0caa37a17cd3c443c2f) - **refactor:** update paths _(by Athan Reines)_
- [`18b3c79`](https://github.com/stdlib-js/stdlib/commit/18b3c79c5035c7082618b7379cd6576e64393a96) - **refactor:** update paths _(by Athan Reines)_
- [`a78f7d1`](https://github.com/stdlib-js/stdlib/commit/a78f7d1b859b6b1d7b0bc0ee4daf76789e3e0910) - **style:** add missing spaces _(by Philipp Burckhardt)_

</details>
Expand All @@ -24,8 +26,9 @@

### Contributors

A total of 1 person contributed to this release. Thank you to this contributor:
A total of 2 people contributed to this release. Thank you to the following contributors:

- Athan Reines
- Philipp Burckhardt

</section>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"@stdlib/assert-is-method": "^0.2.1",
"@stdlib/assert-is-same-complex128array": "^0.2.1",
"@stdlib/assert-is-same-complex64array": "^0.2.1",
"@stdlib/complex-imagf": "^0.2.1",
"@stdlib/complex-realf": "^0.2.1",
"@stdlib/complex-float32-imag": "github:stdlib-js/complex-float32-imag#main",
"@stdlib/complex-float32-real": "github:stdlib-js/complex-float32-real#main",
"@stdlib/math-base-special-pow": "^0.2.1",
"@stdlib/random-array-discrete-uniform": "^0.2.1",
"@stdlib/random-base-discrete-uniform": "^0.2.1",
Expand Down
4 changes: 2 additions & 2 deletions test/test.main.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
var tape = require( 'tape' );
var Complex64Array = require( '@stdlib/array-complex64' );
var toAccessorArray = require( '@stdlib/array-base-to-accessor-array' );
var realf = require( '@stdlib/complex-realf' );
var imagf = require( '@stdlib/complex-imagf' );
var realf = require( '@stdlib/complex-float32-real' );
var imagf = require( '@stdlib/complex-float32-imag' );
var isComplex64 = require( '@stdlib/assert-is-complex64' );
var takeMap = require( './../lib' );

Expand Down

0 comments on commit 2da490c

Please sign in to comment.