From 3ad27fa9b1ced0405daf8381968c8f607cd7a031 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Fri, 27 Mar 2020 12:12:26 +0000 Subject: [PATCH] DOC: changelog --- CHANGELOG.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index adab3734e..dae80e9d6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,7 +2,7 @@ This document contains the ``fslpy`` release history in reverse chronological order. -2.9.0 (Under development) +3.0.0 (Under development) ------------------------- @@ -17,12 +17,15 @@ Added rudimentary support for double-barrelled filenames. * The :func:`.nonlinear.applyDeformation` function now accepts a ``premat`` affine, which is applied to the input image before the deformation field. +* New :class:`.SubmitParams` class, providing a higer level interface for + cluster submission. Changed ^^^^^^^ +* ``fslpy`` now requires a minimum Python version of 3.7. * 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 -- GitLab