File tree Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ <h3>{{ _('Versions') }}</h3>
17
17
< td align ="left "> Release</ td > < td align ="right "> Devel</ td >
18
18
</ tr >
19
19
< tr >
20
- < td align ="left "> 0.5.3 </ td > < td align ="right "> pre-0.6 </ td >
20
+ < td align ="left "> 0.6.0 </ td > < td align ="right "> pre-0.7 </ td >
21
21
</ tr >
22
22
< tr >
23
23
< td align ="left "> < a href ="{{pathto('users/install')}} "> Download</ a > </ td >
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Documentation
9
9
:Release: |version |
10
10
:Date: |today |
11
11
12
- Previous version: `0.4.1 <http://nipy.org/nipype/0.4.1 >`_
12
+ Previous versions: ` 0.5.3 < http://nipy.org/nipype/0.5.3 >`_ `0.4.1 <http://nipy.org/nipype/0.4.1 >`_
13
13
14
14
.. container :: doc2
15
15
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ Beginner's guide
16
16
================
17
17
18
18
Introductory slides. `Available here `__
19
+
19
20
Michael Notter's guide. `Available here `__
20
21
21
22
__ http://satra.github.com/intro2nipype
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ This page covers the necessary steps to install Nipype.
9
9
Download
10
10
--------
11
11
12
- Release 0.5.3 : [`zip <http://github.com/nipy/nipype/zipball/0.5.3 >`_ `tar
13
- <http://github.com/nipy/nipype/tarball/0.5.3 > `_]
12
+ Release 0.6.0 : [`zip <http://github.com/nipy/nipype/zipball/0.6.0 >`_ `tar
13
+ <http://github.com/nipy/nipype/tarball/0.6.0 > `_]
14
14
15
15
Development: [`zip <http://github.com/nipy/nipype/zipball/master >`_ `tar
16
16
<http://github.com/nipy/nipype/tarball/master> `_]
@@ -114,7 +114,7 @@ Must Have
114
114
115
115
Python _ 2.6 -2.7
116
116
117
- Nibabel _ 1.0
117
+ Nibabel _ 1.0 - 1.2
118
118
Neuroimaging file i/o library
119
119
120
120
NetworkX _ 1.0 - 1.4
@@ -135,7 +135,7 @@ Enthought_ Traits_ 4.0.0
135
135
Strong Recommendations
136
136
~~~~~~~~~~~~~~~~~~~~~~
137
137
138
- IPython _ 0.10.2 - 0.12
138
+ IPython _ 0.10.2 - 0.13
139
139
Interactive python environment. This is necessary for some parallel
140
140
components of the pipeline engine.
141
141
Original file line number Diff line number Diff line change 10
10
_version_major = 0
11
11
_version_minor = 6
12
12
_version_micro = 0
13
- _version_extra = '.dev '
13
+ _version_extra = ''
14
14
15
15
def get_nipype_gitversion ():
16
16
"""Nipype version as reported by the last commit in git
You can’t perform that action at this time.
0 commit comments