Skip to content

Releases: nipreps/mriqc

0.13.1

16 Aug 17:10
8c77b1d
Compare
Choose a tag to compare

Release Notes

A hotfix release improving the individual reports

CHANGES

  • [ENH,FIX] Updates to individual reports, fix table after rating (#739) @oesteban

0.13.0

16 Aug 00:05
6282aa8
Compare
Choose a tag to compare

Release Notes

A deep revision of the code, including some fixes to address the memory issues. The outputs have been re-organized in way closer to the current BIDS-Derivatives draft. Additionally, some low-hanging-fruit fixes have also been included.

CHANGES

  • [MAINT] Overdue refactor (#736) @oesteban
    • [FIX] Reorganize outputs (closes #396)
    • [ENH] Memory usage - lessons learned with FMRIPREP (#703)
    • [FIX] Cannot allocate memory (v 0.9.4) (closes #536)
    • [FIX] Drop inoperative --report-dir flag (#550)
    • [FIX] Drop misleading WARNING of the group-level execution (#714)
    • [FIX] Expand usernames on input paths (#721)
    • [MAINT] More robust naming of derivatives (related to #661)
  • [FIX] Do not fail with spurious 4th dimension on T1w (#738) @oesteban
  • [ENH] Move on to .tsv files (#737) @oesteban

0.12.1

14 Aug 02:56
Compare
Choose a tag to compare

Release notes

A hotfix release to enable the BIDS filtering arguments (--session-id, --task-id, --run-id).

CHANGES

  • [FIX] BIDSLayout queries (#735)

0.12.0

10 Aug 03:55
03715f6
Compare
Choose a tag to compare

Release Notes

The most relevant increment of this release is migrating back to a standalone nipype installation, of the latest version (1.1.1).

CHANGES

  • [FIX] Reduce tSNR memory requirements (#712)
  • [DOC] Fix typos in IQM documentation (#725)
  • [PIN] Update MRIQC WebAPI version (#734)
  • [BUG] Fix missing library in singularity images (#733)
  • [PIN] nipype 1.1.1, niworkflows (#726)

0.11.0

05 Jun 18:00
Compare
Choose a tag to compare

Release Notes

This release restores drop-in compatibility with Nipype.

CHANGES

  • RF: Resume external nipype dependency (#715)

0.10.6

30 May 06:53
Compare
Choose a tag to compare

Hotfix to an error submitting rating feedback

0.10.5

28 May 17:54
Compare
Choose a tag to compare

Release Notes

With big thanks to @rwblair for his implementation of the report feedback, to be presented in ISMRM 2018 (https://www.biorxiv.org/content/early/2017/11/09/216671).

With this new feature, mriqc-ers will be able to submit their own annotations to the MRIQC-Web API. Crowdsourcing these ratings will probably enable to push the accuracy of automated prediction software (such as MRIQC) by enabling training on larger, heterogeneous, multi-site samples.

CHANGES

  • [ENH] Report feedback (#659)

0.10.4

23 Mar 04:55
Compare
Choose a tag to compare

CHANGES

  • [ENH] Various improvements to reports (#708)
  • [MAINT] Style revision (#704)
  • [PIN] pybids 0.5 (#700)
  • [ENH] Increase FAST memory limits (#702)

0.10.3

26 Feb 19:20
Compare
Choose a tag to compare

Release notes

Update niworkflows and allow T2w metrics uploads to the Web-API.

CHANGES

With thanks to @jokedurnez for contributions.

  • [ENH] Enable T2w metrics uploads (#696)
  • [PIN] Updating niworkflows (#698)
  • [DOC] Option -o is outdated for classifier (#697)

0.10.2

16 Feb 00:19
Compare
Choose a tag to compare

Release notes

Hotfix for a problem with xform headers of nifti files

CHANGES

  • [ENH] Add warning about mounting relative paths (#690)
  • [FIX] Sanitize inputs (#687)
  • [DOC] Fix documentation to use --version instead of -v (#688)