Inhibited vectorization of short loops computing pointer to memory referenced by a multi-iterator by Intel (R) C Compiler, improving performance of ND `fft` and `ifft` on real input arrays.
1.0.11
====== Improvement for performance of ND `fft` on real input arrays by inlining multi-iterators. This particularly benefits performance of mkl_fft built with Intel (R) C Compiler.
1.0.10
====== Fix for issue 29.
1.0.7
===== Improved exception message raised if 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 issues 21, and addressed NumPy 1.15 deprecation warnings from using lists instead of tuples to specify multiple slices.
1.0.5
=====
Fixed issues 7, 17, 18. Consolidated version specification into a single file `mkl_fft/_version.py`.