From 3647f1960ab039008f8a161aeefd20a3ad4411bc Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Sat, 25 Jan 2020 12:24:48 +0000 Subject: [PATCH] DOC: Changelog --- CHANGELOG.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f7124b664..72abb9cbf 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -34,6 +34,8 @@ Fixed * Improved the algorithm used by the :func:`.mesh.needsFixing` function. * The :meth:`.fslmaths.run` method now accepts :attr:`.wrappers.LOAD` as an output specification. +* Fixed a bug in the :class:`.Mesh` class to prevent indices from being loaded + as floating point type. Deprecated -- GitLab