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

v0.13.0

Compare
Choose a tag to compare
@rhattersley rhattersley released this 10 Dec 10:32
· 61 commits to master since this release

Highlights:

  • Add support for all NumPy ufuncs and a few more besides (#153).
  • Add r* operators (#155).
  • Fix indexing of broadcast dimension (#156).
  • Fix ArrayStack for Fortran-order arrays (#159).
  • Fix indexing of unary operations (#162).
  • Fix the handling of masked arrays for unary operations (#167).
  • Fix the ability to use binary operators on two different bit-length data types (#165).
  • Mimic NumPy's special type-promotion behaviour when dealing with Python floats & ints (#169).