|
| 1 | +25.2.5 (March 10, 2026) |
| 2 | +======================= |
| 3 | +Bug-fix release in the 25.2.x series. |
| 4 | + |
| 5 | +This release restores compatibility with the treatment of multi-session data with |
| 6 | +older versions of fMRIPrep by providing the ``--no-track-sessions`` flag. |
| 7 | +Future versions of fMRIPrep may have different default behaviors for multi-session data, |
| 8 | +so please report any issues you encounter with either setting of this flag |
| 9 | +or multi-session data in general. |
| 10 | + |
| 11 | + * FIX: Reuse fewer config options when using ``--config-file`` (#3625) |
| 12 | + * FIX: Missing logger (#3624) |
| 13 | + * FIX: Avoid overwriting codecarbon output (#3623) |
| 14 | + * FIX: Sanitize plus signs in from entities in workflow names (#3604) |
| 15 | + * ENH: add ``--[no-]track-sessions`` flag to lessen session label strictness (#3614) |
| 16 | + |
1 | 17 | 25.2.4 (January 14, 2026) |
2 | 18 | ========================= |
3 | 19 | Bug-fix release in the 25.2.x series. |
4 | 20 |
|
5 | 21 | This release addresses some errors in multi-echo and multi-session processing. |
6 | 22 |
|
7 | | -* FIX: Set source_file in ds_report* nodes at resampling level (#3590) |
8 | | -* FIX: Ravel multi-echo data for BIDSSourceFile with precomputed smriprep (#3583) |
9 | | -* FIX: Ensure multi-echo processing and slice timing correction text is in boilerplate (#3577) |
10 | | -* FIX: Pass session_id to fieldmap finder (#3573) |
11 | | -* FIX: Import LinAlgError from a stable location (#3572) |
12 | | -* ENH: Raise error if two-echo data are provided (#3570) |
13 | | -* MNT: Prune Ubuntu environment before building docker images (#3571) |
| 23 | + * FIX: Set source_file in ds_report* nodes at resampling level (#3590) |
| 24 | + * FIX: Ravel multi-echo data for BIDSSourceFile with precomputed smriprep (#3583) |
| 25 | + * FIX: Ensure multi-echo processing and slice timing correction text is in boilerplate (#3577) |
| 26 | + * FIX: Pass session_id to fieldmap finder (#3573) |
| 27 | + * FIX: Import LinAlgError from a stable location (#3572) |
| 28 | + * ENH: Raise error if two-echo data are provided (#3570) |
| 29 | + * MNT: Prune Ubuntu environment before building docker images (#3571) |
14 | 30 |
|
15 | 31 | 25.2.3 (October 17, 2025) |
16 | 32 | ========================= |
|
0 commit comments