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-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
12
12
### Changed
13
13
* Replaced `fwd_scale` parameter with `norm` in `mkl_fft`[gh-189](https://github.com/IntelPython/mkl_fft/pull/189)
14
+
* Dropped support for `scipy.fftpack` interface [gh-185](https://github.com/IntelPython/mkl_fft/pull/185)
15
+
* Dropped support for `overwrite_x` parameter in `mkl_fft`[gh-185](https://github.com/IntelPython/mkl_fft/pull/185)
14
16
15
17
### Fixed
18
+
* Fixed a bug for N-D FFTs when both `s` and `out` are given [gh-185](https://github.com/IntelPython/mkl_fft/pull/185)
16
19
17
20
## [2.0.0] - 2025-06-03
18
21
@@ -27,8 +30,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
27
30
* 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)
28
31
29
32
### Fixed
30
-
* Fixed an issue for calling `mkl_fft.interfaces.numpy.fftn`with an empty axes [gh-139](https://github.com/IntelPython/mkl_fft/pull/139)
31
-
* 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)
33
+
* 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)
34
+
* 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)
32
35
* Fixed inconsistency of input and output arrays dtype for `irfft` function [gh-180](https://github.com/IntelPython/mkl_fft/pull/180)
33
36
* Fixed issues with `set_workers` function in SciPy interface `mkl_fft.interfaces.scipy_fft`[gh-183](https://github.com/IntelPython/mkl_fft/pull/183)
0 commit comments