Skip to content

Commit def982e

Browse files
authored
changelog: add some recent fixes
1 parent 46c524c commit def982e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22

33
- 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))
47
- Make arrays produced via `IntoPyArray`, i.e. those owning Rust data, writeable ([#235](https://github.com/PyO3/rust-numpy/pull/235))
58

69
- v0.15.0

0 commit comments

Comments
 (0)