Skip to content

Commit dc2157f

Browse files
bors[bot]cuviper
andcommitted
62: Release 0.2.3 r=cuviper a=cuviper Co-authored-by: Josh Stone <cuviper@gmail.com>
2 parents 70fc9cb + 83b5100 commit dc2157f

2 files changed

Lines changed: 11 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.2"
11+
version = "0.2.3"
1212
readme = "README.md"
1313
build = "build.rs"
1414
exclude = ["/ci/*", "/.travis.yml", "/bors.toml"]

RELEASES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Release 0.2.3 (2019-06-11)
2+
3+
- [`Complex::sqrt()` is now more accurate for negative reals][60].
4+
- [`Complex::cbrt()` computes the principal cube root][61].
5+
6+
**Contributors**: @cuviper
7+
8+
[60]: https://github.com/rust-num/num-complex/pull/60
9+
[61]: https://github.com/rust-num/num-complex/pull/61
10+
111
# Release 0.2.2 (2019-06-10)
212

313
- [`Complex::l1_norm()` computes the Manhattan distance from the origin][43].

0 commit comments

Comments
 (0)