@@ -42,6 +42,10 @@ Most work on NiBabel so far has been by Matthew Brett (MB) and Michael Hanke
4242 * Minor API breakage: image data offset in NIfTI / Analyze now set to zero
4343 when reading images. TO read the original data offset use the ``offset ``
4444 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 ``;
4549 * Images now have properties ``dataobj ``, ``affine ``, ``header ``; we will
4650 slowly phase out the ``get_affine `` and ``get_header `` image methods;
4751 * 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
5357 * Read support for MINC2;
5458 * Much extended read support for PAR / REC, largely due to the work of Eric
5559 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;
5663 * Preliminary support for Philips multiframe DICOM images (thanks to Nolan
5764 Nichols, Ly Nguyen and Brendan Moloney);
5865 * New function to save Freesurfer annotation files (by Github user ohinds);
0 commit comments