Skip to content

2.7.0

Choose a tag to compare

@VoidStarKat VoidStarKat released this 09 Oct 00:23
· 11 commits to main since this release
679d009

Changed

  • zerocopy is now a required dependency. The optional zerocopy crate feature is deprecated. This change is to ensure better code safety and prevent potential unsound behavior.
  • Git repository URL has changed due to GitHub user name change. Old URL is redirected.

Added

  • New num-traits implementations: Signed for f16 and bf16. By @djsell.
  • loongarch64 lsx hardware intrinsic support for f16 conversions. By @heiher.
  • Implemented Weight trait from rand crate for f16 and bf16 with rand optional cargo feature. By @majian4work.

Fixed

  • min and max incorrectly propagate NaN values when self is NaN. Fixes #126, by @mgottscho.
  • Suppressed warnings from new unnecessary_transmutes lint.

Removed

  • doc_auto_cfg feature has been removed from docs.rs documentation due to removal of rust feature.