Skip to content

Commit 8963efc

Browse files
bors[bot]cuviper
andauthored
Merge #105
105: Release 0.4.2 r=cuviper a=cuviper Co-authored-by: Josh Stone <cuviper@gmail.com>
2 parents 96db82d + 14c3df3 commit 8963efc

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-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.1"
11+
version = "0.4.2"
1212
readme = "README.md"
1313
exclude = ["/bors.toml", "/ci/*", "/.github/*"]
1414
edition = "2018"

RELEASES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# Release 0.4.2 (2022-06-17)
2+
3+
- [The new `ComplexFloat` trait][95] provides a generic abstraction between
4+
floating-point `T` and `Complex<T>`.
5+
- [`Complex::exp` now handles edge cases with NaN and infinite parts][104].
6+
7+
**Contributors**: @cuviper, @JorisDeRidder, @obsgolem, @YakoYakoYokuYoku
8+
9+
[95]: https://github.com/rust-num/num-complex/pull/95
10+
[104]: https://github.com/rust-num/num-complex/pull/104
11+
112
# Release 0.4.1 (2022-04-29)
213

314
- [`Complex::from_str_radix` now returns an error for radix > 18][90], because

0 commit comments

Comments
 (0)