@@ -18,9 +18,10 @@ The full VCS changelog is available here:
18
18
Nibabel releases
19
19
****************
20
20
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.
24
25
25
26
References like "pr/298" refer to github pull request numbers.
26
27
@@ -134,16 +135,16 @@ Enhancements
134
135
* Simplfiy MGHImage and add footer fields (pr/569) (CM, reviewed by MB)
135
136
* Force sform/qform codes to be ints, rather than numpy types (pr/575) (Paul
136
137
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 ,
138
139
reviewed by CM, MB)
139
140
* 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)
141
142
* Raise informative error on empty files (pr/611) (Pradeep Raamana, reviewed
142
143
by CM, MB)
143
144
* Accept degenerate filenames such as ``.nii `` (pr/621) (Dimitri
144
145
Papadopoulos-Orfanos, reviewed by Yaroslav Halchenko)
145
146
* 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)
147
148
148
149
Bug fixes
149
150
---------
@@ -153,7 +154,7 @@ Bug fixes
153
154
CM, MB)
154
155
* Accept lower-case orientation codes in TRK files (pr/600) (Kesshi Jordan,
155
156
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)
157
158
* Fix buffer size calculation in ArraySequence (pr/597) (Serge Koudoro,
158
159
reviewed by MC, MB, Eleftherios Garyfallidis, CM)
159
160
* Resolve ``UnboundLocalError `` in Python 3 (pr/607) (Jakub Kaczmarzyk,
@@ -193,14 +194,14 @@ Bug fixes
193
194
194
195
* Set L/R labels in orthoview correctly (pr/564) (CM)
195
196
* Defer use of ufunc / memmap test - allows "freezing" (pr/572) (MB, reviewed
196
- by Satra Ghosh )
197
+ by SG )
197
198
* Fix doctest failures with pre-release numpy (pr/582) (MB, reviewed by CM)
198
199
199
200
Maintenance
200
201
-----------
201
202
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 )
204
205
* Skip precision test on macOS, newer numpy (pr/583) (MB, reviewed by CM)
205
206
* Simplify AppVeyor script, removing conda (pr/584) (MB, reviewed by CM)
206
207
@@ -210,12 +211,11 @@ Maintenance
210
211
New features
211
212
------------
212
213
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)
215
215
* Support for MRtrix TCK streamlines file format (pr/486) (MC, reviewed by
216
216
MB, Arnaud Bore, J-Donald Tournier, Jean-Christophe Houde)
217
217
* 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 )
219
219
220
220
Enhancements
221
221
------------
@@ -229,19 +229,19 @@ Enhancements
229
229
* Allow dtype specifiers as fileslice input (pr/485) (MB)
230
230
* Support "headerless" ArrayProxy specification, enabling memory-efficient
231
231
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 )
233
233
* Improve error handling for ``img.__getitem__ `` (pr/533) (Ariel Rokem)
234
234
* Delegate reorientation to SpatialImage classes (pr/544) (Mark Hymers, CM,
235
235
reviewed by MB)
236
236
* 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)
238
238
239
239
Bug fixes
240
240
---------
241
241
242
242
* Miscellaneous MINC reader fixes (pr/493) (Robert D. Vincent, reviewed by CM,
243
243
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
245
245
CM, MB)
246
246
247
247
Maintenance
@@ -542,7 +542,7 @@ Special thanks to Chris Burns, Jarrod Millman and Yaroslav Halchenko.
542
542
543
543
* New feature release
544
544
* Python 3.2 support
545
- * Substantially enhanced gifti reading support (SG )
545
+ * Substantially enhanced gifti reading support (Stephan Gerhard )
546
546
* Refactoring of trackvis read / write to allow reading and writing of voxel
547
547
points and mm points in tracks. Deprecate use of negative voxel sizes;
548
548
set voxel_order field in trackvis header. Thanks to Chris Filo
0 commit comments