File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
24
2.9.0 (June 13, 2024)
2
25
=====================
3
26
Feature release in the 2.9.x series.
You can’t perform that action at this time.
0 commit comments