Skip to content

Commit 87aca9d

Browse files
committed
Auto-generated commit
1 parent 12b0417 commit 87aca9d

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

CHANGELOG.md

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

7-
## Unreleased (2024-07-17)
7+
## Unreleased (2024-07-18)
88

99
<section class="bug-fixes">
1010

@@ -22,6 +22,7 @@
2222

2323
<details>
2424

25+
- [`0406147`](https://github.com/stdlib-js/stdlib/commit/04061476d1036e1b8b786736b1ba1653eddff1ef) - **refactor:** update paths _(by Athan Reines)_
2526
- [`32bbcb3`](https://github.com/stdlib-js/stdlib/commit/32bbcb3b3dae1f028fd18166ee7875a93d44d0ee) - **refactor:** update paths _(by Athan Reines)_
2627
- [`ed9c0a5`](https://github.com/stdlib-js/stdlib/commit/ed9c0a5e55ff09af3dd6af8c38615480e2c1828e) - **refactor:** update paths _(by Athan Reines)_
2728
- [`8908bda`](https://github.com/stdlib-js/stdlib/commit/8908bda11588f80edf375466ae9e84a3d70cf7d3) - **refactor:** update paths _(by Athan Reines)_

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ int main( void ) {
246246

247247
## See Also
248248

249-
- <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>
249+
- <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>
250250
- <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>
251251
- <span class="package-name">[`@stdlib/math-base/ops/cmul`][@stdlib/math/base/ops/cmul]</span><span class="delimiter">: </span><span class="description">multiply two double-precision complex floating-point numbers.</span>
252252

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

329329
<!-- <related-links> -->
330330

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

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
},
4242
"dependencies": {
4343
"@stdlib/complex-float64-ctor": "^0.0.1",
44-
"@stdlib/complex-float64-imag": "github:stdlib-js/complex-float64-imag#main",
45-
"@stdlib/complex-float64-real": "github:stdlib-js/complex-float64-real#main",
46-
"@stdlib/complex-float64-reim": "github:stdlib-js/complex-float64-reim#main",
44+
"@stdlib/complex-float64-imag": "^0.1.0",
45+
"@stdlib/complex-float64-real": "^0.1.0",
46+
"@stdlib/complex-float64-reim": "^0.1.0",
4747
"@stdlib/math-base-napi-binary": "^0.2.1",
4848
"@stdlib/types": "^0.3.2",
4949
"@stdlib/utils-library-manifest": "^0.2.1"

0 commit comments

Comments
 (0)