Skip to content

Commit 796fd43

Browse files
v1.3.0
1 parent b2af92d commit 796fd43

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGES.rst

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
mkl_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+
513
1.2.1
614
=====
715

conda-recipe/meta.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = "1.2.0" %}
1+
{% set version = "1.3.0" %}
22
{% set buildnumber = 0 %}
33

44
package:
@@ -41,6 +41,6 @@ test:
4141

4242
about:
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

mkl_fft/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.2.1'
1+
__version__ = '1.3.0'

0 commit comments

Comments
 (0)