File tree 3 files changed +11
-3
lines changed
3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 2
2
mkl_fft changelog
3
3
=================
4
4
5
+ 1.3.0
6
+ =====
7
+
8
+ Updated numpy interface to support new in NumPy 1.20 supported values of norm keyword, such as "forward" and "backward".
9
+ To enable this, `mkl_fft ` functions now support `forward_scale ` parameter that defaults to 1.
10
+
11
+ Fixed issue #48.
12
+
5
13
1.2.1
6
14
=====
7
15
Original file line number Diff line number Diff line change 1
- {% set version = "1.2 .0" %}
1
+ {% set version = "1.3 .0" %}
2
2
{% set buildnumber = 0 %}
3
3
4
4
package :
41
41
42
42
about :
43
43
home : http://github.com/IntelPython/mkl_fft
44
- license : BSD
44
+ license : BSD-3
45
45
license_file : LICENSE.txt
46
46
summary : NumPy-based implementation of Fast Fourier Transform using Intel (R) Math Kernel Library
Original file line number Diff line number Diff line change 1
- __version__ = '1.2.1 '
1
+ __version__ = '1.3.0 '
You can’t perform that action at this time.
0 commit comments