@@ -32,6 +32,8 @@ New features
3232
3333* CIFTI support (pr/249) (Satra Ghosh, Michiel Cottaar, BC, CM, Demian
3434 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)
3537
3638Enhancements
3739------------
@@ -45,12 +47,16 @@ Enhancements
4547* Allow dtype specifiers as fileslice input (pr/485) (MB)
4648* Support "headerless" ArrayProxy specification, enabling memory-efficient
4749 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)
4852
4953Bug fixes
5054---------
5155
5256* Miscellaneous MINC reader fixes (pr/493) (Robert D. Vincent, reviewed by CM,
5357 MB)
58+ * Fix corner case in ``wrapstruct.get `` (pr/516) (Paul McCarthy, reviewed by
59+ CM, MB)
5460
5561Maintenance
5662-----------
@@ -65,6 +71,7 @@ API changes and deprecations
6571* ``header `` argument to ``ArrayProxy.__init__ `` is renamed to ``spec ``
6672* Deprecation of ``header `` property of ``ArrayProxy `` object, for removal in
6773 3.0
74+ * ``wrapstruct.get `` now returns entries evaluating ``False ``, instead of ``None ``
6875
6976
70772.1 (Monday 22 August 2016)
0 commit comments