11.. -*- mode: rst -*-
2- .. vim:syntax=rest
2+ .. vim:syntax=rst
33
44 .. _changelog :
55
@@ -23,8 +23,48 @@ Releases
2323NiBabel
2424+++++++
2525
26- Most work on NiBabel so far has been by Matthew Brettt (MB) and Michael Hanke
27- (MH).
26+ Most work on NiBabel so far has been by Matthew Brett (MB) and Michael Hanke
27+ (MH) and Stephan Gerhard (SG).
28+
29+ * 1.1.0 (Thursday 28 April 2011)
30+
31+ * New feature release
32+ * Python 3.2 support
33+ * Substantially enhanced gifti reading support (SG)
34+ * Refactoring of trackvis read / write to allow reading and writing of voxel
35+ points and mm points in tracks. Deprecate use of negative voxel sizes;
36+ set voxel_order field in trackvis header. Thanks to Chris Filo
37+ Gorgolewski for pointing out the problem and Ruopeng Wang in the trackvis
38+ forum for clarifying the coordinate system of trackvis files.
39+ * Added routine to give approximate array orientation in form such as 'RAS'
40+ or 'LPS'
41+ * Bug fixes as for 1.0.2
42+
43+ * 1.0.2 (Thursday 14 April 2011)
44+
45+ * Bugfix release
46+ * Make inference of data type more robust to changes in numpy dtype hashing
47+ * Fix incorrect thresholds in quaternion calculation (thanks to Yarik H for
48+ pointing this one out)
49+ * Make parrec2nii pass over errors more gracefully
50+ * More explicit checks for missing or None field in trackvis and other
51+ classes - thanks to Marc-Alexandre Cote
52+ * Make logging and error level work as expected - thanks to Yarik H
53+ * Loading an image does not change qform or sform - thanks to Yarik H
54+ * Allow 0 for nifti scaling as for spec - thanks to Yarik H
55+ * nifti1.save now correctly saves single or pair images
56+
57+ * 1.0.1 (Wednesday 23 Feb 2011)
58+
59+ * Bugfix release
60+ * Fix bugs in tests for data package paths
61+ * Fix leaks of open filehandles when loading images (thanks to Gael
62+ Varoquaux for the report)
63+ * Skip rw tests for SPM images when scipy not installed
64+ * Fix various windows-specific file issues for tests
65+ * Fix incorrect reading of byte-swapped trackvis files
66+ * Workaround for odd numpy dtype comparisons leading to header errors for
67+ some loaded images (thanks to Cindee Madison for the report)
2868
2969* 1.0.0 (Thursday, 13, Oct 2010)
3070
0 commit comments