Releases: IntelPython/mkl_fft
v1.3.3
Added mkl_fft.interfaces with numpy_fft and scipy_fft supported.
The scipy_fft updated to support new norm keyword values, and the plan parameter, although the only supported value is the default plan=None.
v1.3.1
v1.3.0.post0
Update description for Pypi package installation
v1.3.0
v1.2.1
v1.2.0
Due to removal of deprecated real-to-real FFT with DFTI_CONJUGATE_EVEN_STORAGE=DFTI_COMPLEX_REAL and DFTI_PACKED_FORMAT=DFTI_PACK
from Intel(R) Math Kernel Library, reimplemented mkl_fft.rfft and mkl_fft.irfft to use real-to-complex functionality with subsequent
copying to rearange the transform as expected of mkl_fft.rfft, with the associated performance penalty. The use of the real-to-complex
transform improves multi-core utilization which may offset the performance loss incurred due to copying.
v1.1.0
v1.0.14
Fix for bug in irfftn_numpy for non-default axes.
Update to NumPy interface to adjust to changes to pocketfft in NumPy 1.17