From 36889e74014060ab830f52633e49e208c4632094 Mon Sep 17 00:00:00 2001 From: Michiel Cottaar <MichielCottaar@gmail.com> Date: Fri, 23 Nov 2018 16:15:13 +0000 Subject: [PATCH] Added to ChangeLog --- CHANGELOG.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b6dad1cea..c06e297f4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -23,6 +23,10 @@ Changed file handles. * The :meth:`.Image.resample` method now supports images with more than three dimensions. +* The :func:`fsl.utils.fslsub.submit` now returns the job-id as a string + rather than a one-element tuple. It now also accepts a nested sequence + of job ids rather than just a flat sequence. This will also changes the + output from the function wrappers in :mod:`fsl.wrappers` if submitted. Removed -- GitLab