Contributors: @cuviper, @termoshtt
Complex now implements num_traits::Inv and One::is_one.Complex now implements Sum and Product.Complex now supports i128 and u128 components with Rust 1.26+.Complex now optionally supports rand 0.5, implementing the Standard distribution and a generic ComplexDistribution.Rem with a scalar divisor now avoids norm_sqr overflow.num-complex now requires rustc 1.15 or greater.std feature, enabled by default, along with the implication that building without this feature makes this a #![no_std] crate. A few methods now require FloatCore, and the remaining methods based on Float are only supported with std.serde dependency has been updated to 1.0, and rustc-serialize is no longer supported by num-complex.Contributors: @clarcharr, @cuviper, @shingtaklam1324, @termoshtt
Contributors: @shingtaklam1324
Contributors: @cuviper
No prior release notes were kept. Thanks all the same to the many contributors that have made this crate what it is!