diff --git a/CHANGES b/CHANGES index 987c0b0838..80953564b8 100644 --- a/CHANGES +++ b/CHANGES @@ -1,37 +1,24 @@ -Release 0.3.3 (FUTURE) -====================== - -Enhancements ------------- - -* Added support for Diffusion toolkit -* Added support for FSL slicer and overlay -* Added support for dcm2nii - -Bugs fixed ----------- - -* IO - - DataSink properly handles lists of lists now - - DataGrabber has option for raising Exception on getting empty lists - -* Base - - traits logic for 'requires' metadata - -* Workflow engine - - allows workflows to be relocatable - - nested workflows with connections don't raise connection not found error - -API changes ------------ +Release 0.3.3 (Sep 16, 2010) +============================ -* subject_id in ModelSpec is now deprecated -* spm.Threshold +* API: subject_id in ModelSpec is now deprecated +* API: spm.Threshold - does not need mask, beta, RPV anymore - takes only one image (stat_image - mind the name change) - works with SPM2 SPM.mat - returns additional map - pre topological FDR +* ENH: Added support for Diffusion toolkit +* ENH: Added support for FSL slicer and overlay +* ENH: Added support for dcm2nii + +* BF: DataSink properly handles lists of lists now +* BF: DataGrabber has option for raising Exception on getting empty lists +* BF: Traits logic for 'requires' metadata +* BF: allows workflows to be relocatable +* BF: nested workflows with connections don't raise connection not found error +* BF: multiple workflows with identical nodenames and iterables do not create nestsed workflows + Release 0.3.2 (Aug 03, 2010) ============================ diff --git a/nipype/version.py b/nipype/version.py index 932d43025f..05dfd09bff 100644 --- a/nipype/version.py +++ b/nipype/version.py @@ -6,7 +6,7 @@ import nipype -version = '0.3.2' +version = '0.3.3' release = True # Return the svn version as a string, raise a ValueError otherwise @@ -21,7 +21,7 @@ def get_nipype_gitversion(): Returns ------- None or str - Version of PyMVPA according to git. + Version of NiPype according to git. """ gitpath = os.path.realpath(os.path.join(os.path.dirname(nipype.__file__), os.path.pardir)) gitpathgit = os.path.join(gitpath, '.git')