0.6.0
This release contains some breaking changes which should be easy/trivial to accommodate.
Fixed:
- Fix
unsafecode inNonZeroconversion on input values which wrap to zero (#52) - Fix: allow overflow of large
u128values tof32::INFINITY(#51)
Changed:
- Adjust
ConvApprox<f64> for f32to behave more like*_f64 as f32: too-large values round to infinity (instead of a range error) and rounding usesroundTiesToEven. Unlikeas f32, NAN still yieldsErr(Error::Range). (#47) - Change
Conv<f32> for f64to trap NAN (#48)
Removed:
Full Changelog: 0.5.5...0.6.0