From fcbc17cd5906cb801e2138e179dbe4dfedb6a7ec Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Sat, 28 Mar 2020 17:40:08 +0000 Subject: [PATCH] DOC: changelog --- CHANGELOG.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 24059be66..a120eceec 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -76,6 +76,24 @@ Fixed a single set of coordinates. +Removed +^^^^^^^ + + +* Removed the deprecated ``.StatisticAtlas.proportions``, + ``.StatisticAtlas.coordProportions``, and + ``.StatisticAtlas.maskProportions`` methods. +* Removed the deprecated ``indexed`` option to :meth:`.Image.__init__`. +* Removed the deprecated ``.Image.resample`` method. +* Removed the deprecated ``.image.loadIndexedImageFile`` function. +* Removed the deprecatd ``.FileTreeQuery.short_names`` and + ``.Match.short_name`` properties. +* Removed the deprecated ``.idle.inIdle``, ``.idle.cancelIdle``, + ``.idle.idleReset``, ``.idle.getIdleTimeout``, and + ``.idle.setIdleTimeout`` functions. +* Removed the deprecated ``resample.calculateMatrix`` function. + + 2.8.4 (Monday 2nd March 2020) ----------------------------- -- GitLab