File tree Expand file tree Collapse file tree 6 files changed +14
-13
lines changed Expand file tree Collapse file tree 6 files changed +14
-13
lines changed Original file line number Diff line number Diff line change 1
- Next release
1
+ Release 0.9.0 (December 20, 2013)
2
2
============
3
3
4
4
* ENH: SelectFiles: a streamlined version of DataGrabber
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.8 .0</ td > < td align ="right "> pre-0.9 </ td >
20
+ < td align ="left "> 0.9 .0</ td > < td align ="right "> 1.0-dev </ 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 versions: `0.7 <http://nipy.org/nipype/0.7 >`_ `0.6 <http://nipy.org/nipype/0.6 >`_
12
+ Previous versions: `0.8 <http://nipy.org/nipype/0.8 >`_ `0.7 <http://nipy.org/nipype/0.7 >`_
13
13
14
14
.. container :: doc2
15
15
Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ This page covers the necessary steps to install Nipype.
9
9
Download
10
10
--------
11
11
12
- Release 0.8 .0: [`zip <https://github.com/nipy/nipype/archive/0.8 .zip >`__ `tar.gz
13
- <https://github.com/nipy/nipype/archive/0.8 .tar.gz> `__]
12
+ Release 0.9 .0: [`zip <https://github.com/nipy/nipype/archive/0.9 .zip >`__ `tar.gz
13
+ <https://github.com/nipy/nipype/archive/0.9 .tar.gz> `__]
14
14
15
- Development: [`zip <http://github.com/nipy/nipype/zipball/master >`__ `tar.gz
15
+ Development: [`zip <http://github.com/nipy/nipype/zipball/master >`__ `tar.gz
16
16
<http://github.com/nipy/nipype/tarball/master> `__]
17
17
18
18
`Prior downloads <http://github.com/nipy/nipype/tags >`_
@@ -156,29 +156,29 @@ These are the software packages that nipype.interfaces wraps:
156
156
FSL _
157
157
4.1.0 or later
158
158
159
- matlab _
159
+ matlab _
160
160
2008a or later
161
161
162
162
SPM _
163
163
SPM5/8
164
164
165
165
FreeSurfer _
166
166
FreeSurfer version 4 and higher
167
-
167
+
168
168
AFNI _
169
169
2009_12_31_1431 or later
170
170
171
171
Slicer _
172
172
3.6 or later
173
173
174
- Nipy _
174
+ Nipy _
175
175
0.1.2+20110404 or later
176
176
177
- Nitime _
177
+ Nitime _
178
178
(optional)
179
-
179
+
180
180
Camino _
181
-
181
+
182
182
Camino2Trackvis _
183
183
184
184
ConnectomeViewer _
Original file line number Diff line number Diff line change 10
10
_version_major = 0
11
11
_version_minor = 9
12
12
_version_micro = 0
13
- _version_extra = '.pre '
13
+ _version_extra = ''
14
14
15
15
def get_nipype_gitversion ():
16
16
"""Nipype version as reported by the last commit in git
Original file line number Diff line number Diff line change @@ -91,6 +91,7 @@ def main(**extra_args):
91
91
author_email = INFO_VARS ['AUTHOR_EMAIL' ],
92
92
platforms = INFO_VARS ['PLATFORMS' ],
93
93
version = INFO_VARS ['VERSION' ],
94
+ install_requires = INFO_VARS ['REQUIRES' ],
94
95
requires = INFO_VARS ['REQUIRES' ],
95
96
configuration = configuration ,
96
97
cmdclass = cmdclass ,
You can’t perform that action at this time.
0 commit comments