This repository has been archived by the owner on Feb 17, 2023. It is now read-only.
v0.9.0
Highlights:
- Adds
Array.transpose()
(using TransposedArray). - Support for indexing with
np.newaxis
to add new axes. - Support automatic numpy array conversion via
__array__()
. - Initial broadcasting support via
BroadcastArray
. - A more human-readable format for
str()
.
Other improvements:
- Tests work on 32-bit platforms.