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 18, 2024
1 parent 1554f1a commit 95e4a69
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<section class="release" id="unreleased">

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

<section class="bug-fixes">

Expand All @@ -22,6 +22,7 @@

<details>

- [`0406147`](https://github.com/stdlib-js/stdlib/commit/04061476d1036e1b8b786736b1ba1653eddff1ef) - **refactor:** update paths _(by Athan Reines)_
- [`32bbcb3`](https://github.com/stdlib-js/stdlib/commit/32bbcb3b3dae1f028fd18166ee7875a93d44d0ee) - **refactor:** update paths _(by Athan Reines)_
- [`ed9c0a5`](https://github.com/stdlib-js/stdlib/commit/ed9c0a5e55ff09af3dd6af8c38615480e2c1828e) - **refactor:** update paths _(by Athan Reines)_
- [`8908bda`](https://github.com/stdlib-js/stdlib/commit/8908bda11588f80edf375466ae9e84a3d70cf7d3) - **refactor:** update paths _(by Athan Reines)_
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ int main( void ) {

## See Also

- <span class="package-name">[`@stdlib/math-base/ops/cadd`][@stdlib/math/base/ops/cadd]</span><span class="delimiter">: </span><span class="description">add two double-precision complex floating-point numbers.</span>
- <span class="package-name">[`@stdlib/complex-float64/base/add`][@stdlib/complex/float64/base/add]</span><span class="delimiter">: </span><span class="description">add two double-precision complex floating-point numbers.</span>
- <span class="package-name">[`@stdlib/math-base/ops/cdiv`][@stdlib/math/base/ops/cdiv]</span><span class="delimiter">: </span><span class="description">divide two complex numbers.</span>
- <span class="package-name">[`@stdlib/math-base/ops/csub`][@stdlib/math/base/ops/csub]</span><span class="delimiter">: </span><span class="description">subtract two double-precision complex floating-point numbers.</span>

Expand Down Expand Up @@ -328,7 +328,7 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].

<!-- <related-links> -->

[@stdlib/math/base/ops/cadd]: https://github.com/stdlib-js/math-base-ops-cadd
[@stdlib/complex/float64/base/add]: https://github.com/stdlib-js/complex-float64-base-add

[@stdlib/math/base/ops/cdiv]: https://github.com/stdlib-js/math-base-ops-cdiv

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
},
"dependencies": {
"@stdlib/complex-float64-ctor": "^0.0.1",
"@stdlib/complex-float64-imag": "github:stdlib-js/complex-float64-imag#main",
"@stdlib/complex-float64-real": "github:stdlib-js/complex-float64-real#main",
"@stdlib/complex-float64-reim": "github:stdlib-js/complex-float64-reim#main",
"@stdlib/complex-float64-imag": "^0.1.0",
"@stdlib/complex-float64-real": "^0.1.0",
"@stdlib/complex-float64-reim": "^0.1.0",
"@stdlib/math-base-napi-binary": "^0.2.1",
"@stdlib/types": "^0.3.2",
"@stdlib/utils-library-manifest": "^0.2.1"
Expand Down

0 comments on commit 95e4a69

Please sign in to comment.