Skip to content

Commit

Permalink
Release 2022.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vincefn committed Feb 3, 2022
1 parent b4f91c0 commit d728963
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
Version 2022.1.0 (2022-01-XX)
Version 2022.1 (2022-02-03)
-----------------------------
* Added accuracy unit tests, which can be used systematically
using the 'pyvkfft-test' installed script
* An extensive testing is now made before official releases,
evaluating all type of transforms (c2c, r2c, dct, 1, 2 and 3D,
in and out-of-place, norm 0 and 1), different GPUs, both OpenCL
and CUDA, etc... Comparison is made against pyfftw, scipy or numpy.
* Update to VkFFT 1.2.20, with support for DCT types 1, 2, 3 and 4,
* Update to VkFFT 1.2.21, with support for DCT types 1, 2, 3 and 4,
also fixing a number of issues (see closed issues at
https://github.com/DTolm/VkFFT/issues)
https://github.com/DTolm/VkFFT/issues), and passing all tests
on different GPUs (OpenCL and CUDA, AMD and nVidia)
* Raise a RuntimeError if the VkFFTApp initialisation or the
GPU kernel launch fails, with the corresponding VkFFT error.
* [BUG] Correct inverse FFT calculation using pyvkfft.fft.ifftn()
Expand Down
2 changes: 1 addition & 1 deletion pyvkfft/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__authors__ = ["Vincent Favre-Nicolin (pyvkfft), Dmitrii Tolmachev (VkFFT)"]
__license__ = "MIT"
__date__ = "2022/01/25"
__date__ = "2022/02/03"
# Valid numbering includes 3.1, 3.1.0, 3.1.2, 3.1dev0, 3.1a0, 3.1b0
__version__ = "2022.1"

Expand Down

0 comments on commit d728963

Please sign in to comment.