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

Changelog

parent e915848b
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,19 @@ This document contains the ``fslpy`` release history in reverse chronological
order.
1.6.0 (Under development)
-------------------------
* The :class:`.TriangleMesh` class now uses the ``trimesh`` library
(https://github.com/mikedh/trimesh) to perform ray-mesh intersections,
via a new :meth:`.TriangleMesh.rayIntersection` method.
* 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).
1.5.4 (Wednesday January 10th 2018)
-----------------------------------
......
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