Skip to content

Releases: IntelPython/mkl_fft

v1.0.7

27 Nov 18:11
Compare
Choose a tag to compare
v1.0.7 Pre-release
Pre-release

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

20 Aug 20:29
Compare
Choose a tag to compare

Fixed #21, addressed NumPy 1.15 deprecation warnings.

1.0.5

31 Jul 15:48
Compare
Choose a tag to compare

Fixed issues #7, #17, #18.

1.0.4

23 Jul 21:04
Compare
Choose a tag to compare

Fix for crashes in MKL when mkl_fft.fft is called from different threads, issue #11.

Added CHANGES.rst.

1.0.3

19 Jul 15:23
Compare
Choose a tag to compare

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

20 Apr 19:40
Compare
Choose a tag to compare

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.