@@ -42,6 +42,10 @@ Most work on NiBabel so far has been by Matthew Brett (MB) and Michael Hanke
42
42
* Minor API breakage: image data offset in NIfTI / Analyze now set to zero
43
43
when reading images. TO read the original data offset use the ``offset ``
44
44
property of the image ``dataobj `` attribute;
45
+ * New API for managing image caching; images have an ``in_memory `` property
46
+ that is true if the image data has been loaded into cache, or is already
47
+ an array in memory; ``get_data `` has new keyword argument ``caching `` to
48
+ specify whether the cache should be filled by ``get_data ``;
45
49
* Images now have properties ``dataobj ``, ``affine ``, ``header ``; we will
46
50
slowly phase out the ``get_affine `` and ``get_header `` image methods;
47
51
* The image ``dataobj `` can be sliced using an efficient algorithm to avoid
@@ -53,6 +57,9 @@ Most work on NiBabel so far has been by Matthew Brett (MB) and Michael Hanke
53
57
* Read support for MINC2;
54
58
* Much extended read support for PAR / REC, largely due to the work of Eric
55
59
Larson and Gregory R. Lee giving new code, advice and code review;
60
+ * ``parrec2nii `` script outputs images in LAS voxel orientation, which
61
+ appears to be necessary for compatibility with FSL ``dtifit `` /
62
+ ``fslview `` diffusion analysis pipeline;
56
63
* Preliminary support for Philips multiframe DICOM images (thanks to Nolan
57
64
Nichols, Ly Nguyen and Brendan Moloney);
58
65
* New function to save Freesurfer annotation files (by Github user ohinds);
0 commit comments