Skip to content
Snippets Groups Projects
Commit 732c3de2 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

DOC: Changelog

parent d735f32b
No related branches found
No related tags found
1 merge request!34Restore support for storing Gifti surfaces in ImageCache
Pipeline #18490 passed
......@@ -2,6 +2,13 @@
=====================
0.12.1 (Friday 31st March 2023)
-------------------------------
* Fix a bug in the ``ImageCache`` which broke support for non-NIfTI objects
(e.g. ``nibabel.GiftiImage`` objects).
0.12.0 (Friday 31st March 2023)
-------------------------------
......
......@@ -66,6 +66,7 @@ exclude =
*.nii.gz = evalHeader,evalImage
*.nii = evalHeader,evalImage
*.img = evalHeader,evalImage
*.surf.gii = evalGiftiVertices
*.mat = evalNumericalText
*.txt = evalNumericalText
*_V1.nii.gz = evalHeader,evalVectorImage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment