@@ -32,6 +32,8 @@ New features
32
32
33
33
* CIFTI support (pr/249) (Satra Ghosh, Michiel Cottaar, BC, CM, Demian
34
34
Wassermann, MB)
35
+ * Support for MRtrix TCK streamlines file format (pr/486) (MC, reviewed by
36
+ MB, Arnaud Bore, J-Donald Tournier, Jean-Christophe Houde)
35
37
36
38
Enhancements
37
39
------------
@@ -45,12 +47,16 @@ Enhancements
45
47
* Allow dtype specifiers as fileslice input (pr/485) (MB)
46
48
* Support "headerless" ArrayProxy specification, enabling memory-efficient
47
49
ArrayProxy reshaping (pr/521) (CM)
50
+ * Allow unknown NIfTI intent codes, add FSL codes (pr/528) (Paul McCarthy)
51
+ * Improve error handling for ``img.__getitem__ `` (pr/533) (Ariel Rokem)
48
52
49
53
Bug fixes
50
54
---------
51
55
52
56
* Miscellaneous MINC reader fixes (pr/493) (Robert D. Vincent, reviewed by CM,
53
57
MB)
58
+ * Fix corner case in ``wrapstruct.get `` (pr/516) (Paul McCarthy, reviewed by
59
+ CM, MB)
54
60
55
61
Maintenance
56
62
-----------
@@ -65,6 +71,7 @@ API changes and deprecations
65
71
* ``header `` argument to ``ArrayProxy.__init__ `` is renamed to ``spec ``
66
72
* Deprecation of ``header `` property of ``ArrayProxy `` object, for removal in
67
73
3.0
74
+ * ``wrapstruct.get `` now returns entries evaluating ``False ``, instead of ``None ``
68
75
69
76
70
77
2.1 (Monday 22 August 2016)
0 commit comments