Skip to content

2.4.0

Compare
Choose a tag to compare
@starkat99 starkat99 released this 26 Feb 01:10
· 5 commits to main since this release
41cb0f4

Added

  • Optional rkyv support. Fixes #100, by @comath.
  • New num-traits implementations: AsPrimitive<f16> for bf16 and AsPrimitive<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.