Skip to content

Commit d728963

Browse files
committed
Release 2022.1
1 parent b4f91c0 commit d728963

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
Version 2022.1.0 (2022-01-XX)
1+
Version 2022.1 (2022-02-03)
22
-----------------------------
33
* Added accuracy unit tests, which can be used systematically
44
using the 'pyvkfft-test' installed script
55
* An extensive testing is now made before official releases,
66
evaluating all type of transforms (c2c, r2c, dct, 1, 2 and 3D,
77
in and out-of-place, norm 0 and 1), different GPUs, both OpenCL
88
and CUDA, etc... Comparison is made against pyfftw, scipy or numpy.
9-
* Update to VkFFT 1.2.20, with support for DCT types 1, 2, 3 and 4,
9+
* Update to VkFFT 1.2.21, with support for DCT types 1, 2, 3 and 4,
1010
also fixing a number of issues (see closed issues at
11-
https://github.com/DTolm/VkFFT/issues)
11+
https://github.com/DTolm/VkFFT/issues), and passing all tests
12+
on different GPUs (OpenCL and CUDA, AMD and nVidia)
1213
* Raise a RuntimeError if the VkFFTApp initialisation or the
1314
GPU kernel launch fails, with the corresponding VkFFT error.
1415
* [BUG] Correct inverse FFT calculation using pyvkfft.fft.ifftn()

pyvkfft/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

0 commit comments

Comments
 (0)