rust-numpy version 0.20.0
This release matches PyO3 version 0.20.0 and follows its MSRV increase to Rust 1.56. It adds support for fixed size string-like elements via PyFixedString
and PyFixedUnicode
, adds support for the bfloat16
element type often added to NumPy by third-party packages and introduces the PyArrayLike
receiver type to provide flexible yet efficient array-based API.