From 118d3779414ad813674ebf05b356c6605c7ddc1b Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Tue, 7 Nov 2017 16:31:21 +0000 Subject: [PATCH] Retrospective changelog update --- CHANGELOG.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 883df0af6..3343815f4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -37,6 +37,9 @@ order. * :class:`.Atlas` classes can now pass ``kwargs`` through to the :class:`.Image` constructor. +* :class:`.LabelAtlas` image values no longer need to match the index of the + label into the :class:`.AtlasDescription` ``labels`` list. This means that + label atlas XML files may contain non-sequential label values. * :class:`.Cache` now implements ``__getitem__`` and ``__setitem__`` * The :func:`.image.read_segments` function (monkey-patched into ``nibabel``) is deprecated, as it is no longer necessary as of ``nibabel`` 2.2.0. -- GitLab