Skip to content

Commit

Permalink
Version 2024.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vincefn committed Jul 23, 2024
1 parent 6c41dd0 commit fd91c92
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
Version 2024.1.4 (2024-07-23)
-----------------------------
* support numpy >=2.0

Version 2024.1.3 (2024-03-19)
-----------------------------
* Correct handling of arrays where some axes
have a length of 1 [https://github.com/vincefn/pyvkfft/issues/34],
with a number of corner cases for R2C where the
fast axis must be transformed.

Version 2024.1.2.post0 (2024-03-19)
Version 2024.1.2.post0 (2024-05-01)
-----------------------------
* Fix nvcc search in setup.py without a CUDA_HOME type
environment variable under linux.
Expand Down
2 changes: 1 addition & 1 deletion pyvkfft/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__license__ = "MIT"
__date__ = "2024/03/19"
# Valid numbering includes 3.1, 3.1.0, 3.1.2, 3.1dev0, 3.1a0, 3.1b0, 3.1.2.post1,...
__version__ = "2024.1.2.post0"
__version__ = "2024.1.4"

import os

Expand Down

0 comments on commit fd91c92

Please sign in to comment.