From a083d8e610637b94d8cb12929f95447bedd2efdb Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Fri, 20 Aug 2021 12:56:32 +0100 Subject: [PATCH] DOC: changelog --- CHANGELOG.rst | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e76f19a91..f055065d6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,38 @@ This document contains the ``fslpy`` release history in reverse chronological order. +3.7.0 (Under development) +------------------------- + + +Added +^^^^^ + + +* New :mod:`fsl.wrappers.fsl_sub` wrapper function for the ``fsl_sub`` + command. + + +Changed +^^^^^^^ + + +* The :func:`fsl.utils.run.run` and :func:`fsl.utils.run.runfsl` functions + (and hence all :mod:`fsl.wrappers` functions) have been modified to use + ``fsl.wrappers.fsl_sub`` instead of ``fsl.utils.fslsub.submit``. This is an + internal change which should not affect the usage of the ``run``, ``runfsl`` + or wrapper functions. + + +Deprecated +^^^^^^^^^^ + + +* :class:`fsl.utils.fslsub.SubmitParams` and :func:`fsl.utils.fslsub.submit` + have been deprecated in favour of using the ``fsl.wrappers.fsl_sub`` wrapper + function. + + 3.6.4 (Tuesday 3rd August 2021) ------------------------------- -- GitLab