@@ -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
@@ -116,16 +117,16 @@ Enhancements
116117* Simplfiy MGHImage and add footer fields (pr/569) (CM, reviewed by MB)
117118* Force sform/qform codes to be ints, rather than numpy types (pr/575) (Paul
118119 McCarthy, reviewed by MB, CM)
119- * Auto-fill color table in FreeSurfer annotation file (pr/592) (Paul McCarthy ,
120+ * Auto-fill color table in FreeSurfer annotation file (pr/592) (PM ,
120121 reviewed by CM, MB)
121122* Set default intent code for CIFTI2 images (pr/604) (Mathias Goncalves,
122- reviewed by CM, Satra Ghosh , MB, Tim Coalson)
123+ reviewed by CM, SG , MB, Tim Coalson)
123124* Raise informative error on empty files (pr/611) (Pradeep Raamana, reviewed
124125 by CM, MB)
125126* Accept degenerate filenames such as ``.nii `` (pr/621) (Dimitri
126127 Papadopoulos-Orfanos, reviewed by Yaroslav Halchenko)
127128* Take advantage of ``IndexedGzipFile `` ``drop_handles `` flag to release
128- filehandles by default (pr/614) (Paul McCarthy , reviewed by CM, MB)
129+ filehandles by default (pr/614) (PM , reviewed by CM, MB)
129130
130131Bug fixes
131132---------
@@ -135,7 +136,7 @@ Bug fixes
135136 CM, MB)
136137* Accept lower-case orientation codes in TRK files (pr/600) (Kesshi Jordan,
137138 MB, reviewed by MB, MC, CM)
138- * Annotation file reading (pr/592) (Paul McCarthy , reviewed by CM, MB)
139+ * Annotation file reading (pr/592) (PM , reviewed by CM, MB)
139140* Fix buffer size calculation in ArraySequence (pr/597) (Serge Koudoro,
140141 reviewed by MC, MB, Eleftherios Garyfallidis, CM)
141142* Resolve ``UnboundLocalError `` in Python 3 (pr/607) (Jakub Kaczmarzyk,
@@ -175,14 +176,14 @@ Bug fixes
175176
176177* Set L/R labels in orthoview correctly (pr/564) (CM)
177178* Defer use of ufunc / memmap test - allows "freezing" (pr/572) (MB, reviewed
178- by Satra Ghosh )
179+ by SG )
179180* Fix doctest failures with pre-release numpy (pr/582) (MB, reviewed by CM)
180181
181182Maintenance
182183-----------
183184
184- * Update documentation around NIfTI qform/sform codes (pr/576) (Paul McCarthy ,
185- reviewed by MB, CM) + (pr/580) (Bennet Fauber, reviewed by Paul McCarthy )
185+ * Update documentation around NIfTI qform/sform codes (pr/576) (PM ,
186+ reviewed by MB, CM) + (pr/580) (Bennet Fauber, reviewed by PM )
186187* Skip precision test on macOS, newer numpy (pr/583) (MB, reviewed by CM)
187188* Simplify AppVeyor script, removing conda (pr/584) (MB, reviewed by CM)
188189
@@ -192,12 +193,11 @@ Maintenance
192193New features
193194------------
194195
195- * CIFTI support (pr/249) (Satra Ghosh, Michiel Cottaar, BC, CM, Demian
196- Wassermann, MB)
196+ * CIFTI support (pr/249) (SG, Michiel Cottaar, BC, CM, Demian Wasserman, MB)
197197* Support for MRtrix TCK streamlines file format (pr/486) (MC, reviewed by
198198 MB, Arnaud Bore, J-Donald Tournier, Jean-Christophe Houde)
199199* Added ``get_fdata() `` as default method to retrieve scaled floating point
200- data from ``DataobjImage``s (pr/551) (MB, reviewed by CM, Satra Ghosh )
200+ data from ``DataobjImage``s (pr/551) (MB, reviewed by CM, SG )
201201
202202Enhancements
203203------------
@@ -211,19 +211,19 @@ Enhancements
211211* Allow dtype specifiers as fileslice input (pr/485) (MB)
212212* Support "headerless" ArrayProxy specification, enabling memory-efficient
213213 ArrayProxy reshaping (pr/521) (CM)
214- * Allow unknown NIfTI intent codes, add FSL codes (pr/528) (Paul McCarthy )
214+ * Allow unknown NIfTI intent codes, add FSL codes (pr/528) (PM )
215215* Improve error handling for ``img.__getitem__ `` (pr/533) (Ariel Rokem)
216216* Delegate reorientation to SpatialImage classes (pr/544) (Mark Hymers, CM,
217217 reviewed by MB)
218218* Enable using ``indexed_gzip `` to reduce memory usage when reading from
219- gzipped NIfTI and MGH files (pr/552) (Paul McCarthy , reviewed by MB, CM)
219+ gzipped NIfTI and MGH files (pr/552) (PM , reviewed by MB, CM)
220220
221221Bug fixes
222222---------
223223
224224* Miscellaneous MINC reader fixes (pr/493) (Robert D. Vincent, reviewed by CM,
225225 MB)
226- * Fix corner case in ``wrapstruct.get `` (pr/516) (Paul McCarthy , reviewed by
226+ * Fix corner case in ``wrapstruct.get `` (pr/516) (PM , reviewed by
227227 CM, MB)
228228
229229Maintenance
@@ -524,7 +524,7 @@ Special thanks to Chris Burns, Jarrod Millman and Yaroslav Halchenko.
524524
525525* New feature release
526526* Python 3.2 support
527- * Substantially enhanced gifti reading support (SG )
527+ * Substantially enhanced gifti reading support (Stephan Gerhard )
528528* Refactoring of trackvis read / write to allow reading and writing of voxel
529529 points and mm points in tracks. Deprecate use of negative voxel sizes;
530530 set voxel_order field in trackvis header. Thanks to Chris Filo
0 commit comments