Skip to content

Commit 4ed9c9f

Browse files
committed
Merge tag '0.15.0'
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)
2 parents a94b84a + 6abe258 commit 4ed9c9f

File tree

2 files changed

+21
-4
lines changed

2 files changed

+21
-4
lines changed

CHANGES.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
0.15.0 (March 22, 2024)
2+
=======================
3+
New feature release in the 0.15.x series.
4+
5+
This release adds the workflow configuration option and CLI option
6+
to reuse existing FreeSurfer outputs without attempting to resume.
7+
This should allow for using longitudinal or non-standard pipelines
8+
(for example, FastSurfer) without additional tooling for each variant.
9+
10+
* FIX: Patch version for smriprep-docker (#424)
11+
* FIX: Require recent templateflow, select correct aparc dseg.tsv (#420)
12+
* ENH: Add --fs-no-resume option to reuse existing FreeSurfer outputs without resuming (#393)
13+
* MNT: set copyright owner in LICENSE file (#426)
14+
* MNT: Apply Repo-Review suggestions (#422)
15+
* CI: Small cleanups to GHA (#423)
16+
17+
118
0.14.0 (March 11, 2024)
219
=======================
320
New feature release in the 0.14.x series.

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ astor==0.8.1
44
# via formulaic
55
attrs==23.2.0
66
# via niworkflows
7-
bids-validator==1.14.1
7+
bids-validator==1.14.4
88
# via pybids
99
certifi==2024.2.2
1010
# via requests
@@ -26,7 +26,7 @@ etelemetry==0.3.1
2626
# via nipype
2727
filelock==3.13.1
2828
# via nipype
29-
fonttools==4.49.0
29+
fonttools==4.50.0
3030
# via matplotlib
3131
formulaic==0.5.2
3232
# via pybids
@@ -109,7 +109,7 @@ numpy==1.26.4
109109
# scipy
110110
# seaborn
111111
# tifffile
112-
packaging==23.2
112+
packaging==24.0
113113
# via
114114
# etelemetry
115115
# matplotlib
@@ -190,7 +190,7 @@ svgutils==0.3.4
190190
# via niworkflows
191191
templateflow==24.2.0
192192
# via niworkflows
193-
threadpoolctl==3.3.0
193+
threadpoolctl==3.4.0
194194
# via scikit-learn
195195
tifffile==2024.2.12
196196
# via scikit-image

0 commit comments

Comments
 (0)