File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- Changes since release 0.4.1
2
- ===========================
1
+ Release 0.5 (Mar 10, 2012)
2
+ ==========================
3
3
4
4
* API: FSL defaults to Nifti when OUTPUTTYPE environment variable not found
5
5
* API: By default inputs are removed from Node working directory
@@ -41,7 +41,7 @@ Changes since release 0.4.1
41
41
* ENH: Added FmriRealign4d node wrapped from nipy
42
42
* ENH: Added TBSS workflows and examples
43
43
* ENH: Support for openfmri data processing
44
-
44
+ * ENH: Package version check
45
45
46
46
* FIX: Fixed spm preproc workflow to cater to multiple functional runs
47
47
* FIX: Workflow outputs displays nodes with empty outputs
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.4.1-1106 </ td > < td align ="right "> pre-0.5 </ td >
20
+ < td align ="left "> 0.5-1203 </ td > < td align ="right "> pre-0.6 </ 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 8
8
# full release. '.dev' as a _version_extra string means this is a development
9
9
# version
10
10
_version_major = 0
11
- _version_minor = 4
12
- _version_micro = 2
13
- _version_extra = '.dev '
11
+ _version_minor = 5
12
+ _version_micro = 0
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