@@ -18,9 +18,10 @@ The full VCS changelog is available here:
1818Nibabel releases
1919****************
2020
21- Most work on NiBabel so far has been by Matthew Brett (MB), Michael Hanke (MH)
22- Ben Cipollini (BC), Marc-Alexandre Côté (MC), Chris Markiewicz (CM), Stephan
23- Gerhard (SG), Eric Larson (EL), Yaroslav Halchenko (YOH) and Chris Cheng (CC).
21+ Most work on NiBabel so far has been by Matthew Brett (MB), Chris Markiewicz
22+ (CM), Michael Hanke (MH), Marc-Alexandre Côté (MC), Ben Cipollini (BC), Paul
23+ McCarthy (PM), Chris Cheng (CC), Yaroslav Halchenko (YOH), Satra Ghosh (SG),
24+ Eric Larson (EL), Demien Wasserman, and Stephan Gerhard.
2425
2526References like "pr/298" refer to github pull request numbers.
2627
@@ -134,16 +135,16 @@ Enhancements
134135* Simplfiy MGHImage and add footer fields (pr/569) (CM, reviewed by MB)
135136* Force sform/qform codes to be ints, rather than numpy types (pr/575) (Paul
136137 McCarthy, reviewed by MB, CM)
137- * Auto-fill color table in FreeSurfer annotation file (pr/592) (Paul McCarthy ,
138+ * Auto-fill color table in FreeSurfer annotation file (pr/592) (PM ,
138139 reviewed by CM, MB)
139140* Set default intent code for CIFTI2 images (pr/604) (Mathias Goncalves,
140- reviewed by CM, Satra Ghosh , MB, Tim Coalson)
141+ reviewed by CM, SG , MB, Tim Coalson)
141142* Raise informative error on empty files (pr/611) (Pradeep Raamana, reviewed
142143 by CM, MB)
143144* Accept degenerate filenames such as ``.nii `` (pr/621) (Dimitri
144145 Papadopoulos-Orfanos, reviewed by Yaroslav Halchenko)
145146* Take advantage of ``IndexedGzipFile `` ``drop_handles `` flag to release
146- filehandles by default (pr/614) (Paul McCarthy , reviewed by CM, MB)
147+ filehandles by default (pr/614) (PM , reviewed by CM, MB)
147148
148149Bug fixes
149150---------
@@ -153,7 +154,7 @@ Bug fixes
153154 CM, MB)
154155* Accept lower-case orientation codes in TRK files (pr/600) (Kesshi Jordan,
155156 MB, reviewed by MB, MC, CM)
156- * Annotation file reading (pr/592) (Paul McCarthy , reviewed by CM, MB)
157+ * Annotation file reading (pr/592) (PM , reviewed by CM, MB)
157158* Fix buffer size calculation in ArraySequence (pr/597) (Serge Koudoro,
158159 reviewed by MC, MB, Eleftherios Garyfallidis, CM)
159160* Resolve ``UnboundLocalError `` in Python 3 (pr/607) (Jakub Kaczmarzyk,
@@ -193,14 +194,14 @@ Bug fixes
193194
194195* Set L/R labels in orthoview correctly (pr/564) (CM)
195196* Defer use of ufunc / memmap test - allows "freezing" (pr/572) (MB, reviewed
196- by Satra Ghosh )
197+ by SG )
197198* Fix doctest failures with pre-release numpy (pr/582) (MB, reviewed by CM)
198199
199200Maintenance
200201-----------
201202
202- * Update documentation around NIfTI qform/sform codes (pr/576) (Paul McCarthy ,
203- reviewed by MB, CM) + (pr/580) (Bennet Fauber, reviewed by Paul McCarthy )
203+ * Update documentation around NIfTI qform/sform codes (pr/576) (PM ,
204+ reviewed by MB, CM) + (pr/580) (Bennet Fauber, reviewed by PM )
204205* Skip precision test on macOS, newer numpy (pr/583) (MB, reviewed by CM)
205206* Simplify AppVeyor script, removing conda (pr/584) (MB, reviewed by CM)
206207
@@ -210,12 +211,11 @@ Maintenance
210211New features
211212------------
212213
213- * CIFTI support (pr/249) (Satra Ghosh, Michiel Cottaar, BC, CM, Demian
214- Wassermann, MB)
214+ * CIFTI support (pr/249) (SG, Michiel Cottaar, BC, CM, Demian Wasserman, MB)
215215* Support for MRtrix TCK streamlines file format (pr/486) (MC, reviewed by
216216 MB, Arnaud Bore, J-Donald Tournier, Jean-Christophe Houde)
217217* Added ``get_fdata() `` as default method to retrieve scaled floating point
218- data from ``DataobjImage``s (pr/551) (MB, reviewed by CM, Satra Ghosh )
218+ data from ``DataobjImage``s (pr/551) (MB, reviewed by CM, SG )
219219
220220Enhancements
221221------------
@@ -229,19 +229,19 @@ Enhancements
229229* Allow dtype specifiers as fileslice input (pr/485) (MB)
230230* Support "headerless" ArrayProxy specification, enabling memory-efficient
231231 ArrayProxy reshaping (pr/521) (CM)
232- * Allow unknown NIfTI intent codes, add FSL codes (pr/528) (Paul McCarthy )
232+ * Allow unknown NIfTI intent codes, add FSL codes (pr/528) (PM )
233233* Improve error handling for ``img.__getitem__ `` (pr/533) (Ariel Rokem)
234234* Delegate reorientation to SpatialImage classes (pr/544) (Mark Hymers, CM,
235235 reviewed by MB)
236236* Enable using ``indexed_gzip `` to reduce memory usage when reading from
237- gzipped NIfTI and MGH files (pr/552) (Paul McCarthy , reviewed by MB, CM)
237+ gzipped NIfTI and MGH files (pr/552) (PM , reviewed by MB, CM)
238238
239239Bug fixes
240240---------
241241
242242* Miscellaneous MINC reader fixes (pr/493) (Robert D. Vincent, reviewed by CM,
243243 MB)
244- * Fix corner case in ``wrapstruct.get `` (pr/516) (Paul McCarthy , reviewed by
244+ * Fix corner case in ``wrapstruct.get `` (pr/516) (PM , reviewed by
245245 CM, MB)
246246
247247Maintenance
@@ -542,7 +542,7 @@ Special thanks to Chris Burns, Jarrod Millman and Yaroslav Halchenko.
542542
543543* New feature release
544544* Python 3.2 support
545- * Substantially enhanced gifti reading support (SG )
545+ * Substantially enhanced gifti reading support (Stephan Gerhard )
546546* Refactoring of trackvis read / write to allow reading and writing of voxel
547547 points and mm points in tracks. Deprecate use of negative voxel sizes;
548548 set voxel_order field in trackvis header. Thanks to Chris Filo
0 commit comments