File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 - Fix mismatched behavior between ` PyArrayLike1 ` and ` PyArrayLike2 ` when used with floats ([ #520 ] ( https://github.com/PyO3/rust-numpy/pull/520 ) )
44 - Add ownership-moving conversions into ` PyReadonlyArray ` and ` PyReadwriteArray ` ([ #524 ] ( https://github.com/PyO3/rust-numpy/pull/524 ) )
55 - Fix UB when calling ` PyArray::as_slice ` and ` as_slice_mut ` on misaligned arrays ([ #525 ] ( https://github.com/PyO3/rust-numpy/pull/525 ) )
6+ - Bump PyO3 dependency to v0.28.0. ([ #530 ] ( https://github.com/PyO3/rust-numpy/pull/530 ) )
67
78- v0.27.1
89 - Bump ndarray dependency to v0.17. ([ #516 ] ( https://github.com/PyO3/rust-numpy/pull/516 ) )
Original file line number Diff line number Diff line change 11[package ]
22name = " numpy"
3- version = " 0.27.1 "
3+ version = " 0.28.0 "
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