We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a926941 commit 02a0711Copy full SHA for 02a0711
CHANGES.rst
@@ -2,6 +2,13 @@
2
mkl_fft changelog
3
=================
4
5
+1.0.7
6
+====
7
+Improved exception message raised if MKL is signalling an error. The message now includes MKL's own description of the exception.
8
+This partially improves #24.
9
+
10
+Improved argument validation for ND transforms aligning with scipy 1.2.0
11
12
1.0.6
13
====
14
mkl_fft/_version.py
@@ -1 +1 @@
1
-__version__ = '1.0.6'
+__version__ = '1.0.7'
0 commit comments