We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46c524c commit def982eCopy full SHA for def982e
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Changelog
2
3
- Unreleased
4
+ - Support object arrays ([#216](https://github.com/PyO3/rust-numpy/pull/216))
5
+ - `PyArray::new` is now `unsafe`, as it produces uninitialized arrays ([#220](https://github.com/PyO3/rust-numpy/pull/220))
6
+ - Fix thread-safety in internal API globals ([#222](https://github.com/PyO3/rust-numpy/pull/222))
7
- Make arrays produced via `IntoPyArray`, i.e. those owning Rust data, writeable ([#235](https://github.com/PyO3/rust-numpy/pull/235))
8
9
- v0.15.0
0 commit comments