From 30ed90392df0b8f6b97e4f0b23525060542236a5 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Mon, 16 Mar 2020 17:47:35 +0000 Subject: [PATCH] DOC: changelog --- CHANGELOG.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 62a3805b9..dbef49c0d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -10,7 +10,8 @@ Added ^^^^^ -* New wrapper function for the FSL :func:`.prelude` command. +* New wrapper functions for the FSL :func:`.prelude` and :func:`applyxfm4D` + commands. * New ``firstDot`` option to the :func:`.path.getExt`, :func:`.path.removeExt`, and :func:`.path.splitExt`, functions, offering rudimentary support for double-barrelled filenames. @@ -25,6 +26,12 @@ Changed * The :mod:`.bids` module has been updated to support files with any extension, not just those in the core BIDS specification (``.nii``, ``.nii.gz``, ``.json``, ``.tsv``). +* Wrapper functions decorated with the :func:`.fileOrImage`, + :func:`.fileOrArray`, or :func:`.fileOrText` decorators will now pass all + arguments and return values through unchanged if an argument called ``submit`` + is passed in, and is set to ``True`` (or any non-``False`` + value). Furthermore, in such a scenario a :exc:`ValueError` will be raised if + any in-memory objects or ``LOAD`` symbols are passed. Fixed -- GitLab