Skip to content

v0.3.0

Latest

Choose a tag to compare

@antonwolfy antonwolfy released this 13 Nov 14:02
· 31 commits to main since this release
1896c90

What's Changed

Added

  • Added mkl implementation for floating point data-types of exp2, log2, fabs, copysign, nextafter, fmax, fmin and remainder functions gh-81
  • Added mkl implementation for complex data-types of conjugate and absolute functions gh-86
  • Enabled support of Python 3.13 gh-101
  • Added mkl implementation for complex data-types of add, subtract, multiply and divide functions gh-102

Changed

  • Dropped support for maximum and minimum gh-104
  • Disabled -fast-math by default gh-105
  • Used a common umath loop for log2 function to match NumPy gh-109
  • Dropped support for remainder function gh-110

New Contributors

Contributors

Full Changelog: v0.2.0...0.3.0