Skip to content

Commit 68ab1f6

Browse files
committed
rel(25.0.0rc1) [skip ci]
1 parent 30b0d57 commit 68ab1f6

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

CHANGES.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,21 @@ A new minor release with some improvements to anatomical to template spatial nor
44

55
Registration will now prioritize the same modality as the anatomical template, if available.
66

7-
A new flag `--norm-csf` performs CSF normalization on the anatomical template prior to template registration.
7+
A new flag `--norm-csf` performs normalization on the lower bound of CSF values prior to template registration.
88

99
A new flag `--multi-step-reg` adds an intermediate step when registering to MNI152NLin6Asym, first performing anatomical -> MNIInfant:cohort-X (age matched by default), and then concatenates the transform with an already computed MNIInfant -> MNI152NLin6Asym.
1010

1111
Both of these flags are experimental and disabled unless requested, but comparisons and feedback with your data are helpful for future determinations!
1212

1313

14-
* ENH: Add flag for multi-step registration to adult templates (#415)
15-
* FEAT: Option to normalize CSF prior to template registration (#419)
14+
* ENH: Output anatomical coregistration transform + report (#437)
15+
* ENH: Minimize clipping prior to surface reconstruction with MCRIBS (#436)
16+
* ENH: Output fsLR meshes on subject surfaces (#427)
17+
* ENH: Add flag for multi-step registration to adult templates (#415) (#425) (#430) (#433)
18+
* ENH: Option to normalize CSF prior to template registration (#419)
1619
* ENH: Expand template registration to use either anatomical modality (#418)
20+
* FIX: Reduce range that `--surface-recon-method auto` recommends MCRIBS (#438)
21+
* FIX: Allow T2 only without the use of `--derivatives`
1722
* FIX: New styling catches (#417)
1823
* FIX: Default surface recon method should be None (#416)
1924
* TST: Build workflow across different conditions (#409)

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ bidsschematools==1.0.0
3333
# via bids-validator
3434
bokeh==3.5.2
3535
# via tedana
36-
boto3==1.36.3
36+
boto3==1.36.5
3737
# via datalad
38-
botocore==1.36.3
38+
botocore==1.36.5
3939
# via
4040
# boto3
4141
# s3transfer
@@ -83,7 +83,7 @@ fasteners==0.19
8383
# via datalad
8484
filelock==3.17.0
8585
# via nipype
86-
fonttools==4.55.4
86+
fonttools==4.55.5
8787
# via matplotlib
8888
formulaic==0.5.2
8989
# via pybids
@@ -232,7 +232,7 @@ nitransforms==24.1.1
232232
# nibabies (pyproject.toml)
233233
# niworkflows
234234
# sdcflows
235-
niworkflows==1.12.1
235+
niworkflows==1.12.2
236236
# via
237237
# nibabies (pyproject.toml)
238238
# sdcflows
@@ -384,7 +384,7 @@ rpds-py==0.22.3
384384
# via
385385
# jsonschema
386386
# referencing
387-
s3transfer==0.11.1
387+
s3transfer==0.11.2
388388
# via boto3
389389
scikit-image==0.25.0
390390
# via
@@ -465,7 +465,7 @@ tqdm==4.67.1
465465
# robustica
466466
# tedana
467467
# templateflow
468-
traits==6.4.3
468+
traits==7.0.1
469469
# via nipype
470470
transforms3d==0.4.2
471471
# via niworkflows

0 commit comments

Comments
 (0)