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 >`_
@@ -161,29 +161,29 @@ These are the software packages that nipype.interfaces wraps:
161
161
FSL _
162
162
4.1.0 or later
163
163
164
- matlab _
164
+ matlab _
165
165
2008a or later
166
166
167
167
SPM _
168
168
SPM5/8
169
169
170
170
FreeSurfer _
171
171
FreeSurfer version 4 and higher
172
-
172
+
173
173
AFNI _
174
174
2009_12_31_1431 or later
175
175
176
176
Slicer _
177
177
3.6 or later
178
178
179
- Nipy _
179
+ Nipy _
180
180
0.1.2+20110404 or later
181
181
182
- Nitime _
182
+ Nitime _
183
183
(optional)
184
-
184
+
185
185
Camino _
186
-
186
+
187
187
Camino2Trackvis _
188
188
189
189
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