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 6e3e46e commit f01ec0dCopy full SHA for f01ec0d
CHANGES.rst
@@ -2,6 +2,11 @@
2
mkl_fft changelog
3
=================
4
5
+1.0.6
6
+====
7
+
8
+Fixed issues #21, and addressed NumPy 1.15 deprecation warnings from using lists instead of tuples to specify multiple slices.
9
10
1.0.5
11
====
12
mkl_fft/_version.py
@@ -1 +1 @@
1
-__version__ = '1.0.5'
+__version__ = '1.0.6'
0 commit comments