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
+
1
17
1.1.6 (September 10, 2018)
2
18
==========================
3
19
@@ -8,6 +24,9 @@ Hotfix release.
8
24
1.1.5 (September 06, 2018)
9
25
==========================
10
26
27
+ Improved documentation and minor bug fixes. With thanks to Jarod Roland and
28
+ Taylor Salo for contributions.
29
+
11
30
* [DOC] Replace ``--clearenv `` with correct ``--cleanenv `` flag (#1237) @jarodroland
12
31
* [DOC] De-indent to remove text from code block (#1238) @effigies
13
32
* [TST] Add enhance-and-skullstrip regression tests (#1074) @effigies
@@ -27,13 +46,21 @@ Hotfix release.
27
46
1.1.4 (August 06, 2018)
28
47
=======================
29
48
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
+
30
53
* [FIX] Verify first word of ``_cmd `` in dependency check (#1236)
31
54
* [DOC] Add two missing references (#1234)
32
55
* [ENH] Allow turning off random seeding for ANTs brain extraction (#919)
33
56
34
57
1.1.3 (July 30, 2018)
35
58
=====================
36
59
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
+
37
64
* [ENH] Use upstream ``afni.TShift `` improvements (#1160)
38
65
* [PIN] Nipype 1.1.1 (65078c9)
39
66
* [ENH] Dynamic citation boilerplate (#1024)
0 commit comments