We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94606a2 commit c7c12e2Copy full SHA for c7c12e2
CHANGES.rst
@@ -2,6 +2,12 @@
2
mkl_fft changelog
3
=================
4
5
+1.3.8
6
+=====
7
+
8
+Added vendored `conv_template.py` from NumPy's distutils submodule to enable building of `mkl_fft` with
9
+NumPy >=1.25 and Python 3.12
10
11
1.3.7
12
=====
13
conda-recipe/meta.yaml
@@ -1,4 +1,4 @@
1
-{% set version = "1.3.7" %}
+{% set version = "1.3.8" %}
{% set buildnumber = 0 %}
package:
mkl_fft/_version.py
@@ -1 +1 @@
-__version__ = '1.3.7'
+__version__ = '1.3.8'
0 commit comments