Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-pavlyk committed Feb 24, 2021
1 parent b2af92d commit 796fd43
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
mkl_fft changelog
=================

1.3.0
=====

Updated numpy interface to support new in NumPy 1.20 supported values of norm keyword, such as "forward" and "backward".
To enable this, `mkl_fft` functions now support `forward_scale` parameter that defaults to 1.

Fixed issue #48.

1.2.1
=====

Expand Down
4 changes: 2 additions & 2 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "1.2.0" %}
{% set version = "1.3.0" %}
{% set buildnumber = 0 %}

package:
Expand Down Expand Up @@ -41,6 +41,6 @@ test:

about:
home: http://github.com/IntelPython/mkl_fft
license: BSD
license: BSD-3
license_file: LICENSE.txt
summary: NumPy-based implementation of Fast Fourier Transform using Intel (R) Math Kernel Library
2 changes: 1 addition & 1 deletion mkl_fft/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.2.1'
__version__ = '1.3.0'

0 comments on commit 796fd43

Please sign in to comment.