Skip to content

Commit b027189

Browse files
committed
Release v0.4.1
1 parent c94ab4f commit b027189

4 files changed

Lines changed: 60 additions & 57 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,6 @@ jobs:
7676
npm install || npm install || npm install
7777
timeout-minutes: 15
7878

79-
# Build native add-on if present:
80-
- name: 'Build native add-on (if present)'
81-
run: |
82-
if [ -f "binding.gyp" ]; then
83-
npm install node-gyp --no-save && ./node_modules/.bin/node-gyp rebuild
84-
fi
85-
8679
# Run tests:
8780
- name: 'Run tests'
8881
id: tests

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
> Package changelog.
44
5+
<section class="release" id="v0.4.1">
6+
7+
## 0.4.1 (2026-02-08)
8+
9+
No changes reported for this release.
10+
11+
</section>
12+
13+
<!-- /.release -->
14+
515
<section class="release" id="v0.4.0">
616

717
## 0.4.0 (2026-01-30)

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-float32.svg
181181
[npm-url]: https://npmjs.org/package/@stdlib/complex-float32
182182

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

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

package.json

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/complex-float32",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Single-precision complex number functions.",
55
"license": "Apache-2.0",
66
"author": {
@@ -36,73 +36,73 @@
3636
"url": "https://github.com/stdlib-js/stdlib/issues"
3737
},
3838
"dependencies": {
39-
"@stdlib/complex-float32-base": "^0.1.1",
40-
"@stdlib/complex-float32-conj": "^0.1.1",
39+
"@stdlib/complex-float32-base": "^0.2.0",
40+
"@stdlib/complex-float32-conj": "^0.1.2",
4141
"@stdlib/complex-float32-ctor": "^0.1.0",
42-
"@stdlib/complex-float32-imag": "^0.1.1",
43-
"@stdlib/complex-float32-parse": "^0.0.2",
44-
"@stdlib/complex-float32-real": "^0.1.1",
45-
"@stdlib/complex-float32-reim": "^0.1.2",
46-
"@stdlib/complex-float32-reviver": "^0.0.2",
47-
"@stdlib/utils-define-read-only-property": "^0.2.2"
42+
"@stdlib/complex-float32-imag": "^0.1.2",
43+
"@stdlib/complex-float32-parse": "^0.0.3",
44+
"@stdlib/complex-float32-real": "^0.1.2",
45+
"@stdlib/complex-float32-reim": "^0.1.3",
46+
"@stdlib/complex-float32-reviver": "^0.0.3",
47+
"@stdlib/utils-define-read-only-property": "^0.2.3"
4848
},
4949
"devDependencies": {
50-
"@stdlib/array-complex64": "^0.3.0",
51-
"@stdlib/array-filled-by": "^0.2.1",
52-
"@stdlib/array-float32": "^0.2.2",
53-
"@stdlib/assert-has-own-property": "^0.2.2",
54-
"@stdlib/assert-is-array-like": "^0.2.2",
55-
"@stdlib/assert-is-boolean": "^0.2.2",
50+
"@stdlib/array-complex64": "^0.3.1",
51+
"@stdlib/array-filled-by": "^0.3.0",
52+
"@stdlib/array-float32": "^0.2.3",
53+
"@stdlib/assert-has-own-property": "^0.2.3",
54+
"@stdlib/assert-is-array-like": "^0.2.3",
55+
"@stdlib/assert-is-boolean": "^0.2.3",
5656
"@stdlib/assert-is-complex64": "^0.2.2",
57-
"@stdlib/assert-is-method": "^0.2.2",
58-
"@stdlib/assert-is-number": "^0.2.2",
57+
"@stdlib/assert-is-method": "^0.2.3",
58+
"@stdlib/assert-is-number": "^0.2.3",
5959
"@stdlib/assert-is-same-complex64": "^0.2.2",
6060
"@stdlib/assert-is-same-float32array": "^0.2.2",
61-
"@stdlib/assert-is-string": "^0.2.2",
61+
"@stdlib/assert-is-string": "^0.2.3",
6262
"@stdlib/complex-float32-base-add": "^0.2.0",
63-
"@stdlib/complex-float32-base-assert": "^0.2.0",
64-
"@stdlib/complex-float32-base-assert-is-almost-equal": "github:stdlib-js/complex-float32-base-assert-is-almost-equal#main",
65-
"@stdlib/complex-float32-base-assert-is-almost-same-value": "github:stdlib-js/complex-float32-base-assert-is-almost-same-value#main",
66-
"@stdlib/complex-float32-base-assert-is-equal": "^0.1.2",
67-
"@stdlib/complex-float32-base-assert-is-not-equal": "^0.1.2",
68-
"@stdlib/complex-float32-base-assert-is-same-value": "^0.1.2",
69-
"@stdlib/complex-float32-base-assert-is-same-value-zero": "^0.1.1",
70-
"@stdlib/complex-float32-base-identity": "^0.1.0",
71-
"@stdlib/complex-float32-base-mul": "^0.2.0",
72-
"@stdlib/complex-float32-base-neg": "^0.1.0",
73-
"@stdlib/complex-float32-base-scale": "^0.1.0",
74-
"@stdlib/complex-float32-base-sub": "^0.1.0",
75-
"@stdlib/complex-float64-imag": "^0.1.1",
76-
"@stdlib/complex-float64-real": "^0.1.1",
63+
"@stdlib/complex-float32-base-assert": "^0.2.1",
64+
"@stdlib/complex-float32-base-assert-is-almost-equal": "^0.0.1",
65+
"@stdlib/complex-float32-base-assert-is-almost-same-value": "^0.1.1",
66+
"@stdlib/complex-float32-base-assert-is-equal": "^0.1.3",
67+
"@stdlib/complex-float32-base-assert-is-not-equal": "^0.1.3",
68+
"@stdlib/complex-float32-base-assert-is-same-value": "^0.1.3",
69+
"@stdlib/complex-float32-base-assert-is-same-value-zero": "^0.1.2",
70+
"@stdlib/complex-float32-base-identity": "^0.1.1",
71+
"@stdlib/complex-float32-base-mul": "^0.2.1",
72+
"@stdlib/complex-float32-base-neg": "^0.1.1",
73+
"@stdlib/complex-float32-base-scale": "^0.1.1",
74+
"@stdlib/complex-float32-base-sub": "^0.1.1",
75+
"@stdlib/complex-float64-imag": "^0.1.2",
76+
"@stdlib/complex-float64-real": "^0.1.2",
7777
"@stdlib/console-log-each-map": "^0.1.0",
7878
"@stdlib/constants-float32-eps": "^0.2.2",
7979
"@stdlib/constants-float32-ninf": "^0.2.2",
8080
"@stdlib/constants-float32-pinf": "^0.2.2",
81-
"@stdlib/math-base-assert-is-nan": "^0.2.2",
82-
"@stdlib/math-base-assert-is-nanf": "^0.2.2",
81+
"@stdlib/math-base-assert-is-nan": "^0.2.3",
82+
"@stdlib/math-base-assert-is-nanf": "^0.2.3",
8383
"@stdlib/math-base-assert-is-negative-zerof": "^0.1.3",
8484
"@stdlib/math-base-assert-is-positive-zerof": "^0.1.3",
8585
"@stdlib/number-float32-base-assert-is-almost-equal": "^0.1.0",
86-
"@stdlib/number-float32-base-assert-is-almost-same-value": "^0.1.0",
87-
"@stdlib/number-float32-base-assert-is-same-value": "^0.2.2",
88-
"@stdlib/number-float32-base-assert-is-same-value-zero": "^0.2.1",
89-
"@stdlib/number-float64-base-to-float32": "^0.2.2",
86+
"@stdlib/number-float32-base-assert-is-almost-same-value": "^0.1.1",
87+
"@stdlib/number-float32-base-assert-is-same-value": "^0.2.3",
88+
"@stdlib/number-float32-base-assert-is-same-value-zero": "^0.2.2",
89+
"@stdlib/number-float64-base-to-float32": "^0.2.3",
9090
"@stdlib/random-array-discrete-uniform": "^0.2.1",
9191
"@stdlib/random-array-uniform": "^0.2.1",
9292
"@stdlib/random-base-discrete-uniform": "^0.2.1",
93-
"@stdlib/random-base-randu": "^0.2.1",
94-
"@stdlib/random-base-uniform": "^0.2.1",
95-
"@stdlib/string-base-replace": "^0.2.2",
96-
"@stdlib/string-format": "^0.2.2",
97-
"@stdlib/utils-copy": "^0.2.2",
98-
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.2",
99-
"@stdlib/utils-keys": "^0.2.2",
100-
"@stdlib/utils-parse-json": "^0.2.2",
101-
"@stdlib/utils-try-require": "^0.2.2",
93+
"@stdlib/random-base-randu": "^0.2.2",
94+
"@stdlib/random-base-uniform": "^0.2.2",
95+
"@stdlib/string-base-replace": "^0.2.3",
96+
"@stdlib/string-format": "^0.2.3",
97+
"@stdlib/utils-copy": "^0.2.3",
98+
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.3",
99+
"@stdlib/utils-keys": "^0.2.3",
100+
"@stdlib/utils-parse-json": "^0.2.3",
101+
"@stdlib/utils-try-require": "^0.2.3",
102102
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
103103
"istanbul": "^0.4.1",
104104
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
105-
"@stdlib/bench-harness": "^0.2.2"
105+
"@stdlib/bench-harness": "^0.2.3"
106106
},
107107
"engines": {
108108
"node": ">=0.10.0",

0 commit comments

Comments
 (0)