You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-2
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
15
* NumPy interface `mkl_fft.interfaces.numpy_fft` is aligned with numpy-2.x.x [gh-139](https://github.com/IntelPython/mkl_fft/pull/139), [gh-157](https://github.com/IntelPython/mkl_fft/pull/157)
16
16
* To set `mkl_fft` as the backend for SciPy is only possible through `mkl_fft.interfaces.scipy_fft`[gh-179](https://github.com/IntelPython/mkl_fft/pull/179)
17
17
* SciPy interface `mkl_fft.interfaces.scipy_fft` uses the same function from SciPy for handling `s` and `axes` for N-D FFTs [gh-181](https://github.com/IntelPython/mkl_fft/pull/181)
18
+
* Dropped support for `scipy.fftpack` interface [gh-185](https://github.com/IntelPython/mkl_fft/pull/185)
19
+
* Dropped support for `overwrite_x` parameter in `mkl_fft`[gh-185](https://github.com/IntelPython/mkl_fft/pull/185)
18
20
19
21
### Fixed
20
-
* Fixed an issue for calling `mkl_fft.interfaces.numpy.fftn`with an empty axes [gh-139](https://github.com/IntelPython/mkl_fft/pull/139)
21
-
* Fixed an issue for calling `mkl_fft.interfaces.numpy.fftn` with a zero-size array [gh-139](https://github.com/IntelPython/mkl_fft/pull/139)
22
+
* Fixed a bug in `mkl_fft.interfaces.numpy.fftn`when an empty tuple is passed for `axes`[gh-139](https://github.com/IntelPython/mkl_fft/pull/139)
23
+
* Fixed a bug for a case when a zero-size array is passed to `mkl_fft.interfaces.numpy.fftn`[gh-139](https://github.com/IntelPython/mkl_fft/pull/139)
22
24
* Fixed inconsistency of input and output arrays dtype for `irfft` function [gh-180](https://github.com/IntelPython/mkl_fft/pull/180)
25
+
* Fixed a bug for N-D FFTs when both `s` and `out` are given [gh-185](https://github.com/IntelPython/mkl_fft/pull/185)
0 commit comments