Releases: IntelPython/mkl_fft
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
v1.0.13
v1.0.12
v1.0.11
Inlined multi-iterator routines to improve efficiency of complex ND transforms on real vectors.