Skip to content

Commit 598f341

Browse files
committed
Release v0.4.0
1 parent 74fc0c9 commit 598f341

4 files changed

Lines changed: 23 additions & 23 deletions

File tree

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
> Package changelog.
44
5-
<section class="release" id="unreleased">
5+
<section class="release" id="v0.4.0">
66

7-
## Unreleased (2026-01-12)
7+
## 0.4.0 (2026-01-30)
88

99
<section class="features">
1010

@@ -61,6 +61,7 @@
6161

6262
<details>
6363

64+
- [`68446dc`](https://github.com/stdlib-js/stdlib/commit/68446dcb55d7b08e39baf6efae7ba5ba038c923f) - **docs:** update namespace table of contents [(#9848)](https://github.com/stdlib-js/stdlib/pull/9848) _(by stdlib-bot)_
6465
- [`e6a30ce`](https://github.com/stdlib-js/stdlib/commit/e6a30ce5227ad8260959fe518e88875e4d85a975) - **feat:** update `complex/float64/base` TypeScript declarations [(#9466)](https://github.com/stdlib-js/stdlib/pull/9466) _(by stdlib-bot)_
6566
- [`dd4c201`](https://github.com/stdlib-js/stdlib/commit/dd4c201b7790e12a3bd22eef43d64db0313f35a0) - **fix:** update type signature for `strided` method in `complex/float64/base/add3` _(by Philipp Burckhardt)_
6667
- [`7dc10cb`](https://github.com/stdlib-js/stdlib/commit/7dc10cb52051e0efc84ade242d44fb369d618851) - **bench:** fix invocation _(by Athan Reines)_

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ Copyright &copy; 2016-2026. The Stdlib [Authors][stdlib-authors].
180180
[npm-image]: http://img.shields.io/npm/v/@stdlib/complex-float64.svg
181181
[npm-url]: https://npmjs.org/package/@stdlib/complex-float64
182182

183-
[test-image]: https://github.com/stdlib-js/complex-float64/actions/workflows/test.yml/badge.svg?branch=main
184-
[test-url]: https://github.com/stdlib-js/complex-float64/actions/workflows/test.yml?query=branch:main
183+
[test-image]: https://github.com/stdlib-js/complex-float64/actions/workflows/test.yml/badge.svg?branch=v0.4.0
184+
[test-url]: https://github.com/stdlib-js/complex-float64/actions/workflows/test.yml?query=branch:v0.4.0
185185

186186
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/complex-float64/main.svg
187187
[coverage-url]: https://codecov.io/github/stdlib-js/complex-float64?branch=main

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/complex-float64",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Double-precision complex number functions.",
55
"license": "Apache-2.0",
66
"author": {
@@ -37,8 +37,8 @@
3737
},
3838
"dependencies": {
3939
"@stdlib/complex-float64-base": "^0.1.1",
40-
"@stdlib/complex-float64-conj": "^0.1.1",
41-
"@stdlib/complex-float64-ctor": "^0.0.3",
40+
"@stdlib/complex-float64-conj": "^0.2.0",
41+
"@stdlib/complex-float64-ctor": "^0.1.0",
4242
"@stdlib/complex-float64-imag": "^0.1.1",
4343
"@stdlib/complex-float64-parse": "^0.0.2",
4444
"@stdlib/complex-float64-real": "^0.1.1",
@@ -60,23 +60,23 @@
6060
"@stdlib/assert-is-same-complex128": "^0.2.2",
6161
"@stdlib/assert-is-same-float64array": "^0.2.2",
6262
"@stdlib/assert-is-string": "^0.2.2",
63-
"@stdlib/complex-float64-base-add": "^0.1.0",
64-
"@stdlib/complex-float64-base-add3": "github:stdlib-js/complex-float64-base-add3#main",
63+
"@stdlib/complex-float64-base-add": "^0.2.0",
64+
"@stdlib/complex-float64-base-add3": "^0.1.0",
6565
"@stdlib/complex-float64-base-assert": "github:stdlib-js/complex-float64-base-assert#main",
6666
"@stdlib/complex-float64-base-assert-is-almost-equal": "github:stdlib-js/complex-float64-base-assert-is-almost-equal#main",
6767
"@stdlib/complex-float64-base-assert-is-almost-same-value": "github:stdlib-js/complex-float64-base-assert-is-almost-same-value#main",
68-
"@stdlib/complex-float64-base-assert-is-equal": "^0.1.1",
69-
"@stdlib/complex-float64-base-assert-is-not-equal": "^0.1.1",
70-
"@stdlib/complex-float64-base-assert-is-same-value": "^0.0.1",
71-
"@stdlib/complex-float64-base-assert-is-same-value-zero": "^0.1.1",
68+
"@stdlib/complex-float64-base-assert-is-equal": "^0.1.2",
69+
"@stdlib/complex-float64-base-assert-is-not-equal": "^0.1.2",
70+
"@stdlib/complex-float64-base-assert-is-same-value": "^0.0.2",
71+
"@stdlib/complex-float64-base-assert-is-same-value-zero": "^0.1.2",
7272
"@stdlib/complex-float64-base-div": "github:stdlib-js/complex-float64-base-div#main",
73-
"@stdlib/complex-float64-base-identity": "github:stdlib-js/complex-float64-base-identity#main",
74-
"@stdlib/complex-float64-base-mul": "^0.1.0",
75-
"@stdlib/complex-float64-base-mul-add": "github:stdlib-js/complex-float64-base-mul-add#main",
76-
"@stdlib/complex-float64-base-neg": "github:stdlib-js/complex-float64-base-neg#main",
77-
"@stdlib/complex-float64-base-scale": "github:stdlib-js/complex-float64-base-scale#main",
78-
"@stdlib/complex-float64-base-sub": "github:stdlib-js/complex-float64-base-sub#main",
79-
"@stdlib/console-log-each-map": "github:stdlib-js/console-log-each-map#main",
73+
"@stdlib/complex-float64-base-identity": "^0.1.0",
74+
"@stdlib/complex-float64-base-mul": "^0.2.0",
75+
"@stdlib/complex-float64-base-mul-add": "^0.1.0",
76+
"@stdlib/complex-float64-base-neg": "^0.1.0",
77+
"@stdlib/complex-float64-base-scale": "^0.1.0",
78+
"@stdlib/complex-float64-base-sub": "^0.1.0",
79+
"@stdlib/console-log-each-map": "^0.1.0",
8080
"@stdlib/constants-float64-eps": "^0.2.2",
8181
"@stdlib/constants-float64-max": "^0.2.2",
8282
"@stdlib/constants-float64-ninf": "^0.2.2",
@@ -88,8 +88,8 @@
8888
"@stdlib/math-base-special-abs": "^0.2.2",
8989
"@stdlib/math-base-special-max": "^0.3.0",
9090
"@stdlib/math-base-special-pow": "^0.3.0",
91-
"@stdlib/number-float64-base-assert-is-almost-equal": "github:stdlib-js/number-float64-base-assert-is-almost-equal#main",
92-
"@stdlib/number-float64-base-assert-is-almost-same-value": "github:stdlib-js/number-float64-base-assert-is-almost-same-value#main",
91+
"@stdlib/number-float64-base-assert-is-almost-equal": "^0.1.0",
92+
"@stdlib/number-float64-base-assert-is-almost-same-value": "^0.1.0",
9393
"@stdlib/number-float64-base-assert-is-same-value": "^0.2.1",
9494
"@stdlib/number-float64-base-assert-is-same-value-zero": "^0.1.1",
9595
"@stdlib/number-float64-base-to-binary-string": "^0.2.2",

0 commit comments

Comments
 (0)