Skip to content

Commit 8ca7280

Browse files
committed
Merge remote-tracking branch 'upstream/maint/2.6.x'
2 parents 3c84f5a + 7288b51 commit 8ca7280

File tree

2 files changed

+28
-4
lines changed

2 files changed

+28
-4
lines changed

.zenodo.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
"name": "Oscar Esteban"
99
},
1010
{
11-
"orcid": "0000-0002-7252-7771",
11+
"orcid": "0000-0002-6533-164X",
1212
"affiliation": "Department of Psychology, Stanford University, CA, USA",
13-
"name": "Mathias Goncalves"
13+
"name": "Christopher J. Markiewicz"
1414
},
1515
{
16-
"orcid": "0000-0002-6533-164X",
16+
"orcid": "0000-0002-7252-7771",
1717
"affiliation": "Department of Psychology, Stanford University, CA, USA",
18-
"name": "Christopher J. Markiewicz"
18+
"name": "Mathias Goncalves"
1919
}
2020
],
2121
"contributors": [

CHANGES.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
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+
125
2.5.2 (November 09, 2023)
226
=========================
327
Bug-fix release in the 2.5.x series.

0 commit comments

Comments
 (0)