File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 22mkl_fft changelog
33=================
44
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+
5131.2.1
614=====
715
Original file line number Diff line number Diff line change 1- {% set version = "1.2 .0" %}
1+ {% set version = "1.3 .0" %}
22{% set buildnumber = 0 %}
33
44package :
4141
4242about :
4343 home : http://github.com/IntelPython/mkl_fft
44- license : BSD
44+ license : BSD-3
4545 license_file : LICENSE.txt
4646 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