File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
List of features / changes made / release notes, in reverse chronological order.
2
2
If not stated, FINUFFT is assumed (cuFINUFFT <=1.3 is listed separately).
3
3
4
- Master, using release name V 2.4.0 (4/30 /25)
4
+ V 2.4.0 (5/27 /25)
5
5
6
+ * slight accuracy improvements for small N by use of ceil in nf choice
7
+ (Barbone & Barnett a0bde26).
6
8
* PR #662 (Barbone):
7
9
Direct calc (dirft) templated, norms computed by hand in tests, to remove
8
10
finufft dependency for cufinufft math tests.
@@ -24,7 +26,7 @@ Master, using release name V 2.4.0 (4/30/25)
24
26
* fixed empty-opts bug in MATLAB/Octave for {cu}finufft, PR 666 (Barnett).
25
27
* MATLAB/Octave unified fullmathtest.m for CPU and/or GPU (Barnett).
26
28
* MATLAB GPU interface (MEX CUDA) via gpuArrays, PR 634 (mostly Libin Lu;
27
- docs/examples/tests/interfaces by Barnett).
29
+ docs/examples/tests/interfaces by Barnett; sped up by Fortunato ).
28
30
* Tweaked choice of upsampfac to use a density based heuristic for type 1 and 2
29
31
in the CPU library. This gives a significant speedup for some cases.
30
32
For now we assume density=1.0 (to revisit). Barbone. PR #638 & 652.
Original file line number Diff line number Diff line change 8
8
"nufft3d1" , "nufft3d2" ,
9
9
"Plan" ]
10
10
11
- __version__ = '2.4.0beta1 '
11
+ __version__ = '2.4.0 '
Original file line number Diff line number Diff line change 17
17
from finufft ._interfaces import nufft2d1 ,nufft2d2 ,nufft2d3
18
18
from finufft ._interfaces import nufft3d1 ,nufft3d2 ,nufft3d3
19
19
20
- __version__ = '2.4.0-rc1 '
20
+ __version__ = '2.4.0'
You can’t perform that action at this time.
0 commit comments