Skip to content

Commit 572fc58

Browse files
author
bpinsard
committed
Merge branch 'master' into fsl_randomise
* master: (79 commits) fix: update to use abspath for out_file fix: allow file to be copied for workflow operation (don't allow inputs to be modified) fix: add imports to init fix: missing test file DOC: Added matlab_wrap example that allows for more control and access to MAtlabCommand inputs and outputs TEST: added tests for spm utils reslice TEST: added tests for spm utils apply_transform TEST: added spm util coreg tests enh: simple spm_reslice interface added catch if spm not found ENH: interface to use spm_coreg to calc transform enh: set up basic interface sty: embed emacs and vim setting in file Renamed README so Github can parse reStructuredText format fix: epidewarp.fsl Fix fixed download link ;) Fixed download link Release 0.5.3 Doc: added example to epidewwarp.fsl FIX: switched epidewarp to fsl interface ...
2 parents 4f3611a + 58d85cc commit 572fc58

Some content is hidden

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

70 files changed

+1560
-933
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nipype/COMMIT_INFO.txt export-subst

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,9 @@
66
/nipype/nipype.egg-info
77
/doc/_build
88
/doc/users/examples
9+
/doc/api/generated
910
*.pyc
1011
*.so
12+
.project
13+
.settings
14+
.pydevproject

.project

Lines changed: 0 additions & 50 deletions
This file was deleted.

.pydevproject

Lines changed: 0 additions & 10 deletions
This file was deleted.

.settings/org.eclipse.core.resources.prefs

Lines changed: 0 additions & 3 deletions
This file was deleted.

CHANGES

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
1-
Changes since 0.5
2-
=================
1+
Release 0.5.3 (Mar 23, 2012)
2+
============================
3+
4+
* FIX: SPM model generation when output units is in scans
5+
6+
Release 0.5.2 (Mar 14, 2012)
7+
============================
8+
9+
* API: Node now allows specifying node level configuration for SGE/PBS clusters
10+
* API: Logging to file is disabled by default
11+
* API: New location of log file -> .nipype/nipype.cfg
12+
13+
* ENH: Changing logging options via config works for distributed processing
314

4-
None
15+
* FIX: Unittests on debian (logging and ipython)
516

617
Release 0.5 (Mar 10, 2012)
718
==========================

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ include Makefile
77
include build_docs.py
88
include setup_egg.py
99
include doc/documentation.zip
10+
include nipype/COMMIT_INFO.txt
1011

1112
recursive-include doc *
1213
recursive-include matlabscripts *

README renamed to README.rst

File renamed without changes.

doc/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/documentation.zip

doc/_templates/sidebar_versions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h3>{{ _('Versions') }}</h3>
1717
<td align="left">Release</td><td align="right">Devel</td>
1818
</tr>
1919
<tr>
20-
<td align="left">0.5-1203</td><td align="right">pre-0.6</td>
20+
<td align="left">0.5.3</td><td align="right">pre-0.6</td>
2121
</tr>
2222
<tr>
2323
<td align="left"><a href="{{pathto('users/install')}}">Download</a></td>

0 commit comments

Comments
 (0)