Releases: IntelPython/mkl_fft
Releases · IntelPython/mkl_fft
v1.0.9
This is rerelease of 1.0.7, which adds include of mkl.h
in the header file to fix build break with clang on MacOS.
v1.0.8
This is re-release of 1.0.7 with a fix for gcc compilation error, missed due to lack of CI.
v1.0.7
Improved exception message raised if Intel MKL is signalling an error.
The message now includes MKL's own description of the exception.
This partially improves #24.
Improved argument validation for ND transforms aligning with scipy 1.2.0
1.0.6
Fixed #21, addressed NumPy 1.15 deprecation warnings.
1.0.4
Fix for crashes in MKL when mkl_fft.fft
is called from different threads, issue #11.
Added CHANGES.rst
.
1.0.3
This is a bug fix release.
It fixes issues #9, and #13.
As part of fixing issue #13, out-of-place 1D FFT calls such as fft
, ifft
, rfft_numpy
and irfftn_numpy
will allocate Fortran layout array for the output is the input is a Fotran array.
1.0.2
Minor update of mkl_fft
, reflecting renaming of numpy.core.multiarray_tests
module to numpy.core._multiarray_tests
as well as fixing mkl-fft/issue/4.