Skip to content

Releases: nipreps/fmriprep

20.0.6

16 Apr 16:36
Compare
Choose a tag to compare

DOI

Release Notes

Bug-fix release in the 20.0.x series.

This release fixes a bug for phase-difference fieldmaps that are not in RAS+ orientation.
The bug presented as an error if the orientation was reordered relative to RAS+ (for example,
AIL+) and the swapped dimensions were not of the same size.
Otherwise, the bug introduced a poor masking of the phase difference map, and could be quite subtle
if the original orientation was LAS+.
Runs of fMRIPrep that used other susceptibility distortion correction (SDC) methods are not
currently considered problematic.

This bug affects all earlier versions of fMRIPrep, except for 1.5.10 and any future releases in
the 1.5.x series.

Changes

1.5.10

16 Apr 16:16
1.5.10
Compare
Choose a tag to compare

DOI

Release Notes

Bug-fix release in the 1.5.x series.

This release fixes a bug for phase-difference fieldmaps that are not in RAS+ orientation.
The bug presented as an error if the orientation was reordered relative to RAS+ (for example,
AIL+) and the swapped dimensions were not of the same size.
Otherwise, the bug introduced a poor masking of the phase difference map, and could be quite subtle
if the original orientation was LAS+.
Runs of fMRIPrep that used other susceptibility distortion correction (SDC) methods are not
currently considered problematic.

This bug affects all previous versions of fMRIPrep, as well as versions 20.0.0-20.0.5.

Changes

20.1.0rc1

23 Mar 17:03
Compare
Choose a tag to compare
20.1.0rc1 Pre-release
Pre-release

DOI

Release Notes

The first release candidate of the fMRIPrep 20.1.x series. This release introduces a configuration
file to easily distinguish which options were selected for each participant, along with other enhancements.

Changes

  • DOC: Add FAQ about reusing work directory (#2045)
  • ENH: Config module (#2018)
  • ENH: Add option to ignore T2w / FLAIR images (#2015)
  • ENH: Ensure subcortical volume in CIFTI is in LAS orientation (nipreps/niworkflows#484)
  • ENH: Add option to skip brain extraction (#2039)
  • MAINT: Bump minimum Python to 3.7 (#2017)

20.0.5

23 Mar 14:50
Compare
Choose a tag to compare

DOI

Release Notes

Bug-fix release in 20.0.x series.

With thanks to James Kent for the fix and Blaise Frederick for the report and testing.

Changes

20.0.4

18 Mar 00:10
Compare
Choose a tag to compare

DOI

Release Notes

A bug-fix release improving documentation for filtering BIDS files and standardizing CIFTI volume orientation.
☘️🌈💰

With thanks to Ursula Tooley for the contribution.

Changes

20.0.3

12 Mar 21:07
Compare
Choose a tag to compare

DOI

Release Notes

A bug-fix release for CIFTI surfaces.

This release remedies a resampling error when generating fsLR surfaces that was producing erroneous CIFTI files.

We strongly recommend all users who have generated CIFTI output with previous 20.0.x releases to upgrade and rerun.

Changes

  • FIX: Remedy fsLR surface resampling (#2032)

20.0.2

06 Mar 18:25
Compare
Choose a tag to compare

DOI

Release Notes

A bug squashing release in the 20.0.x series.

This release fixes the use of custom templates within the docker wrapper, remedies crashes
when FreeSurfer HOME was not set, and improves the documentation for local installations.

With thanks to Blaise Frederick for the contribution.

Changes

20.0.1

28 Feb 04:03
Compare
Choose a tag to compare

DOI

Release Notes

Bug-fix release in 20.0.x series.

This release includes fixes for rare images with invalid qform matrices and some minor
improvements in report readability and inclusion of common templates in the Docker image.

CHANGES

20.0.0

24 Feb 18:01
Compare
Choose a tag to compare

DOI

Release Notes

The major release of 2020 is here!

fMRIPrep is transitioning to a calendar version system #1912.
The CalVer system reflects fMRIPrep's nature as an evolving workflow and does not impose any artificial incentive for "big-change" releases.
It also permits to quickly see how out-of-date someone's version is.
As of now, the default version increment is the minor release number.
Hence, when the minor release number changes the work directory of fMRIPrep will presumably break.
Micro releases only include bug-fixes that can reuse exiting working directories.

The major highlight of this release entails CIFTI generation to match HCP (Human Connectome Project) grayordinates.
In addition, the new fMRIPrep 20.0.0 has gone through a major overhaul in the handling of standard spaces (spatial normalizations, fusion of prior knowledge from corresponding atlases) and imaging outputs.
In particular, the new series almost completely implements the new syntax for --output-spaces to describe the (non)standard spatial references that shall be used for generating outputs #1604.

This release includes contributions from Azeez Adebimpe and Basile Pinsard - very much appreciated.

CHANGES

  • ENH: Warn when existing output version does not match current pipeline version (#1967)
  • ENH: Add --clean-workdir argument (#1966)
  • ENH: Refactor of how spatial normalization targets and --output-spaces are maintained (#1955) (#1983)
  • ENH: Add --bids-filter-file argument for more controlled data querying (#1770)
  • FIX: Ensure subject ID is used when selecting BIDS data (#1982)
  • FIX: Display a log message when processing completes successfully (#1977)
  • DOC: Clean up surface outputs (#1993)
  • DOC: Integrate intersphinx, drop external module wrapping (#1989)
  • DOC: Improve custom template usage description (#1969)
  • MAINT: Use local docker registry (#1990)
  • MAINT: Pin connectome-workbench 1.3.2, add to documented dependencies (#1958)
  • MAINT: Pin NiBabel, NiWorkflows, sMRIPrep (#1971)
  • MAINT: CI build error fixes (#1976)

20.0.0rc3

20 Feb 21:15
Compare
Choose a tag to compare
20.0.0rc3 Pre-release
Pre-release

DOI