@@ -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
@@ -116,16 +117,16 @@ Enhancements
116
117
* Simplfiy MGHImage and add footer fields (pr/569) (CM, reviewed by MB)
117
118
* Force sform/qform codes to be ints, rather than numpy types (pr/575) (Paul
118
119
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 ,
120
121
reviewed by CM, MB)
121
122
* 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)
123
124
* Raise informative error on empty files (pr/611) (Pradeep Raamana, reviewed
124
125
by CM, MB)
125
126
* Accept degenerate filenames such as ``.nii `` (pr/621) (Dimitri
126
127
Papadopoulos-Orfanos, reviewed by Yaroslav Halchenko)
127
128
* 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)
129
130
130
131
Bug fixes
131
132
---------
@@ -135,7 +136,7 @@ Bug fixes
135
136
CM, MB)
136
137
* Accept lower-case orientation codes in TRK files (pr/600) (Kesshi Jordan,
137
138
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)
139
140
* Fix buffer size calculation in ArraySequence (pr/597) (Serge Koudoro,
140
141
reviewed by MC, MB, Eleftherios Garyfallidis, CM)
141
142
* Resolve ``UnboundLocalError `` in Python 3 (pr/607) (Jakub Kaczmarzyk,
@@ -175,14 +176,14 @@ Bug fixes
175
176
176
177
* Set L/R labels in orthoview correctly (pr/564) (CM)
177
178
* Defer use of ufunc / memmap test - allows "freezing" (pr/572) (MB, reviewed
178
- by Satra Ghosh )
179
+ by SG )
179
180
* Fix doctest failures with pre-release numpy (pr/582) (MB, reviewed by CM)
180
181
181
182
Maintenance
182
183
-----------
183
184
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 )
186
187
* Skip precision test on macOS, newer numpy (pr/583) (MB, reviewed by CM)
187
188
* Simplify AppVeyor script, removing conda (pr/584) (MB, reviewed by CM)
188
189
@@ -192,12 +193,11 @@ Maintenance
192
193
New features
193
194
------------
194
195
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)
197
197
* Support for MRtrix TCK streamlines file format (pr/486) (MC, reviewed by
198
198
MB, Arnaud Bore, J-Donald Tournier, Jean-Christophe Houde)
199
199
* 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 )
201
201
202
202
Enhancements
203
203
------------
@@ -211,19 +211,19 @@ Enhancements
211
211
* Allow dtype specifiers as fileslice input (pr/485) (MB)
212
212
* Support "headerless" ArrayProxy specification, enabling memory-efficient
213
213
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 )
215
215
* Improve error handling for ``img.__getitem__ `` (pr/533) (Ariel Rokem)
216
216
* Delegate reorientation to SpatialImage classes (pr/544) (Mark Hymers, CM,
217
217
reviewed by MB)
218
218
* 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)
220
220
221
221
Bug fixes
222
222
---------
223
223
224
224
* Miscellaneous MINC reader fixes (pr/493) (Robert D. Vincent, reviewed by CM,
225
225
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
227
227
CM, MB)
228
228
229
229
Maintenance
@@ -524,7 +524,7 @@ Special thanks to Chris Burns, Jarrod Millman and Yaroslav Halchenko.
524
524
525
525
* New feature release
526
526
* Python 3.2 support
527
- * Substantially enhanced gifti reading support (SG )
527
+ * Substantially enhanced gifti reading support (Stephan Gerhard )
528
528
* Refactoring of trackvis read / write to allow reading and writing of voxel
529
529
points and mm points in tracks. Deprecate use of negative voxel sizes;
530
530
set voxel_order field in trackvis header. Thanks to Chris Filo
0 commit comments