Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

v0.9.0

Compare
Choose a tag to compare
@rhattersley rhattersley released this 24 Mar 14:58
· 130 commits to master since this release

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.