You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.