Skip to content

Commit 91e8662

Browse files
author
Christopher Doris
committed
release notes
1 parent d03a5ab commit 91e8662

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/src/releasenotes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release Notes
22

3+
## Unreleased
4+
* `PyArray` can be constructed using the `__array_struct__` part of the Numpy array
5+
interface. Constructing `PyArray(x)` is now about 50x faster, or 175x faster if you fully
6+
specify the type.
7+
38
## 0.9.0 (2022-05-27)
49
* **Breaking.** Removes `getpy`: you may now overload `Py` directly, which now need not
510
always return a new object (e.g. for singletons or wrappers).

0 commit comments

Comments
 (0)