@@ -24,6 +24,84 @@ Gerhard (SG) and Eric Larson (EL).
2424
2525References like "pr/298" refer to github pull request numbers.
2626
27+ 2.2.1 (Wednesday 22 November 2017)
28+ ==================================
29+
30+ Bug fixes
31+ ---------
32+
33+ * Set L/R labels in orthoview correctly (pr/564) (CM)
34+ * Defer use of ufunc / memmap test - allows "freezing" (pr/572) (MB, reviewed
35+ by Satra Ghosh)
36+ * Fix doctest failures with pre-release numpy (pr/582) (MB, reviewed by CM)
37+
38+ Maintenance
39+ -----------
40+
41+ * Update documentation around NIfTI qform/sform codes (pr/576) (Paul McCarthy,
42+ reviewed by MB, CM) + (pr/580) (Bennet Fauber, reviewed by Paul McCarthy)
43+ * Skip precision test on macOS, newer numpy (pr/583) (MB, reviewed by CM)
44+ * Simplify AppVeyor script, removing conda (pr/584) (MB, reviewed by CM)
45+
46+ 2.2 (Friday 13 October 2017)
47+ ============================
48+
49+ New features
50+ ------------
51+
52+ * CIFTI support (pr/249) (Satra Ghosh, Michiel Cottaar, BC, CM, Demian
53+ Wassermann, MB)
54+ * Support for MRtrix TCK streamlines file format (pr/486) (MC, reviewed by
55+ MB, Arnaud Bore, J-Donald Tournier, Jean-Christophe Houde)
56+ * Added ``get_fdata() `` as default method to retrieve scaled floating point
57+ data from ``DataobjImage``s (pr/551) (MB, reviewed by CM, Satra Ghosh)
58+
59+ Enhancements
60+ ------------
61+
62+ * Support for alternative header field name variants in .PAR files
63+ (pr/507) (Gregory R. Lee)
64+ * Various enhancements to streamlines API by MC: support for reading TRK
65+ version 1 (pr/512); concatenation of tractograms using `+`/`+=` operators
66+ (pr/495); function to concatenate multiple ArraySequence objects (pr/494)
67+ * Support for numpy 1.12 (pr/500, pr/502) (MC, MB)
68+ * Allow dtype specifiers as fileslice input (pr/485) (MB)
69+ * Support "headerless" ArrayProxy specification, enabling memory-efficient
70+ ArrayProxy reshaping (pr/521) (CM)
71+ * Allow unknown NIfTI intent codes, add FSL codes (pr/528) (Paul McCarthy)
72+ * Improve error handling for ``img.__getitem__ `` (pr/533) (Ariel Rokem)
73+ * Delegate reorientation to SpatialImage classes (pr/544) (Mark Hymers, CM,
74+ reviewed by MB)
75+ * Enable using ``indexed_gzip `` to reduce memory usage when reading from
76+ gzipped NIfTI and MGH files (pr/552) (Paul McCarthy, reviewed by MB, CM)
77+
78+ Bug fixes
79+ ---------
80+
81+ * Miscellaneous MINC reader fixes (pr/493) (Robert D. Vincent, reviewed by CM,
82+ MB)
83+ * Fix corner case in ``wrapstruct.get `` (pr/516) (Paul McCarthy, reviewed by
84+ CM, MB)
85+
86+ Maintenance
87+ -----------
88+
89+ * Fix documentation errors (pr/517, pr/536) (Fernando Perez, Venky Reddy)
90+ * Documentation update (pr/514) (Ivan Gonzalez)
91+ * Update testing to use pre-release builds of dependencies (pr/509) (MB)
92+ * Better warnings when nibabel not on path (pr/503) (MB)
93+
94+ API changes and deprecations
95+ ----------------------------
96+
97+ * ``header `` argument to ``ArrayProxy.__init__ `` is renamed to ``spec ``
98+ * Deprecation of ``header `` property of ``ArrayProxy `` object, for removal in
99+ 3.0
100+ * ``wrapstruct.get `` now returns entries evaluating ``False ``, instead of ``None ``
101+ * ``DataobjImage.get_data `` to be deprecated April 2018, scheduled for removal
102+ April 2020
103+
104+
271052.1 (Monday 22 August 2016)
28106===========================
29107
0 commit comments