Skip to content

Commit c06f3c0

Browse files
committed
updated all ver to 2.4.0, tweaked CHANGELOG
1 parent a30e282 commit c06f3c0

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
List of features / changes made / release notes, in reverse chronological order.
22
If not stated, FINUFFT is assumed (cuFINUFFT <=1.3 is listed separately).
33

4-
Master, using release name V 2.4.0 (4/30/25)
4+
V 2.4.0 (5/27/25)
55

6+
* slight accuracy improvements for small N by use of ceil in nf choice
7+
(Barbone & Barnett a0bde26).
68
* PR #662 (Barbone):
79
Direct calc (dirft) templated, norms computed by hand in tests, to remove
810
finufft dependency for cufinufft math tests.
@@ -24,7 +26,7 @@ Master, using release name V 2.4.0 (4/30/25)
2426
* fixed empty-opts bug in MATLAB/Octave for {cu}finufft, PR 666 (Barnett).
2527
* MATLAB/Octave unified fullmathtest.m for CPU and/or GPU (Barnett).
2628
* 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).
2830
* Tweaked choice of upsampfac to use a density based heuristic for type 1 and 2
2931
in the CPU library. This gives a significant speedup for some cases.
3032
For now we assume density=1.0 (to revisit). Barbone. PR #638 & 652.

python/cufinufft/cufinufft/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
"nufft3d1", "nufft3d2",
99
"Plan"]
1010

11-
__version__ = '2.4.0beta1'
11+
__version__ = '2.4.0'

python/finufft/finufft/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
from finufft._interfaces import nufft2d1,nufft2d2,nufft2d3
1818
from finufft._interfaces import nufft3d1,nufft3d2,nufft3d3
1919

20-
__version__ = '2.4.0-rc1'
20+
__version__ = '2.4.0'

0 commit comments

Comments
 (0)