@@ -2,11 +2,13 @@ Version 2022.1.0 (2022-01-XX)
2
2
-----------------------------
3
3
* Added accuracy unit tests, which can be used systematically
4
4
using the 'pyvkfft-test' installed script
5
- * Update to VkFFT 1.2.X, with support for DCT types 1, 2, 3 and 4,
6
- also fixing DCT issues (see https://github.com/DTolm/VkFFT/issues/48).
7
- DCT calculations now match scipy.
8
- This also fixes a bug for some Bluestein transforms,
9
- e.g. for 2D iFFT with a size of 808x808 or 1010x1010
5
+ * An extensive testing is now made before official releases,
6
+ evaluating all type of transforms (c2c, r2c, dct, 1, 2 and 3D,
7
+ in and out-of-place, norm 0 and 1), different GPUs, both OpenCL
8
+ 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,
10
+ also fixing a number of issues (see closed issues at
11
+ https://github.com/DTolm/VkFFT/issues)
10
12
* Raise a RuntimeError if the VkFFTApp initialisation or the
11
13
GPU kernel launch fails, with the corresponding VkFFT error.
12
14
* [BUG] Correct inverse FFT calculation using pyvkfft.fft.ifftn()
0 commit comments