rust-numpy version 0.17.1
adamreichold
released this
28 Aug 08:36
·
5 commits
to release-0.17
since this release
This release fixes a use-after-free bug in how the methods PyArray::resize
, PyArray::reshape
and PyArray::reshape_with_order
call into the NumPy C-API.
Due to this breaking memory safety and being easy to hit in release builds, the previous release 0.17.0 was yanked from crates.io.