Skip to content

Commit 4a4f321

Browse files
committed
rel(2.10.0): Update CHANGES [skip ci]
1 parent 581e460 commit 4a4f321

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGES.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
2.10.0 (July 04, 2024)
2+
======================
3+
Feature release in the 2.10.x series.
4+
5+
The main change is a bugfix when fitting multi-level B-Splines to some
6+
noisy fieldmaps.
7+
The multi-level fitting, while being theoretically nice, does not really
8+
bring anything immediately as we are not generally inverting the distortion.
9+
In this release, the default fitting has been change to single-level B-Splines,
10+
with a spacing similar to TOPUP's defaults.
11+
12+
With thanks to Sunjae Shim (@sjshim) for sharing Spiral-echo fieldmaps that
13+
were failing prior the patch in #453.
14+
15+
CHANGES
16+
-------
17+
18+
* FIX: Revision of the B-Spline fitting code (#453)
19+
* FIX: Building Docker image on ARM64 devices (#449)
20+
* ENH: Improve plots in jupyter notebook (#452)
21+
* DOC: Fix ``ValueError`` in notebook's output. (#450)
22+
23+
124
2.9.0 (June 13, 2024)
225
=====================
326
Feature release in the 2.9.x series.

0 commit comments

Comments
 (0)