Skip to content

Commit

Permalink
Releasing 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
satra committed Sep 17, 2010
1 parent a039a09 commit 2dd8e7d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 30 deletions.
43 changes: 15 additions & 28 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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)
============================

Expand Down
4 changes: 2 additions & 2 deletions nipype/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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')
Expand Down

0 comments on commit 2dd8e7d

Please sign in to comment.