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 254824d commit 14dcdf6Copy full SHA for 14dcdf6
CHANGES.rst
@@ -2,6 +2,12 @@
2
mkl_fft changelog
3
=================
4
5
+1.0.13
6
+======
7
+
8
+Issue #39 fixed (memory leak with complex FFT on real arrays)
9
10
11
1.0.12
12
======
13
Issue #37 fixed.
mkl_fft/_version.py
@@ -1 +1 @@
1
-__version__ = '1.0.12'
+__version__ = '1.0.13'
0 commit comments