Skip to content

Commit b94dc80

Browse files
bumped version, added CHANGES
1 parent c96535b commit b94dc80

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGES.rst

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

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+
514
1.0.14
615
======
716

mkl_fft/_version.py

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

0 commit comments

Comments
 (0)