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 c96535b commit b94dc80Copy full SHA for b94dc80
CHANGES.rst
@@ -2,6 +2,15 @@
2
mkl_fft changelog
3
=================
4
5
+1.0.15
6
+======
7
+
8
+Changed tests to not compare against numpy fft, as this broke due to renaming of `np.fft.pocketfft` to
9
+`np.fft._pocketfft`. Instead compare against naive realization of 1D FFT as a sum.
10
11
+Setup script is now aware of `MKLROOT` environment variable. If unset, NumPy's mkl_info will be queried.
12
13
14
1.0.14
15
======
16
mkl_fft/_version.py
@@ -1 +1 @@
1
-__version__ = '1.0.14'
+__version__ = '1.0.15'
0 commit comments