Skip to content

v2.1.1

Latest

Choose a tag to compare

@antonwolfy antonwolfy released this 13 Nov 13:25
· 35 commits to master since this release
3121b76

What's Changed

Added

  • Enabled support of Python 3.13 gh-164

Changed

  • Dropped support for scipy.fftpack interface gh-185
  • Dropped support for overwrite_x parameter in mkl_fft gh-185
  • Replaced fwd_scale parameter with norm in mkl_fft gh-189
  • Conditionally import scipy_fft only if scipy is installed gh-195
  • Vendor fftfreq, rfftfreq, fftshift, and ifftshift to scipy_fft and numpy_fft interfaces gh-226, gh=229

Fixed

  • Fixed a bug for N-D FFTs when both s and out are given gh-185
  • Fix a circular dependency in Intel NumPy: revert vendoring of scipy.fft functions, instead using thin wrappers to call from scipy directly gh-233

Contributors

Full Changelog: v2.0.0...2.1.1