Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FSL
fslpy
Commits
78ca0151
Commit
78ca0151
authored
Jan 17, 2018
by
Paul McCarthy
🚵
Browse files
Changelog
parent
9cc5c1b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.rst
View file @
78ca0151
...
...
@@ -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.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment