|
| 1 | +2.6.0 (November 10, 2023) |
| 2 | +========================= |
| 3 | +New feature release in the 2.6.0 series. |
| 4 | + |
| 5 | +This release resolves a number of issues with fieldmaps inducing distortions |
| 6 | +during correction. Phase difference and direct fieldmaps are now masked correctly, |
| 7 | +preventing the overestimation of distortions outside the brain. Additionally, |
| 8 | +we now implement Jacobian weighting during unwarping, which corrects for compression |
| 9 | +and expansion effects on signal intensity. |
| 10 | + |
| 11 | +* FIX: Mask fieldmap before fitting spline field (#396) |
| 12 | +* FIX: Interpolate to floating point values (#394) |
| 13 | +* FIX: Refactoring the ``B0FieldTransform`` implementation (#346) |
| 14 | +* FIX: Nipype workflows like to be passed absolute paths (phasediff fieldmap) (#374) |
| 15 | +* ENH: Implement Jacobian weighting during unwarp (#391) |
| 16 | +* ENH: Output target2fmap_xfm from coeff2epi_wf (#381) |
| 17 | +* ENH: Add data loader to sdcflows.data, drop pkg_resources (#379) |
| 18 | +* RF: Use scipy.interpolate.BSpline to construct spline basis (#393) |
| 19 | +* DOC: Use latest sphinx to fix bad sphinx/furo interaction (#390) |
| 20 | +* DOC: Fix missing dependency when merging new data loader (#380) |
| 21 | +* MNT: Update emprical values in test to allow transition to new scipy's BSpline (#387) |
| 22 | +* MNT: Add pre-commit config (#375) |
| 23 | +* MNT: Add a seed to random generator of coefficients (#368) |
| 24 | + |
1 | 25 | 2.5.2 (November 09, 2023)
|
2 | 26 | =========================
|
3 | 27 | Bug-fix release in the 2.5.x series.
|
|
0 commit comments