From 9a6a98f821955a0f9c5b9e11886390c7c05375ab Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Fri, 12 Apr 2019 15:30:24 +0100 Subject: [PATCH] DOC: changelog --- CHANGELOG.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 387998738..912d98a07 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 -- GitLab