Skip to content

Commit a08116e

Browse files
committed
rel(1.3.0rc1): Update CHANGES [skip ci]
First release in the 1.3.x series. This release includes enhancements and bug-fixes towards the release of the first LTS version of fMRIPrep. PyBIDS has been revised to use more recent versions, a series of ANTs' interfaces have been deemed ready to upstream into Nipype, and several improvements regarding multi-echo EPI are included. With thanks to Basile Pinsard for contributions. * FIX: Patch ``ApplyTransforms`` spec to permit identity in a chain (#554) * FIX: Add dots to extensions in PyBIDS' config file (#548) * FIX: Segmentation plots aligned with cardinal axes (#544) * FIX: Skip T1w file existence check if ``anat_derivatives`` are provided (#545) * FIX: Avoid diverting CIFTI dtype from original BOLD (#532) * ENH: Add ``smooth`` input to ``RegridToZooms`` (#549) * ENH: Enable ``DerivativesDataSink`` to take multiple source files to derive entities (#547) * ENH: Allow ``bold_reference_wf`` to accept multiple EPIs/SBRefs (#408) * ENH: Numerical stability of EPI brain-masks using probabilistic prior (#485) * ENH: Add a pure-Python interface to resample to specific resolutions (#511) * MAINT: Finalize upstreaming of ANTs' interfaces to Nipype (#550) * MAINT: Update to Python +3.6 (#541)
1 parent cf1f227 commit a08116e

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGES.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
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
7+
multi-echo EPI are included.
8+
With thanks to Basile Pinsard for contributions.
9+
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)
22+
123
1.2.7 (August 12, 2020)
224
=======================
325
Bug-fix release in the 1.2.x series with a very minor improvement of the reportlets.

0 commit comments

Comments
 (0)