Skip to content
Snippets Groups Projects
Commit 3e811c9e authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

Merge branch 'master' into 'master'

small updates to changelog

See merge request !40
parents 5c76c3dc 1695d1ea
No related branches found
No related tags found
No related merge requests found
...@@ -9,10 +9,12 @@ order. ...@@ -9,10 +9,12 @@ order.
* :class:`.Atlas` classes can now pass ``kwargs`` through to the * :class:`.Atlas` classes can now pass ``kwargs`` through to the
:class:`.Image` constructor. :class:`.Image` constructor.
* :class:`.Cache` now implements ``__getitem__`` and ``__setitem__`` * :class:`.Cache` now implements ``__getitem__`` and ``__setitem__``
* :func:`.image.read_segments` function (monkey-patched into ``nibabel``) * The :func:`.image.read_segments` function (monkey-patched into ``nibabel``)
is deprecatedm as it is no longer necessary as of ``nibabel`` 2.2.0. is deprecated, as it is no longer necessary as of ``nibabel`` 2.2.0.
* :func:`.platform.isWidgetAlive` is deprecated in favour of an equivalent * :func:`.platform.isWidgetAlive` is deprecated in favour of an equivalent
function in the ``fsleyes-widgets`` library. 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. ...@@ -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) 1.2.1 (Saturday October 7th 2017)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment