Releases: nipreps/mriqc
0.16.1
Release Notes
Bug-fix release in 0.16.x series.
This PR improves BIDS Derivatives compliance, fixes an issue with reading datasets with subjects of the form sub-sXYZ
, and improves compatibility with more recent matplotlib.
CHANGES
0.16.0
Release Notes
New feature release in 0.16.x series.
This version removes the FSL dependency from the fMRI workflow.
CHANGES
0.15.2
Release Notes
A bugfix release containing mostly maintenance actions and documentation improvements. This version drops Python 3.5. The core of MRIQC has adopted the config-module pattern from fMRIPrep.
With thanks to A. Erramuzpe, @justbennet, U. Tooley, and A. Huffman for contributions.
CHANGES
- RF: Adopt config module pattern from fMRIPrep (#837)
- MAINT: Clear the clutter of warnings (#838)
- MAINT: Drop Python 3.5, simplify linting (#833)
- MAINT: Update to latest Ubuntu Xenial tag (#814)
- MAINT: Centralize all requirements and versions on
setup.cfg
(#819) - MAINT: Use recent Python image to build packages in CircleCI (#808)
- DOC: Improve AQI (and other IQMs) and boxplot whiskers descriptions (#816)
- DOC: Refactor how documentation is built on CircleCI (#818)
- DOC: Corrected a couple of typos in
--help
text (#809)
0.15.2rc1
0.15.1
0.15.0.post1
Forcing a push to Zenodo.
0.15.0
Release Notes
A long overdue update, pinning updated versions of
TemplateFlow <https://doi.org/10.5281/zenodo.2583289>
__ and
Niworkflows <https://github.com/poldracklab/niworkflows>
__.
With thanks to @garciadias for contributions.
CHANGES
- ENH: Revision of QI2 (#606) @oesteban
- FIX: Set matplotlib backend early (#759) @oesteban
- FIX: Niworkflows pin <0.5 (#766) @oesteban
- DOC: Update BIDS validation link. (#764) @garciadias
- DOC: Add data sharing agreement (#765) @oesteban
- FIX: Catch uncaught exception in WebAPI upload. (#774) @rwblair
- FIX/DOC: Append new line after dashes in
mriqc_run
help text (#777) @rwblair - ENH: Use TemplateFlow and niworkflows-0.8.x (#782) @oesteban
- FIX: Correctly set WebAPI rating endpoint in BOLD reports. (#785) @oesteban
- FIX: Correctly process values of rating widget (#787) @oesteban
0.14.2
0.14.1
Release Notes
A hotfix release, since the outputs of multi-session datasets were not correctly structured. Includes a new toggle button to close off and bring back on the rating widget.