Skip to content

Commit d6f7c7e

Browse files
authored
Merge pull request #1297 from poldracklab/rel/1.1.7
REL: 1.1.7
2 parents 56f78a2 + 6b69e8e commit d6f7c7e

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGES.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
1.1.7 (September 25, 2018)
2+
==========================
3+
4+
Several bug fixes. With thanks to Elizabeth Dupre and Romain Vala for
5+
contributions.
6+
7+
* [FIX] Revert FreeSurfer download URL (#1280) @chrisfilo
8+
* [FIX] Default to 6 DoF for BOLD-T1w registration (#1286) @effigies
9+
* [FIX] Only grab sbref images, not metadata (#1285) @effigies
10+
* [FIX] QwarpPlusMinus renamed source_file to in_file (#1289) @effigies
11+
* [FIX] Remove long paths from all LTA output files (#1274) @romainVala
12+
* [ENH] Use single-band reference images when available (#1270) @effigies
13+
* [DOC] Note GIFTI surface alignment (#1288) @effigies
14+
* [REF] Split BOLD-T1w registration into calculation/application workflows (#1278) @emdupre
15+
* [MAINT] Pin pybids and grabbit in Docker build (#1281) @chrisfilo
16+
117
1.1.6 (September 10, 2018)
218
==========================
319

@@ -8,6 +24,9 @@ Hotfix release.
824
1.1.5 (September 06, 2018)
925
==========================
1026

27+
Improved documentation and minor bug fixes. With thanks to Jarod Roland and
28+
Taylor Salo for contributions.
29+
1130
* [DOC] Replace ``--clearenv`` with correct ``--cleanenv`` flag (#1237) @jarodroland
1231
* [DOC] De-indent to remove text from code block (#1238) @effigies
1332
* [TST] Add enhance-and-skullstrip regression tests (#1074) @effigies
@@ -27,13 +46,21 @@ Hotfix release.
2746
1.1.4 (August 06, 2018)
2847
=======================
2948

49+
A hotfix release for `#1235
50+
<https://github.com/poldracklab/fmriprep/issues/1235>`_. Additionally,
51+
notebooks have been synced with the latest version of that repository.
52+
3053
* [FIX] Verify first word of ``_cmd`` in dependency check (#1236)
3154
* [DOC] Add two missing references (#1234)
3255
* [ENH] Allow turning off random seeding for ANTs brain extraction (#919)
3356

3457
1.1.3 (July 30, 2018)
3558
=====================
3659

60+
This release comes with many updates to the documentation, a more lightweight
61+
``SignalExtraction``, a new dynamic boilerplate and some new features from
62+
Nipype.
63+
3764
* [ENH] Use upstream ``afni.TShift`` improvements (#1160)
3865
* [PIN] Nipype 1.1.1 (65078c9)
3966
* [ENH] Dynamic citation boilerplate (#1024)

fmriprep/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
'grabbit',
9898
'pybids>=0.6.3',
9999
'nitime',
100-
'nipype>=1.1.1',
100+
'nipype>=1.1.3',
101101
'niworkflows>=0.4.3',
102102
'statsmodels',
103103
'seaborn',

0 commit comments

Comments
 (0)