From 1695d1eabfb0e5dc9512b88dc1cf6e6f5d840634 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Wed, 25 Oct 2017 10:43:48 +0100 Subject: [PATCH] small updates to changelog --- CHANGELOG.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b5a1f0f9a..2ad2a921e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -9,10 +9,12 @@ order. * :class:`.Atlas` classes can now pass ``kwargs`` through to the :class:`.Image` constructor. * :class:`.Cache` now implements ``__getitem__`` and ``__setitem__`` -* :func:`.image.read_segments` function (monkey-patched into ``nibabel``) - is deprecatedm as it is no longer necessary as of ``nibabel`` 2.2.0. +* The :func:`.image.read_segments` function (monkey-patched into ``nibabel``) + is deprecated, as it is no longer necessary as of ``nibabel`` 2.2.0. * :func:`.platform.isWidgetAlive` is deprecated in favour of an equivalent function in the ``fsleyes-widgets`` library. +* ``scipy`` is now explicitly listed as a requirement (this should have been + done in 1.2.1). @@ -20,7 +22,8 @@ order. ---------------------------------- -* Fix to :mod:`fsl.data.image` to work with both `nibabel` 2.1.0 and 2.2.0 +* The :func:`.image.read_segments` function is only monkey-patched into + ``nibabel`` 2.1.0, as it breaks when used with 2.2.0. 1.2.1 (Saturday October 7th 2017) -- GitLab