File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ - v0.22.1
4+ - Fix building on 32-bit Windows. ([ #463 ] ( https://github.com/PyO3/rust-numpy/pull/463 ) )
5+ - Add ` PyReadwriteArray::make_nonwriteable ` . ([ #462 ] ( https://github.com/PyO3/rust-numpy/pull/462 ) )
6+ - Implement ` From<PyReadWriteArray> ` for ` PyReadonlyArray ` . ([ #462 ] ( https://github.com/PyO3/rust-numpy/pull/462 ) )
7+
38- v0.22.0
49 - Bump MSRV to 1.63. ([ #450 ] ( https://github.com/PyO3/rust-numpy/pull/450 ) )
510 - Add ` permute ` and ` transpose ` methods for changing the order of axes of a ` PyArray ` . ([ #428 ] ( https://github.com/PyO3/rust-numpy/pull/428 ) )
Original file line number Diff line number Diff line change 11[package ]
22name = " numpy"
3- version = " 0.22.0 "
3+ version = " 0.22.1 "
44authors = [
55 " The rust-numpy Project Developers" ,
66 " PyO3 Project and Contributors <https://github.com/PyO3>"
You can’t perform that action at this time.
0 commit comments