Releases: nipreps/smriprep
Releases · nipreps/smriprep
0.4.2
Release Notes
Bugfix release in the 0.4.x series.
CHANGES
0.4.1-1
0.4.1
0.4.0
Release Notes
A new 0.4.x series with a number of new features and bugfixes.
CHANGES
- FIX: Allow setting nonstandard spaces for parser (#141) @oesteban
- FIX: Normalization workflow API - provide bare template names (#139) @oesteban
- FIX: Build
smriprep-docker
likefmriprep-docker
(#138) @oesteban - FIX: Check template identifiers are valid early (#135) @oesteban
- FIX: Re-organize FreeSurfer stages to avoid duplication and races (#117) @effigies
- FIX: Revise naming of transforms when several T1w images are averaged (#106) @oesteban
- FIX: Allow setting nonstandard spaces for parser (#141) @oesteban
- ENH: Add
--fs-subjects-dir
flag (#114) @effigies - ENH: Add
smriprep-docker
wrapper (#118) @effigies - ENH: Add a
README.rst
(#103) @oesteban - ENH: Decoupling anatomical reports (#112) @oesteban
- ENH: Reduce friction when iterating over target templates (#111) @oesteban
- ENH: Write out the fsnative-to-T1w transform (#113) @oesteban
- DOC: Minimal refactor preparing release (#140) @oesteban
- DOC: Revise numpy docstrings so they are correctly rendered (#134) @oesteban
- DOC: Deploy docs to gh-pages from CircleCI - with versioning (#65) @rwblair
- CI: Optimize CircleCI using a local docker registry instead docker save/load (#136) @oesteban
- CI: Run pytests on Python 3.7 for now (#133) @effigies
- CI: Fix packaging test (#115) @effigies
- CI: Test packaging and update deploy_pypi step (#119) @effigies
- MAINT: Fine-tune versioning extension of sphinx (#121) @oesteban
- MAINT: Refactoring inputs/outputs names and some stylistic changes (#108) @oesteban
- MAINT: Resolve issues with working directory of ds005 on CircleCI (#110) @oesteban
- PIN: niworkflows ~= 1.0.0rc1
0.4.0rc5
0.4.0rc4
0.4.0rc3
0.4.0rc2
0.4.0rc1
rel(0.4.0rc1): do not pin URLs in setup.cfg Removing the URL links for sphinxcontrib extensions, since they do not affect the package distribution but invalidate it for upload to pypi. We are now building the docs on circleci and using the package pins indicated by ``docs/requirements.txt`` - we should be fine doing this in this instance.