Skip to content

Commit fda2ac5

Browse files
committed
Merge branch 'master' into enh/MRTrix3
Conflicts: CHANGES
2 parents 2751181 + 81aa774 commit fda2ac5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+548
-388
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@
1414
.pydevproject
1515
.idea/
1616
/documentation.zip
17-
.DS_Store
17+
.DS_Store
18+
nipype/testing/data/von-ray_errmap.nii.gz
19+
nipype/testing/data/von_errmap.nii.gz

.mailmap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Cindee Madison <[email protected]> cindeem
44
Chris Filo Gorgolewski <[email protected]> filo <filo@filo-Precision-M6500>
55
Chris Filo Gorgolewski <[email protected]> Krzysztof Gorgolewski <[email protected]>
66
Erik Ziegler <[email protected]> erikz <[email protected]>
7-
Michael Waskom <[email protected]> mwaskom <[email protected]> Michael Waskom <[email protected]> mwaskom <[email protected]>
7+
Michael Waskom <[email protected]> mwaskom <[email protected]> Michael Waskom <[email protected]> mwaskom <[email protected]>
88
Gael Varoquaux <[email protected]> GaelVaroquaux
99
Gael Varoquaux <[email protected]> GaelVaroquaux <[email protected]>
1010
Daniel Ginsburg <[email protected]> danginsburg <[email protected]>

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,5 @@ deploy:
4545
secure: ZaN6Y4hfybPMi1rW3Qe03irCe/3GU4J4BJsjG+tClVN5Fjc3FCJaYU0k4wNd9q2kMjuRDv1efA9BN/5QasJS32oqs6wHvxzIWA18ucel4BBnAAkuviC1vqi/8Hk/DGB6e1gnmZ1Nv58zVLfn0MwlOKmsGDtvGQWc+HbaV2fS5NA=
4646
on:
4747
tags: true
48+
repo: nipy/nipype
4849
branch: master

CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ Next release
22
============
33

