File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
8
- v0.22.0
4
9
- Bump MSRV to 1.63. ([ #450 ] ( https://github.com/PyO3/rust-numpy/pull/450 ) )
5
10
- 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 1
1
[package ]
2
2
name = " numpy"
3
- version = " 0.22.0 "
3
+ version = " 0.22.1 "
4
4
authors = [
5
5
" The rust-numpy Project Developers" ,
6
6
" PyO3 Project and Contributors <https://github.com/PyO3>"
You can’t perform that action at this time.
0 commit comments