Skip to content

Commit de1fd0e

Browse files
committed
rel(23.1.0rc1): update changes [skip ci]
1 parent aa83bfa commit de1fd0e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGES.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The next minor release of *NiBabies*, this release includes a number of new good
55
### New surface reconstruction option
66
M-CRIB-S (Adamson et al., https://www.nature.com/articles/s41598-020-61326-2), has shown to improve performance in participants under 9 months. If you would like to try this method, add the following to your command: `--surface-recon-method mcribs`.
77

8-
Note: Currently, a pre-computed segmentation derivative must be provided to run mcribs.
8+
Note: Currently, a T2w image and pre-computed segmentation derivative must be provided to run mcribs.
99

1010
### Improved batch processing
1111
*NiBabies* now automatically parses the BIDS directory for participant ages, first searching in the
@@ -14,6 +14,9 @@ participant's `session.tsv`, and falling back to `participants.tsv`. This simpli
1414
### Goodvoxels projection
1515
An option to determine and exclude high-variance voxels from being projected to the surface when creating CIFTI files. To enable this, add `--project-goodvoxels` to your command.
1616

17+
### Single anatomical processing
18+
Running *NiBabies* is now less restrictive, and will still process data missing either a T1w / T2w image. However, for best results, it is recommended to collect and include both for processing.
19+
1720

1821
## Full Changelog
1922
* CI: Purge codecov python package (#282)
@@ -26,6 +29,8 @@ An option to determine and exclude high-variance voxels from being projected to
2629
* ENH: Reorder anatomical processsing, run ANTs DenoiseImage on anatomicals (#286)
2730
* ENH: Extract participant ages from BIDS sources, deprecate `--age-months` (#287)
2831
* ENH: Dilate BOLD mask by 2 voxels to prevent over-aggressive masking degrading T2star map estimation (#296)
32+
* ENH: Allow precomputed derivatives in T1w or T2w space (#305)
33+
* ENH: Add separate workflow for single anatomical processing (#316)
2934
* FIX: Improve free memory estimation (#284)
3035
* FIX: Ensure age is extracted from sessions file (#291)
3136
* FIX: Restore CIFTI medial wall masking, subcortical volume LAS reorientation (#298)

0 commit comments

Comments
 (0)