44
* ENH: New interfaces for MRTrix3 (https://github.com/nipy/nipype/pull/1126)
5+
* ENH: New option in afni.3dRefit - zdel, ydel, zdel etc. (https://github.com/nipy/nipype/pull/1079)
6+
* FIX: ants.Registration composite transform outputs are no longer returned as lists (https://github.com/nipy/nipype/pull/1183)
7+
* BUG: ANTs Registration interface failed with multi-modal inputs
8+
(https://github.com/nipy/nipype/pull/1176) (https://github.com/nipy/nipype/issues/1175)
59
* FIX: Bug in XFibres5 (https://github.com/nipy/nipype/pull/1168)
610
* ENH: Attempt to use hard links for data sink.
711
(https://github.com/nipy/nipype/pull/1161)

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
PYTHON ?= python
66
NOSETESTS ?= nosetests
77

8+
.PHONY: zipdoc sdist egg upload_to_pypi trailing-spaces clean-pyc clean-so clean-build clean-ctags clean in inplace test-code test-doc test-coverage test html specs check-before-commit check
9+
810
zipdoc: html
911
zip documentation.zip doc/_build/html
1012

@@ -26,7 +28,7 @@ upload_to_pypi: zipdoc
2628
python setup.py sdist --formats=zip,gztar upload
2729

2830
trailing-spaces:
29-
find . -name "*.py" | xargs perl -pi -e 's/[ \t]*$$//'
31+
find . -name "*[.py|.rst]" -type f | xargs perl -pi -e 's/[ \t]*$$//'
3032
@echo "Reverting test_docparse"
3133
git checkout nipype/utils/tests/test_docparse.py
3234

@@ -70,6 +72,7 @@ specs:
7072
@echo "Checking specs and autogenerating spec tests"
7173
python tools/checkspecs.py
7274

75+
check: check-before-commit # just a shortcut
7376
check-before-commit: specs trailing-spaces html test
7477
@echo "removed spaces"
7578
@echo "built docs"

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ NIPYPE: Neuroimaging in Python: Pipelines and Interfaces
44

55
.. image:: https://travis-ci.org/nipy/nipype.png?branch=master
66
:target: https://travis-ci.org/nipy/nipype
7-
7+
88
.. image:: https://circleci.com/gh/nipy/nipype/tree/master.svg?style=svg
99
:target: https://circleci.com/gh/nipy/nipype/tree/master
1010

1111
.. image:: https://coveralls.io/repos/nipy/nipype/badge.png
1212
:target: https://coveralls.io/r/nipy/nipype
13-
13+
1414
.. image:: https://www.codacy.com/project/badge/182f27944c51474490b369d0a23e2f32
1515
:target: https://www.codacy.com/app/krzysztof-gorgolewski/nipy_nipype
1616

@@ -70,7 +70,7 @@ Website
7070
-------
7171

7272
Information specific to Nipype is located here::
73-
73+
7474
http://nipy.org/nipype
7575

7676

@@ -81,10 +81,10 @@ If you have a problem or would like to ask a question about how to do something
8181
to `NeuroStars.org <http://neurostars.org>`_ with a *nipype* tag. `NeuroStars.org <http://neurostars.org>`_ is a platform similar to StackOverflow but dedicated to neuroinformatics. All previous Nipype questions are available here::
8282

8383
http://neurostars.org/t/nipype/
84-
84+
8585

8686
To participate in the Nipype development related discussions please use the following mailing list::
87-
87+
8888
http://mail.python.org/mailman/listinfo/neuroimaging
8989

9090
Please add *[nipype]* to the subject line when posting on the mailing list.
@@ -96,7 +96,7 @@ Nipype structure
9696
Currently Nipype consists of the following files and directories:
9797

9898
INSTALL
99-
NIPYPE prerequisites, installation, development, testing, and
99+
NIPYPE prerequisites, installation, development, testing, and
100100
troubleshooting.
101101

102102
README

THANKS.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,15 +86,15 @@ Other contributors
8686
* Mike Trumpis
8787
* Karl Young
8888
* Tom Waite
89-
89+
9090
We would also like to thank `JetBrains <http://www.jetbrains.com/>`__ for providing `Pycharm <http://www.jetbrains.com/pycharm/>`__ licenses.
91-
91+
9292
Funding
9393
-------
9494
Satrajit Ghosh work on this project was partially funded by NIBIB R03 EB008673 (PI: Ghosh and Whitfield-Gabrieli) and by the `INCF <http://www.incf.org>`__ through a contract with TankThink Labs, LLC.
95-
Chris Burns was supported by NIMH grant 5R01MH081909-02 (PI: Desposito). Hans Jonson was supported by
96-
`2 U54 EB005149 - 06 Core 2b Huntington's Disease - Driving Biological Project <http://projectreporter.nih.gov/project_info_description.cfm?aid=8153616&icde=16158743&ddparam=&ddvalue=&ddsub=&cr=18&csb=PT&cs=ASC>`__,
97-
`S10 RR023392 Enterprise Storage In A Collaborative Neuroimaging Environment <http://projectreporter.nih.gov/project_info_description.cfm?aid=7209718&icde=16158552&ddparam=&ddvalue=&ddsub=&cr=1&csb=default&cs=ASC>`__,
98-
`R01 NS040068 Neurobiological Predictors of Huntington's Disease <http://projectreporter.nih.gov/project_info_description.cfm?aid=6266377&icde=16158103>`__,
95+
Chris Burns was supported by NIMH grant 5R01MH081909-02 (PI: Desposito). Hans Jonson was supported by
96+
`2 U54 EB005149 - 06 Core 2b Huntington's Disease - Driving Biological Project <http://projectreporter.nih.gov/project_info_description.cfm?aid=8153616&icde=16158743&ddparam=&ddvalue=&ddsub=&cr=18&csb=PT&cs=ASC>`__,
97+
`S10 RR023392 Enterprise Storage In A Collaborative Neuroimaging Environment <http://projectreporter.nih.gov/project_info_description.cfm?aid=7209718&icde=16158552&ddparam=&ddvalue=&ddsub=&cr=1&csb=default&cs=ASC>`__,
98+
`R01 NS040068 Neurobiological Predictors of Huntington's Disease <http://projectreporter.nih.gov/project_info_description.cfm?aid=6266377&icde=16158103>`__,
9999
and `UL1 TR000442 University of Iowa Clinical and Translational Science Program <http://projectreporter.nih.gov/project_info_description.cfm?aid=8467220&icde=16159156&ddparam=&ddvalue=&ddsub=&cr=1&csb=default&cs=ASC>`__.
100100

doc/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Discover available make targets::
1616
make help
1717

1818
Clean up previous build::
19-
19+
2020
make clean
2121

2222
Build html documentation::

doc/_templates/sidebar_versions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h3>{{ _('Versions') }}</h3>
1717
<td align="left">Release</td><td align="right">Devel</td>
1818
</tr>
1919
<tr>
20-
<td align="left">0.10.0</td><td align="right">{{ version }}</td>
20+
<td align="left">0.11.0-rc1</td><td align="right">{{ version }}</td>
2121
</tr>
2222
<tr>
2323
<td align="left"><a href="{{pathto('users/install')}}">Download</a></td>

doc/devel/gitwash/configure_git.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ Here is an example ``.gitconfig`` file::
1616
[user]
1717
name = Your Name
1818
19-
19+
2020
[alias]
2121
ci = commit -a
2222
co = checkout
2323
st = status -a
2424
stat = status -a
2525
br = branch
2626
wdiff = diff --color-words
27-
27+
2828
[core]
2929
editor = vim
3030

@@ -33,7 +33,7 @@ Here is an example ``.gitconfig`` file::
3333

3434
You can edit this file directly or you can use the ``git config --global``
3535
command::
36-
36+
3737
git config --global user.name "Your Name"
3838
git config --global user.email [email protected]
3939
git config --global alias.ci "commit -a"

0 commit comments

Comments
 (0)