Skip to content

Releases: IntelPython/mkl_fft

v1.3.11

12 Oct 00:03
8431635
Compare
Choose a tag to compare

Incremental release with updated installation instruction in readme, update to Cython 3, and fix for gh-109

v1.3.10

30 May 17:08
8235dda
Compare
Choose a tag to compare

Bug fix release to support NumPy 2.0, addressing test suite failure on Windows.

v1.3.9

28 May 11:37
d105f86
Compare
Choose a tag to compare

What's changed

mkl_fft now supports NumPy 2.0

v1.3.8

11 Sep 22:17
Compare
Choose a tag to compare

Release with vendored copy of numpy.distutils.conv_template. This allows mkl_fft to be build with Python 3.12 and NumPy >=1.25

1.3.7

03 Sep 00:22
Compare
Choose a tag to compare

Updated build system away from using numpy.distutils.

Updated code to compile with Cython 3.0

1.3.6

01 Apr 20:24
Compare
Choose a tag to compare

This release fixes issues with mkl_fft.interfaces.scipy_fft.

v1.3.3

09 Mar 22:05
Compare
Choose a tag to compare

Added mkl_fft.interfaces with numpy_fft and scipy_fft supported.

The scipy_fft updated to support new norm keyword values, and the plan parameter, although the only supported value is the default plan=None.

v1.3.1

24 Aug 13:19
78564b7
Compare
Choose a tag to compare

This release fixes #64

v1.3.0.post0

05 Jul 15:10
f7b2c68
Compare
Choose a tag to compare

Update description for Pypi package installation

v1.3.0

24 Feb 23:41
Compare
Choose a tag to compare

Support for new in NumPy 1.20 values of norm keyword in numpy.fft interface.

mkl_fft.*fft* functions support forward_scale keyword.

Fixed #48