Skip to content

rust-numpy version 0.20.0

Compare
Choose a tag to compare
@adamreichold adamreichold released this 12 Oct 08:10
· 34 commits to main since this release

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.