Skip to content

Releases: nipreps/smriprep

0.4.2

22 Jan 22:37
0.4.2
Compare
Choose a tag to compare

Release Notes

Bugfix release in the 0.4.x series.

CHANGES

  • FIX: Calculate FoV with shape and zooms (#161) @effigies
  • FIX: Package version incorrect within Docker image (#155) @oesteban
  • ENH: Add smriprep.__main__ to allow python -m smriprep (#158) @effigies
  • MAINT: Revise CircleCI to optimize TemplateFlow and caching (#157) @oesteban

0.4.1-1

12 Dec 22:39
Compare
Choose a tag to compare

Post-release to ensure documentation is built and deployed.

0.4.1

12 Dec 15:57
Compare
Choose a tag to compare

Release Notes

Bugfix release to address some fMRIPrep issues.

CHANGES

0.4.0

27 Nov 05:17
Compare
Choose a tag to compare

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 like fmriprep-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

22 Nov 18:57
3213c38
Compare
Choose a tag to compare
0.4.0rc5 Pre-release
Pre-release
rel(0.4.0rc5): Update CHANGES [skip ci]

0.4.0rc4

21 Nov 21:15
200ef2e
Compare
Choose a tag to compare
0.4.0rc4 Pre-release
Pre-release
rel(0.4.0rc4): Update CHANGES [skip ci]

0.4.0rc3

09 Nov 01:44
22e0f9b
Compare
Choose a tag to compare
0.4.0rc3 Pre-release
Pre-release
rel(0.4.0rc3): Update CHANGES [skip ci]

0.4.0rc2

08 Nov 23:37
7e716ad
Compare
Choose a tag to compare
0.4.0rc2 Pre-release
Pre-release

Exercise releasing with the new docker infrastructure.

0.4.0rc1

08 Nov 19:14
Compare
Choose a tag to compare
0.4.0rc1 Pre-release
Pre-release
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.

0.3.2

09 Sep 19:19
1e820ac
Compare
Choose a tag to compare

Release Notes

CHANGES

  • FIX: Render INU-corrected T1w in Segmentation reportlet (#102) @oesteban