From 5ac785212af5f82d4501f7a9ab7f87752c891bb7 Mon Sep 17 00:00:00 2001 From: Chris Filo Gorgolewski Date: Wed, 12 Jan 2011 16:54:34 +0000 Subject: [PATCH] 0.3.4 release --- CHANGES | 10 +++++----- doc/_templates/layout.html | 2 +- nipype/version.py | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGES b/CHANGES index 72eebd6d2d..e4d482c3b8 100755 --- a/CHANGES +++ b/CHANGES @@ -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 @@ -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 diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html index 58341ccd7b..bff4d48645 100644 --- a/doc/_templates/layout.html +++ b/doc/_templates/layout.html @@ -2,7 +2,7 @@ {% set title = 'Neuroimaging in Python' %} {% block rootrellink %} -
  • Develop
  • +
  • Develop
  • Mailing list
  • License
  • Nipy
  • diff --git a/nipype/version.py b/nipype/version.py index e7816743eb..f92fcc0114 100644 --- a/nipype/version.py +++ b/nipype/version.py @@ -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