Skip to content

Commit

Permalink
0.3.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgorgo committed Jan 12, 2011
1 parent 9e66e08 commit 5ac7852
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Release 0.3.4 (FUTURE)
Release 0.3.4 (Jan 12, 2010)
======================

* API: hash values for float use a string conversion upto the 10th decimal place.
* API: hash values for float use a string conversion up to the 10th decimal place.
* API: Iterables in output path will always be generated as _var1_val1_var2_val2 pairs

* ENH: Added support to nipy: GLM fit, contrast estimation and calculating mask from EPI
* ENH: Added support for maniupulating surface files in Freesurfer:
* ENH: Added support for manipulating surface files in Freesurfer:
- projecting volume images onto the surface
- smoothing along the surface
- transforming a surface image from one subject to another
Expand All @@ -14,11 +14,11 @@ Release 0.3.4 (FUTURE)
* ENH: Added support for flirt matrix in BBRegister
* ENH: Added support for FSL convert_xfm
* ENH: hashes can be updated again without rerunning all nodes.
* ENH: Added multipleregression design for FSL
* ENH: Added multiple regression design for FSL
* ENH: Added SPM based Analyze to Nifti converter
* ENH: Added increased support for PyXNAT
* ENH: Added support for MCR-based binary version of SPM
* ENH: Added SPM node for calculationg various threshold statistics
* ENH: Added SPM node for calculating various threshold statistics
* ENH: Added distance and dissimilarity measurements

* BF: Diffusion toolkit gets installed
Expand Down
2 changes: 1 addition & 1 deletion doc/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{% set title = 'Neuroimaging in Python' %}

{% block rootrellink %}
<li><a href="http://sourceforge.net/apps/trac/nipy/wiki">Develop</a> |&nbsp;</li>
<li><a href="https://github.com/nipy/nipype">Develop</a> |&nbsp;</li>
<li><a href="http://groups.google.com/group/nipy-user">Mailing list</a> |&nbsp;</li>
<li><a href="http://nipy.sourceforge.net/software/license">License</a> |&nbsp;</li>
<li><a href="http://nipy.sourceforge.net/">Nipy</a> |&nbsp;</li>
Expand Down
2 changes: 1 addition & 1 deletion nipype/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import nipype

version = '0.3.4'
release = False
release = True

# Return the svn version as a string, raise a ValueError otherwise
# This code was copied from numpy trunk, revision 6873, and modified slightly
Expand Down

0 comments on commit 5ac7852

Please sign in to comment.