Skip to content

v0.5.4: [0.5.4] - 2019-04-29

Compare
Choose a tag to compare
@mgxd mgxd released this 29 Apr 15:54
· 943 commits to master since this release

[0.5.4] - 2019-04-29

This release includes fixes to BIDS multi-echo conversions, the
re-implementation of queuing support (currently just SLURM), as well as
some bugfixes.

Starting today, we will push versioned releases to DockerHub.
Finally, to more accurately reflect on-going development, the latest
tag has been renamed to unstable. We encourage users to check
https://hub.docker.com/r/nipy/heudiconv/tags to ensure you are using the
most up-to-date version.

Added

  • Readthedocs documentation ([#327])

Changed

  • Update Docker dcm2niix to v.1.0.20190410 ([#334])
  • Allow usage of --files with basic heuristics. This requires
    use of --subject flag, and is limited to one subject. ([#293])

Deprecated

Fixed

  • Improve support for multiple --queue-args ([#328])
  • Fixed an issue where generated BIDS sidecar files were missing additional
    information - treating all conversions as if the --minmeta flag was
    used ([#306])
  • Re-enable SLURM queuing support ([#304])
  • BIDS multi-echo support for EPI + T1 images ([#293])
  • Correctly handle the case when outtype of heuristic has "dicom"
    before '.nii.gz'. Previously would have lead to absent additional metadata
    extraction etc ([#310])

Removed

  • --sbargs argument was renamed to --queue-args ([#304])

Security