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

DOC: changelog

parent 0646aaf9
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,8 @@ Added
* New tensor conversion routines in the :mod:`.dtifit` module (Michiel
Cottaar).
* New :func:`.makeWriteable` function which ensures that a ``numpy.array`` is
writeable, and creates a copy if necessary
Changed
......@@ -21,6 +23,9 @@ Changed
* The :class:`.GiftiMesh` class no longer creates copies of the mesh
vertex/index arrays. This means that, with ``numpy>=1.16`` these arrays
will be flagged as read-only.
* The :class:`.Mesh` class handles vertex data sets requiring different
triangle unwinding orders, at the cost of potentially having to store
two copies of the mesh indices.
Fixed
......
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