diff --git a/CHANGES.rst b/CHANGES.rst index c2c52a980..fdab4483a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,19 @@ +1.1.7 (September 25, 2018) +========================== + +Several bug fixes. With thanks to Elizabeth Dupre and Romain Vala for +contributions. + +* [FIX] Revert FreeSurfer download URL (#1280) @chrisfilo +* [FIX] Default to 6 DoF for BOLD-T1w registration (#1286) @effigies +* [FIX] Only grab sbref images, not metadata (#1285) @effigies +* [FIX] QwarpPlusMinus renamed source_file to in_file (#1289) @effigies +* [FIX] Remove long paths from all LTA output files (#1274) @romainVala +* [ENH] Use single-band reference images when available (#1270) @effigies +* [DOC] Note GIFTI surface alignment (#1288) @effigies +* [REF] Split BOLD-T1w registration into calculation/application workflows (#1278) @emdupre +* [MAINT] Pin pybids and grabbit in Docker build (#1281) @chrisfilo + 1.1.6 (September 10, 2018) ========================== @@ -8,6 +24,9 @@ Hotfix release. 1.1.5 (September 06, 2018) ========================== +Improved documentation and minor bug fixes. With thanks to Jarod Roland and +Taylor Salo for contributions. + * [DOC] Replace ``--clearenv`` with correct ``--cleanenv`` flag (#1237) @jarodroland * [DOC] De-indent to remove text from code block (#1238) @effigies * [TST] Add enhance-and-skullstrip regression tests (#1074) @effigies @@ -27,6 +46,10 @@ Hotfix release. 1.1.4 (August 06, 2018) ======================= +A hotfix release for `#1235 +`_. Additionally, +notebooks have been synced with the latest version of that repository. + * [FIX] Verify first word of ``_cmd`` in dependency check (#1236) * [DOC] Add two missing references (#1234) * [ENH] Allow turning off random seeding for ANTs brain extraction (#919) @@ -34,6 +57,10 @@ Hotfix release. 1.1.3 (July 30, 2018) ===================== +This release comes with many updates to the documentation, a more lightweight +``SignalExtraction``, a new dynamic boilerplate and some new features from +Nipype. + * [ENH] Use upstream ``afni.TShift`` improvements (#1160) * [PIN] Nipype 1.1.1 (65078c9) * [ENH] Dynamic citation boilerplate (#1024) diff --git a/fmriprep/__about__.py b/fmriprep/__about__.py index cb0b526dd..b94c826f8 100644 --- a/fmriprep/__about__.py +++ b/fmriprep/__about__.py @@ -97,7 +97,7 @@ 'grabbit', 'pybids>=0.6.3', 'nitime', - 'nipype>=1.1.1', + 'nipype>=1.1.3', 'niworkflows>=0.4.3', 'statsmodels', 'seaborn',