Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/maint/2.6.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Nov 10, 2023
2 parents 3c84f5a + 7288b51 commit 8ca7280
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"name": "Oscar Esteban"
},
{
"orcid": "0000-0002-7252-7771",
"orcid": "0000-0002-6533-164X",
"affiliation": "Department of Psychology, Stanford University, CA, USA",
"name": "Mathias Goncalves"
"name": "Christopher J. Markiewicz"
},
{
"orcid": "0000-0002-6533-164X",
"orcid": "0000-0002-7252-7771",
"affiliation": "Department of Psychology, Stanford University, CA, USA",
"name": "Christopher J. Markiewicz"
"name": "Mathias Goncalves"
}
],
"contributors": [
Expand Down
24 changes: 24 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
2.6.0 (November 10, 2023)
=========================
New feature release in the 2.6.0 series.

This release resolves a number of issues with fieldmaps inducing distortions
during correction. Phase difference and direct fieldmaps are now masked correctly,
preventing the overestimation of distortions outside the brain. Additionally,
we now implement Jacobian weighting during unwarping, which corrects for compression
and expansion effects on signal intensity.

* FIX: Mask fieldmap before fitting spline field (#396)
* FIX: Interpolate to floating point values (#394)
* FIX: Refactoring the ``B0FieldTransform`` implementation (#346)
* FIX: Nipype workflows like to be passed absolute paths (phasediff fieldmap) (#374)
* ENH: Implement Jacobian weighting during unwarp (#391)
* ENH: Output target2fmap_xfm from coeff2epi_wf (#381)
* ENH: Add data loader to sdcflows.data, drop pkg_resources (#379)
* RF: Use scipy.interpolate.BSpline to construct spline basis (#393)
* DOC: Use latest sphinx to fix bad sphinx/furo interaction (#390)
* DOC: Fix missing dependency when merging new data loader (#380)
* MNT: Update emprical values in test to allow transition to new scipy's BSpline (#387)
* MNT: Add pre-commit config (#375)
* MNT: Add a seed to random generator of coefficients (#368)

2.5.2 (November 09, 2023)
=========================
Bug-fix release in the 2.5.x series.
Expand Down

0 comments on commit 8ca7280

Please sign in to comment.