Skip to content

Commit 4d8cc2a

Browse files
publishing v1.2.0
1 parent 65b78b6 commit 4d8cc2a

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
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.2.0
6+
=====
7+
8+
Due to removal of deprecated real-to-real FFT with `DFTI_CONJUGATE_EVEN_STORAGE=DFTI_COMPLEX_REAL` and `DFTI_PACKED_FORMAT=DFTI_PACK`
9+
from Intel(R) Math Kernel Library, reimplemented `mkl_fft.rfft` and `mkl_fft.irfft` to use real-to-complex functionality with subsequent
10+
copying to rearange the transform as expected of `mkl_fft.rfft`, with the associated performance penalty. The use of the real-to-complex
11+
transform improves multi-core utilization which may offset the performance loss incurred due to copying.
12+
13+
514
1.1.0
615
=====
716

conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = "1.1.0" %}
1+
{% set version = "1.2.0" %}
22
{% set buildnumber = 0 %}
33

44
package:

mkl_fft/_version.py

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

0 commit comments

Comments
 (0)