Skip to content

Commit

Permalink
Merge tag '0.15.0'
Browse files Browse the repository at this point in the history
0.15.0 (March 22, 2024)

New feature release in the 0.15.x series.

This release adds the workflow configuration option and CLI option
to reuse existing FreeSurfer outputs without attempting to resume.
This should allow for using longitudinal or non-standard pipelines
(for example, FastSurfer) without additional tooling for each variant.

* FIX: Patch version for smriprep-docker (#424)
* FIX: Require recent templateflow, select correct aparc dseg.tsv (#420)
* ENH: Add --fs-no-resume option to reuse existing FreeSurfer outputs without resuming (#393)
* MNT: set copyright owner in LICENSE file (#426)
* MNT: Apply Repo-Review suggestions (#422)
* CI: Small cleanups to GHA (#423)
  • Loading branch information
effigies committed Mar 23, 2024
2 parents a94b84a + 6abe258 commit 4ed9c9f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
0.15.0 (March 22, 2024)
=======================
New feature release in the 0.15.x series.

This release adds the workflow configuration option and CLI option
to reuse existing FreeSurfer outputs without attempting to resume.
This should allow for using longitudinal or non-standard pipelines
(for example, FastSurfer) without additional tooling for each variant.

* FIX: Patch version for smriprep-docker (#424)
* FIX: Require recent templateflow, select correct aparc dseg.tsv (#420)
* ENH: Add --fs-no-resume option to reuse existing FreeSurfer outputs without resuming (#393)
* MNT: set copyright owner in LICENSE file (#426)
* MNT: Apply Repo-Review suggestions (#422)
* CI: Small cleanups to GHA (#423)


0.14.0 (March 11, 2024)
=======================
New feature release in the 0.14.x series.
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ astor==0.8.1
# via formulaic
attrs==23.2.0
# via niworkflows
bids-validator==1.14.1
bids-validator==1.14.4
# via pybids
certifi==2024.2.2
# via requests
Expand All @@ -26,7 +26,7 @@ etelemetry==0.3.1
# via nipype
filelock==3.13.1
# via nipype
fonttools==4.49.0
fonttools==4.50.0
# via matplotlib
formulaic==0.5.2
# via pybids
Expand Down Expand Up @@ -109,7 +109,7 @@ numpy==1.26.4
# scipy
# seaborn
# tifffile
packaging==23.2
packaging==24.0
# via
# etelemetry
# matplotlib
Expand Down Expand Up @@ -190,7 +190,7 @@ svgutils==0.3.4
# via niworkflows
templateflow==24.2.0
# via niworkflows
threadpoolctl==3.3.0
threadpoolctl==3.4.0
# via scikit-learn
tifffile==2024.2.12
# via scikit-image
Expand Down

0 comments on commit 4ed9c9f

Please sign in to comment.