Skip to content

Commit f589730

Browse files
bors[bot]cuviper
andcommitted
58: Release 0.2.2 r=cuviper a=cuviper Co-authored-by: Josh Stone <cuviper@gmail.com>
2 parents 2e11d2a + 269ce75 commit f589730

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

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/Apache-2.0"
99
name = "num-complex"
1010
repository = "https://github.com/rust-num/num-complex"
11-
version = "0.2.1"
11+
version = "0.2.2"
1212
readme = "README.md"
1313
build = "build.rs"
1414
exclude = ["/ci/*", "/.travis.yml", "/bors.toml"]

RELEASES.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# Release 0.2.2 (2019-06-10)
2+
3+
- [`Complex::l1_norm()` computes the Manhattan distance from the origin][43].
4+
- [`Complex::fdiv()` and `finv()` use floating-point for inversion][41], which
5+
may avoid overflows for some inputs, at the cost of trigonometric rounding.
6+
- [`Complex` now implements `num_traits::MulAdd` and `MulAddAssign`][44].
7+
- [`Complex` now implements `Zero::set_zero` and `One::set_one`][57].
8+
- [`Complex` now implements `num_traits::Pow` and adds `powi` and `powu`][56].
9+
10+
**Contributors**: @adamnemecek, @cuviper, @ignatenkobrain, @Schultzer
11+
12+
[41]: https://github.com/rust-num/num-complex/pull/41
13+
[43]: https://github.com/rust-num/num-complex/pull/43
14+
[44]: https://github.com/rust-num/num-complex/pull/44
15+
[56]: https://github.com/rust-num/num-complex/pull/56
16+
[57]: https://github.com/rust-num/num-complex/pull/57
17+
118
# Release 0.2.1 (2018-10-08)
219

320
- [`Complex` now implements `ToPrimitive`, `FromPrimitive`, `AsPrimitive`, and `NumCast`][33].

0 commit comments

Comments
 (0)