Skip to content

Commit 6a593c6

Browse files
committed
Release 0.4.4
1 parent 450de32 commit 6a593c6

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ categories = ["algorithms", "data-structures", "science", "no-std"]
88
license = "MIT OR Apache-2.0"
99
name = "num-complex"
1010
repository = "https://github.com/rust-num/num-complex"
11-
version = "0.4.3"
11+
version = "0.4.4"
1212
readme = "README.md"
1313
exclude = ["/bors.toml", "/ci/*", "/.github/*"]
1414
edition = "2018"

RELEASES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
1+
# Release 0.4.4 (2023-08-13)
2+
3+
- [Fixes NaN value for `powc` of zero][116]
4+
5+
**Contributors**: @cuviper, @domna
6+
7+
[116]: https://github.com/rust-num/num-complex/pull/116
8+
19
# Release 0.4.3 (2023-01-19)
210

311
- [`Complex` now optionally supports `bytecheck` 0.6 and `rkyv` 0.7][110].
412

513
**Contributors**: @cuviper, @zyansheep
614

15+
[110]: https://github.com/rust-num/num-complex/pull/110
16+
717
# Release 0.4.2 (2022-06-17)
818

919
- [The new `ComplexFloat` trait][95] provides a generic abstraction between

0 commit comments

Comments
 (0)