Skip to content

Releases: nipreps/sdcflows

1.2.1

02 Apr 15:33
Compare
Choose a tag to compare

DOI
1.2.1

Release Notes

A patch release to make SDCFlows more amicable to downstream software.

CHANGES

  • MAINT: Migrate from versioneer to setuptools_scm (#97)
  • MAINT: Flexibilize dependencies -- nipype, niworkflows, pybids (#95)

1.2.0

17 Feb 02:26
Compare
Choose a tag to compare

Release Notes

A minor version release containing a bugfix for the phase-difference map massaging that improves robustness.
This release is preparation for fMRIPrep 20.0.0.

CHANGES

  • FIX: Scale all phase maps to [0, 2pi] range (#88)
  • MNT: Fix package tests (#90)
  • MNT: Fix circle deployment (#91)

1.0.5

14 Feb 23:32
Compare
Choose a tag to compare

Release Notes

Bug-fix release.

CHANGES

  • FIX: Center phase maps around central mode, avoiding FoV-related outliers (#89)

1.1.0

13 Feb 14:55
Compare
Choose a tag to compare

Release Notes

This is a nominal release that enables downstream tools to depend on both SDCFlows and niworkflows 1.1.x.

Bug fixes needed for the 1.5.x series of fMRIPrep will be accepted into the 1.0.x series of SDCFlows.

1.0.4

28 Jan 02:08
Compare
Choose a tag to compare

DOI

Release Notes

Bug-fix release.

CHANGES

  • FIX: Connect SyN outputs whenever SyN is run (#82)
  • MNT: Skim Docker image, optimize CircleCI workflow, and reuse cached results (#80)

1.0.3

18 Dec 22:35
Compare
Choose a tag to compare

DOI

Release Notes

A hotfix release preventing downstream dependency collisions on fMRIPrep.

CHANGES

1.0.2

18 Dec 16:13
Compare
Choose a tag to compare

Release Notes

A hotfix release.

CHANGES

1.0.1

05 Dec 00:28
Compare
Choose a tag to compare

Release Notes

A bugfix release.

CHANGES

  • FIX: Flexibly and cheaply select initial PEPOLAR volumes (#75)
  • ENH: Phase1/2 - subtract phases before unwrapping (#70)

1.0.0

27 Nov 20:51
Compare
Choose a tag to compare

Release Notes

A first stable release after detaching these workflows off from fMRIPrep.
With thanks to Matthew Cieslak and Azeez Adebimpe.

CHANGES

  • FIX: Hard-wire MNI152NLin2009cAsym as standard space for SDC-SyN (#63)
  • ENH: Base implementation for phase1/2 fieldmaps (#60)
  • ENH: Update spatialimage.get_data() -> spatialimage.get_fdata() (#58)
  • ENH: Refactor fieldmap-unwarping flows, more homogeneous interface (#56)
  • ENH: Transparency on fieldmap plots! (#57)
  • ENH: Stop using siemens2rads from old nipype workflows (#50)
  • ENH: Large refactor of the orchestration workflow (#55)
  • ENH: Refactor the distortion estimation workflow (#53)
  • ENH: Deduplicating magnitude handling and fieldmap postprocessing workflows (#52)
  • ENH: Do not use legacy demean function from old nipype workflows (#51)
  • ENH: Revise and add tests for the PEPOLAR correction (#29)
  • ENH: Improved fieldmap reportlets (#28)
  • ENH: Set-up testing framework (#27)
  • DOC: Update documentation (#61)
  • DOC: Fix typo and link to BIDS Specification (#49)
  • DOC: Build API documentation (#43)
  • CI: Add check to avoid deployment of documentation from forks (#48)
  • CI: Fix CircleCI builds by adding a [refresh workdir] commit message tag (#47)
  • CI: Optimize CircleCI using a local docker registry instead docker save/load (#45)
  • MAINT: Housekeeping - flake8 errors, settings, etc. (#44)
  • MAINT: Rename boldrefs to distortedrefs (#41)
  • MAINT: Use niflow-nipype1-workflows for old nipype.workflows imports (#39)

1.0.0rc1

25 Nov 22:59
fcc9ee0
Compare
Choose a tag to compare
1.0.0rc1 Pre-release
Pre-release
Merge pull request #61 from oesteban/docs/maintenance

DOC: Update documentation