Skip to content

Commit 0b9ebeb

Browse files
committed
DOC: 23.1.0 release notes
1 parent 47ac722 commit 0b9ebeb

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

CHANGES.rst

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,49 @@
1+
23.1.0 (To be determined)
2+
=========================
3+
New feature release in the 23.1.x series.
4+
5+
This release substantially reworks the resampling to fsLR grayordinate space,
6+
better accounting for partial volumes and high variance voxels. If you are
7+
resampling using ``--project-goodvoxels``, we strongly recommend upgrading.
8+
9+
Fieldmap handling is improved, with better preference given to single-band
10+
references in both PEPolar and SyN-SDC schemes. Additionally, fMRIPrep will
11+
no longer estimate fieldmaps that are not intended to be used to correct BOLD
12+
series, reducing unneeded processing.
13+
14+
This release removes ICA-AROMA from the fMRIPrep workflow. To use ICA-AROMA,
15+
set ``MNI152NLin6Asym:res-2`` as a target output space. MELODIC and ICA-AROMA
16+
can be run on the resulting images in a separate pipeline. For further
17+
information on the reasoning behind this change, see
18+
`GitHub issue #2936<https://github.com/nipreps/fmriprep/issues/2936>`__.
19+
20+
This release increments the versions of ANTs and FSL bundled in the Docker
21+
image.
22+
23+
With thanks to Eilidh MacNicol, Basille Pinsard and Taylor Salo for contributions
24+
in fMRIPrep and SDCflows.
25+
26+
* FIX: Raise RuntimeError at build if echos have mismatched shapes (#3028)
27+
* FIX: Inconsistent fmapless estimation when ignoring fieldmaps (#2994)
28+
* FIX: Dilate BOLD mask by 2 voxels to prevent over-aggressive masking degrading T2* map estimation (#2986)
29+
* FIX: Estimate free memory with "available", not "free" (#2985)
30+
* ENH: Add ``--me-t2s-fit-method`` parameter (#3030)
31+
* ENH: Resample BOLD to fsLR directly, dropping fsaverage intermediate (#3011)
32+
* ENH: Allow SBref+EPI PEPolar fieldmaps to correct BOLD series (#3008)
33+
* ENH: Remove ICA-AROMA from workflow and docs (#2966)
34+
* RF: Filter fieldmaps based on whether they will be used to correct a BOLD series (#3025)
35+
* MNT: Update ANTs pin in Docker image (#3016)
36+
* MNT: Update governance docs (#2992)
37+
* MNT: Refactor Docker build process (#2982)
38+
* MNT: Pin conda environment more strictly (#2853)
39+
* MNT: Require niworkflows ~1.3.6 (#2740)
40+
* CI: Use registry for layer caching (#3012)
41+
* CI: Upgrade docker orb (#2865)
42+
43+
144
23.0.2 (April 24, 2023)
245
=======================
46+
Bug fix release in the 23.0.x series.
347

448
This release fixes issues with `_phase1+2`, `_phasediff` and `_fieldmap`
549
fieldmap files that are found with an orientation other than RAS.

0 commit comments

Comments
 (0)