Skip to content

Releases: nipreps/mriqc

0.16.0

05 Jan 17:27
Compare
Choose a tag to compare

DOI

Release Notes

New feature release in 0.16.x series.

This version removes the FSL dependency from the fMRI workflow.

CHANGES

  • FIX: Skip version cache on read-only filesystems (#862)
  • FIX: Honor $OMP_NUM_THREADS environment variable (#848)
  • RF: Simplify comprehensions, using easy-to-read var names (#875)
  • RF: Free the fMRI workflow from FSL (#842)
  • CI: Fix up Circle builds (#876)
  • CI: Update machine images on Circle (#874)

0.15.2

15 Apr 17:55
Compare
Choose a tag to compare

DOI

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

30 Jul 17:04
Compare
Choose a tag to compare
0.15.2rc1 Pre-release
Pre-release
fix(circleCI): split deploy build into Docker and Pypi #801

0.15.1

27 Jul 00:21
c57059e
Compare
Choose a tag to compare

Release Notes

A maintenance patch release updating PyBIDS.

CHANGES

  • FIX: FileNotFoundError when MELODIC (--ica) does not converge (#800) @oesteban
  • MAINT: Migrate MRIQC to a setup.cfg style of installation (#799) @oesteban
  • MAINT: Use PyBIDS 0.9.2+ via niworkflows PR (#796) @effigies

0.15.0.post1

05 Apr 22:05
f38b344
Compare
Choose a tag to compare

Forcing a push to Zenodo.

0.15.0

05 Apr 18:02
a78b8ef
Compare
Choose a tag to compare

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

0.14.2

21 Aug 05:03
98610ad
Compare
Choose a tag to compare

Release Notes

Hotfix release

CHANGES

0.14.1

20 Aug 05:48
88fd25f
Compare
Choose a tag to compare

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.

CHANGES

0.14.0

17 Aug 07:04
7123c58
Compare
Choose a tag to compare

Release Notes

A new release with a totally new rating widget. Now, it uploads the ratings to the Web API and also allows to download a JSON file with the manual rating to be stored in disk.

CHANGES

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