Skip to content

Commit 0ab39cd

Browse files
bors[bot]cuviper
andauthored
Merge #81
81: Release 0.3.0 r=cuviper a=cuviper Co-authored-by: Josh Stone <cuviper@gmail.com>
2 parents 160227d + e78f46f commit 0ab39cd

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

Cargo.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@ 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.3.0-pre"
11+
version = "0.3.0"
1212
readme = "README.md"
1313
exclude = ["/bors.toml", "/ci/*", "/.github/*"]
14-
publish = false
1514
edition = "2018"
1615

1716
[package.metadata.docs.rs]

RELEASES.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# Release 0.3.0 (2020-06-13)
2+
3+
### Enhancements
4+
5+
- [The new "libm" feature passes through to `num-traits`][73], enabling `Float`
6+
features on no-`std` builds.
7+
8+
### Breaking Changes
9+
10+
- `num-complex` now requires Rust 1.31 or greater.
11+
- The "i128" opt-in feature was removed, now always available.
12+
- [Updated public dependences][65]:
13+
- `rand` support has been updated to 0.7, requiring Rust 1.32.
14+
- [Methods for `T: Float` now take values instead of references][82], most
15+
notably affecting the constructor `from_polar`.
16+
17+
**Contributors**: @cuviper, @SOF3, @vks
18+
19+
[65]: https://github.com/rust-num/num-complex/pull/65
20+
[73]: https://github.com/rust-num/num-complex/pull/73
21+
[82]: https://github.com/rust-num/num-complex/pull/82
22+
123
# Release 0.2.4 (2020-01-09)
224

325
- [`Complex::new` is now a `const fn` for Rust 1.31 and later][63].

0 commit comments

Comments
 (0)