Skip to content

REL: 1.1.7 #1297

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Sep 25, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -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)
==========================

Expand All @@ -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
Expand All @@ -27,13 +46,21 @@ Hotfix release.
1.1.4 (August 06, 2018)
=======================

A hotfix release for `#1235
<https://github.com/poldracklab/fmriprep/issues/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)

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)
Expand Down
2 changes: 1 addition & 1 deletion fmriprep/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
'grabbit',
'pybids>=0.6.3',
'nitime',
'nipype>=1.1.1',
'nipype>=1.1.3',
'niworkflows>=0.4.3',
'statsmodels',
'seaborn',
Expand Down