Skip to content

Commit 02a0711

Browse files
release of 1.0.7
1 parent a926941 commit 02a0711

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
mkl_fft changelog
33
=================
44

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+
512
1.0.6
613
====
714

mkl_fft/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.0.6'
1+
__version__ = '1.0.7'

0 commit comments

Comments
 (0)