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 d03a5ab commit 91e8662Copy full SHA for 91e8662
docs/src/releasenotes.md
@@ -1,5 +1,10 @@
1
# Release Notes
2
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
+
8
## 0.9.0 (2022-05-27)
9
* **Breaking.** Removes `getpy`: you may now overload `Py` directly, which now need not
10
always return a new object (e.g. for singletons or wrappers).
0 commit comments