Skip to content

Commit 2cd4470

Browse files
committed
Release 0.4.1
1 parent 106811f commit 2cd4470

File tree

2 files changed

+14
-1
lines changed

2 files changed

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

RELEASES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# Release 0.4.1 (2022-04-29)
2+
3+
- [`Complex::from_str_radix` now returns an error for radix > 18][90], because
4+
'i' and 'j' as digits are ambiguous with _i_ or _j_ imaginary parts.
5+
- [`Complex<T>` now implements `bytemuck` traits when `T` does][100].
6+
- [`Complex::cis` creates a complex with the given phase][101], _e_<sup>_i_ θ</sup>.
7+
8+
**Contributors**: @bluss, @bradleyharden, @cglosser, @cuviper
9+
10+
[90]: https://github.com/rust-num/num-complex/pull/90
11+
[100]: https://github.com/rust-num/num-complex/pull/100
12+
[101]: https://github.com/rust-num/num-complex/pull/101
13+
114
# Release 0.4.0 (2021-03-05)
215

316
- `rand` support has been updated to 0.8, requiring Rust 1.36.

0 commit comments

Comments
 (0)