From 659cb752ff8527e44fcb421b28d33c90c6e28d35 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Fri, 20 Mar 2020 15:49:22 +0000 Subject: [PATCH] DOC: changelog --- CHANGELOG.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 512201648..7a4ecf4eb 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -23,8 +23,11 @@ Changed * The :func:`.gifti.relatedFiles` function now supports files with BIDS-style naming conventions. -* The :func:`.run.run` and :func:`.run.runfsl` functions now pass through - any additional keyword arguments to ``subprocess.Popen``. +* The :func:`.run.run` and :func:`.run.runfsl` functions now pass through any + additional keyword arguments to ``subprocess.Popen`` or, if ``submit=True``, + to :func:`fslsub.submit`. +* The :func:`.fslsub.submit` function now accepts an ``env`` option, allowing + environment variables to be specified. * The :func:`.run.runfsl` function now raises an error on attempts to run a command which is not present in ``$FSLDIR/bin/`` (e.g. ``ls``). * The :mod:`.bids` module has been updated to support files with any -- GitLab