We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cd520e commit 0424bcdCopy full SHA for 0424bcd
CHANGES.rst
@@ -2,6 +2,11 @@
2
mkl_fft changelog
3
=================
4
5
+1.3.9
6
+=====
7
+
8
+Updated code and build system to support NumPy 2.0
9
10
1.3.8
11
=====
12
conda-recipe/meta.yaml
@@ -1,4 +1,4 @@
1
-{% set version = "1.3.8" %}
+{% set version = "1.3.9" %}
{% set buildnumber = 0 %}
package:
mkl_fft/_version.py
@@ -1 +1 @@
-__version__ = '1.3.8'
+__version__ = '1.3.9'
0 commit comments