You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
loongarch64lsx 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.