|
1 |
| -1.3.0 (TBD) |
2 |
| -=========== |
3 |
| -First release in the 1.3.x series. This release includes enhancements and bug-fixes |
4 |
| -towards the release of the first LTS version of fMRIPrep. |
5 |
| -PyBIDS has been revised to use more recent versions, a series of ANTs' interfaces |
6 |
| -have been deemed ready to upstream into Nipype, and several improvements regarding |
| 1 | +1.3.0 (September 11, 2020) |
| 2 | +========================== |
| 3 | +First release in the 1.3.x series. |
| 4 | +This release includes enhancements and bug-fixes towards the release of the first |
| 5 | +LTS (*long-term support*) version of *fMRIPrep*. |
| 6 | +*PyBIDS* has been revised to use more recent versions, a series of ANTs' interfaces |
| 7 | +have been deemed ready to upstream into *Nipype*, and several improvements regarding |
7 | 8 | multi-echo EPI are included.
|
8 | 9 | With thanks to Basile Pinsard for contributions.
|
9 | 10 |
|
10 |
| - * FIX: Patch ``ApplyTransforms`` spec to permit identity in a chain (#554) |
11 |
| - * FIX: Add dots to extensions in PyBIDS' config file (#548) |
12 |
| - * FIX: Segmentation plots aligned with cardinal axes (#544) |
13 |
| - * FIX: Skip T1w file existence check if ``anat_derivatives`` are provided (#545) |
14 |
| - * FIX: Avoid diverting CIFTI dtype from original BOLD (#532) |
15 |
| - * ENH: Add ``smooth`` input to ``RegridToZooms`` (#549) |
16 |
| - * ENH: Enable ``DerivativesDataSink`` to take multiple source files to derive entities (#547) |
17 |
| - * ENH: Allow ``bold_reference_wf`` to accept multiple EPIs/SBRefs (#408) |
18 |
| - * ENH: Numerical stability of EPI brain-masks using probabilistic prior (#485) |
19 |
| - * ENH: Add a pure-Python interface to resample to specific resolutions (#511) |
20 |
| - * MAINT: Finalize upstreaming of ANTs' interfaces to Nipype (#550) |
21 |
| - * MAINT: Update to Python +3.6 (#541) |
| 11 | +* FIX: Patch ``ApplyTransforms`` spec to permit identity in a chain (#554) |
| 12 | +* FIX: Add dots to extensions in PyBIDS' config file (#548) |
| 13 | +* FIX: Segmentation plots aligned with cardinal axes (#544) |
| 14 | +* FIX: Skip T1w file existence check if ``anat_derivatives`` are provided (#545) |
| 15 | +* FIX: Avoid diverting CIFTI dtype from original BOLD (#532) |
| 16 | +* ENH: Add ``smooth`` input to ``RegridToZooms`` (#549) |
| 17 | +* ENH: Enable ``DerivativesDataSink`` to take multiple source files to derive entities (#547) |
| 18 | +* ENH: Allow ``bold_reference_wf`` to accept multiple EPIs/SBRefs (#408) |
| 19 | +* ENH: Numerical stability of EPI brain-masks using probabilistic prior (#485) |
| 20 | +* ENH: Add a pure-Python interface to resample to specific resolutions (#511) |
| 21 | +* MAINT: Upstream all bug-fixes in the 1.2.9 release |
| 22 | +* MAINT: Finalize upstreaming of ANTs' interfaces to Nipype (#550) |
| 23 | +* MAINT: Update to Python +3.6 (#541) |
| 24 | + |
| 25 | +1.2.9 (September 11, 2020) |
| 26 | +========================== |
| 27 | +Bug-fix release in the 1.2.x series with very minor problems addressed. |
| 28 | + |
| 29 | +* FIX: Reportlets would crash in edge condition (#566) |
| 30 | +* FIX: AROMA metadata ``CsfFraction`` -> ``CSFFraction`` (#563) |
| 31 | +* FIX: Add DWI nonstandard spaces (#565) |
22 | 32 |
|
23 | 33 | 1.2.8 (September 03, 2020)
|
24 | 34 | ==========================
|
|
0 commit comments