What's Changed
Added
- Enabled support of Python 3.13 gh-164
Changed
- Dropped support for
scipy.fftpackinterface gh-185 - Dropped support for
overwrite_xparameter inmkl_fftgh-185 - Replaced
fwd_scaleparameter withnorminmkl_fftgh-189 - Conditionally import
scipy_fftonly ifscipyis installed gh-195 - Vendor
fftfreq,rfftfreq,fftshift, andifftshifttoscipy_fftandnumpy_fftinterfaces gh-226, gh=229
Fixed
- Fixed a bug for N-D FFTs when both
sandoutare given gh-185 - Fix a circular dependency in Intel NumPy: revert vendoring of
scipy.fftfunctions, instead using thin wrappers to call fromscipydirectly gh-233
Contributors
Full Changelog: v2.0.0...2.1.1