Skip to content

Commit fd91c92

Browse files
committed
Version 2024.1.4
1 parent 6c41dd0 commit fd91c92

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1+
Version 2024.1.4 (2024-07-23)
2+
-----------------------------
3+
* support numpy >=2.0
4+
15
Version 2024.1.3 (2024-03-19)
26
-----------------------------
37
* Correct handling of arrays where some axes
48
have a length of 1 [https://github.com/vincefn/pyvkfft/issues/34],
59
with a number of corner cases for R2C where the
610
fast axis must be transformed.
711

8-
Version 2024.1.2.post0 (2024-03-19)
12+
Version 2024.1.2.post0 (2024-05-01)
913
-----------------------------
1014
* Fix nvcc search in setup.py without a CUDA_HOME type
1115
environment variable under linux.

pyvkfft/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
__license__ = "MIT"
55
__date__ = "2024/03/19"
66
# Valid numbering includes 3.1, 3.1.0, 3.1.2, 3.1dev0, 3.1a0, 3.1b0, 3.1.2.post1,...
7-
__version__ = "2024.1.2.post0"
7+
__version__ = "2024.1.4"
88

99
import os
1010

0 commit comments

Comments
 (0)