2.4.0
Added
- Optional
rkyv
support. Fixes #100, by @comath. - New
num-traits
implementations:AsPrimitive<f16>
forbf16
andAsPrimitive<bf16>
for
f16
, allowing lossy conversions between the two types. By @charles-r-earp. Cargo.lock
added to vcs as is now recommended for library crates.
Fixed
- Remove some unit NaN conversion sign tests due to non-deterministic hardware. Fixes #103.
- Redundant import warnings on nightly Rust.