From d9a43461b5509fa650a7b62c169e13e044a16e1a Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Wed, 30 May 2018 12:00:31 +0100 Subject: [PATCH] DOC: Changelog --- CHANGELOG.rst | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 63302ceed..462a26fd4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,42 @@ This document contains the ``fslpy`` release history in reverse chronological order. +1.9.0 (Under development) +------------------------- + + +Added +^^^^^ + + +* New :meth:`.Image.data` property method, for easy access to image data + as a ``numpy`` array. +* New ``log`` option to the :func:`.run.run` function, allowing more + fine-grained control over sub-process output streams. +* New :meth:`.Platform.fsldevdir` property, allowing the ``$FSLDEVDIR`` + environment variable to be queried/changed. + + +Changed +^^^^^^^ + + +* :meth:`.Image.ndims` has been renamed to :meth:`.Image.ndim`, to align + more closely with ``numpy`` naming conventions. +* The ``err`` and ``ret`` parameters to the :func:`.run.run` function have + been renamed to ``stderr`` and ``exitcode`` respectively. +* The :func:`.runfsl` function will give priority to the ``$FSLDEVDIR`` + environment variable if it is set. + + +Deprecated +^^^^^^^^^^ + + +* :meth:`.Image.ndims`. +* The ``err`` and ``ret`` parameters to :func:`.run.run`. + + 1.8.1 (Friday May 11th 2018) ---------------------------- -- GitLab