Skip to content

Commit f21aabe

Browse files
committed
Merge branch 'master' into bug/fixEddyWrapper
Conflicts: nipype/interfaces/fsl/epi.py
2 parents 4e33304 + cc2ae18 commit f21aabe

File tree

84 files changed

+4461
-742
lines changed

Some content is hidden

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

84 files changed

+4461
-742
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ before_install:
1212
- sudo rm -rf /dev/shm
1313
- sudo ln -s /run/shm /dev/shm
1414
- bash <(wget -q -O- http://neuro.debian.net/_files/neurodebian-travis.sh)
15-
- travis_retry sudo apt-get install -qq --no-install-recommends fsl afni
15+
- travis_retry sudo apt-get install -qq --no-install-recommends fsl afni elastix
1616
- travis_retry sudo apt-get install -qq fsl-atlases
1717
- source /etc/fsl/fsl.sh
1818

CHANGES

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,34 @@
11
Next Release
22
============
33

4-
* API: Interfaces to external packages are no longer available in the top-level ``nipype`` namespace, and must be imported directly (e.g. ``from nipype.interfaces import fsl``).
4+
* ENH: New FSL interfaces: WarpPoints, WarpPointsToStd.
5+
* ENH: New Freesurfer interface: MRIPretess
6+
* ENH: New miscelaneous interface: AddCSVRow
7+
* ENH: FUGUE interface has been refactored to use the name_template system, 3 examples
8+
added to doctests, some bugs solved.
9+
* ENH: Added new interfaces (fsl.utils.WarpUtils, ConvertWarp) to fnirtfileutils and convertwarp
10+
* API: Interfaces to external packages are no longer available in the top-level
11+
``nipype`` namespace, and must be imported directly (e.g.
12+
``from nipype.interfaces import fsl``).
13+
* ENH: New FSL interface: ProbTrackX2
14+
* ENH: New misc algorithm: NormalizeProbabilityMapSet
15+
* ENH: Support for elastix via a set of new interfaces: Registration, ApplyWarp,
16+
AnalyzeWarp, PointsWarp, and EditTransform
517
* ENH: New ANTs interface: ApplyTransformsToPoints
18+
* ENH: New metrics group in algorithms. Now Distance, Overlap, and FuzzyOverlap
19+
are found in nipype.algorithms.metrics instead of misc
20+
* ENH: New interface in algorithms.metrics: ErrorMap (a voxel-wise diff map).
621
* ENH: New FreeSurfer workflow: create_skullstripped_recon_flow()
722
* ENH: New data grabbing interface that works over SSH connections, SSHDataGrabber
23+
* ENH: New color mode for write_graph
24+
* ENH: You can now force MapNodes to be run serially
25+
* ENH: New ANTs interface: LaplacianThickness
826
* FIX: MRTrix tracking algorithms were ignoring mask parameters.
27+
* FIX: FNIRT registration pathway and associated OpenFMRI example script
28+
* FIX: spm12b compatibility for Model estimate
29+
* FIX: Batch scheduler controls the number of maximum jobs properly
30+
* FIX: Update for FSL 5.0.7 which deprecated Contrast Manager
31+
* ENH: Added ANTS based openfmri workflow
932

1033
Release 0.9.2 (January 31, 2014)
1134
============
@@ -26,7 +49,8 @@ Release 0.9.0 (December 20, 2013)
2649
* ENH: new tools for defining workflows: JoinNode, synchronize and itersource
2750
* ENH: W3C PROV support with optional RDF export built into Nipype
2851
* ENH: Added support for Simple Linux Utility Resource Management (SLURM)
29-
* ENH: AFNI interfaces refactor, prefix, suffix are replaced by "flexible_%s_templates"
52+
* ENH: AFNI interfaces refactor, prefix, suffix are replaced by
53+
"flexible_%s_templates"
3054
* ENH: New SPM interfaces:
3155
- spm.ResliceToReference,
3256
- spm.DicomImport

README.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,25 @@ NIPYPE: Neuroimaging in Python: Pipelines and Interfaces
88
.. image:: https://coveralls.io/repos/nipy/nipype/badge.png
99
:target: https://coveralls.io/r/nipy/nipype
1010

11+
.. image:: https://pypip.in/version/nipype/badge.png
12+
:target: https://pypi.python.org/pypi/nipype/
13+
:alt: Latest Version
14+
15+
.. image:: https://pypip.in/download/nipype/badge.png
16+
:target: https://pypi.python.org/pypi/nipype/
17+
:alt: Downloads
18+
19+
.. image:: https://pypip.in/py_versions/nipype/badge.png
20+
:target: https://pypi.python.org/pypi/nipype/
21+
:alt: Supported Python versions
22+
23+
.. image:: https://pypip.in/status/nipype/badge.png
24+
:target: https://pypi.python.org/pypi/nipype/
25+
:alt: Development Status
26+
27+
.. image:: https://pypip.in/license/nipype/badge.png
28+
:target: https://pypi.python.org/pypi/nipype/
29+
:alt: License
1130

1231
Current neuroimaging software offer users an incredible opportunity to
1332
analyze data using a variety of different algorithms. However, this has

doc/_templates/indexsidebar.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ <h3>{{ _('Links') }}</h3>
55
<li>Docs: <a href="http://nipy.org/nipype">Stable</a> · <a href="http://www.mit.edu/~satra/nipype-nightly/">Nightly</a></li>
66
<li>Code: <a href="http://github.com/nipy/nipype">Github</a> · <a href="http://github.com/nipy/nipype/issues">Bugs-Requests</a></li>
77
<li>Forum: <a href="http://groups.google.com/group/nipy-user">User</a> · <a href="http://projects.scipy.org/mailman/listinfo/nipy-devel">Developer</a></li>
8-
<li>Info: <a href="http://nipy.org/software/license/index.html">License</a> · <a href="http://nipy.org/about/funding.html">Funding</a></li>
8+
<li><a href="http://nipy.org/software/license/index.html"><img src="https://pypip.in/license/nipype/badge.png" alt="License"></a> · <a href="http://nipy.org/about/funding.html">Funding</a></li>
99
<li><a href="https://travis-ci.org/nipy/nipype"><img src="https://travis-ci.org/nipy/nipype.png?branch=master" alt="travis"></a> · <a href='https://coveralls.io/r/nipy/nipype'><img src='https://coveralls.io/repos/nipy/nipype/badge.png' alt='Coverage Status' /></a></li>
10+
<li><a href="https://pypi.python.org/pypi/nipype/"><img src="https://pypip.in/download/nipype/badge.png" alt="Downloads"></a> · <a href='https://pypi.python.org/pypi/nipype/'><img src='https://pypip.in/py_versions/nipype/badge.png' alt='Python Versions' /></a></li>
1011
</ul>
1112

1213
{% endblock %}

doc/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@
3838
'sphinx.ext.autosummary',
3939
'numpy_ext.numpydoc',
4040
'matplotlib.sphinxext.plot_directive',
41-
'matplotlib.sphinxext.only_directives'
41+
'matplotlib.sphinxext.only_directives',
42+
'matplotlib.sphinxext.ipython_directive',
43+
'ipython_console_highlighting'
4244
]
4345

4446
# Add any paths that contain templates here, relative to this directory.

doc/users/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Download
1010
--------
1111

1212
Release 0.9.2: [`zip <https://github.com/nipy/nipype/archive/0.9.2.zip>`__ `tar.gz
13-
<https://github.com/nipy/nipype/archive/0.9.1.tar.gz>`__]
13+
<https://github.com/nipy/nipype/archive/0.9.2.tar.gz>`__]
1414

1515
Development: [`zip <http://github.com/nipy/nipype/zipball/master>`__ `tar.gz
1616
<http://github.com/nipy/nipype/tarball/master>`__]

0 commit comments

Comments
 (0)