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

Changelog

parent 9cc5c1b8
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,9 @@ order.
-------------------------
* Freesurfer ``mgz`` / ``mgh`` image files can now be loaded via the new
:mod:`.mghimage` module. Internally, these image files are converted to NIFTI
- the :class:`.MGHImage` class derives from the :class:`.Image` class.
* The :class:`.TriangleMesh` class now uses the ``trimesh`` library
(https://github.com/mikedh/trimesh) to perform various geometrical
operations, accessible via new :meth:`.TriangleMesh.rayIntersection` and
......@@ -13,6 +16,9 @@ order.
* Optional dependencies ``wxpython``, ``indexed_gzip``, ``trimesh``, and
``rtree`` are now listed separately, so ``fslpy`` can be used without
them (although relevant functionality will be disabled).
* The :class:`.Image` class has new methods allowing arbitrary metadata to be
stored with the image, as key-value pairs. Equivalent methods on the
:class:`.DicomImage` class have been deprecated.
......
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