Complex
now implementsnum_traits::Inv
andOne::is_one
.Complex
now implementsSum
andProduct
.Complex
now supportsi128
andu128
components with Rust 1.26+.Complex
now optionally supportsrand
0.5, implementing theStandard
distribution and a genericComplexDistribution
.Rem
with a scalar divisor now avoidsnorm_sqr
overflow.
num-complex
now requires rustc 1.15 or greater.- There is now a
std
feature, enabled by default, along with the implication that building without this feature makes this a#![no_std]
crate. A few methods now requireFloatCore
, and the remaining methods based onFloat
are only supported withstd
. - The
serde
dependency has been updated to 1.0, andrustc-serialize
is no longer supported bynum-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!