From a4ac19218299cecd4d3162181354a60ca610f5a0 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Mon, 30 Apr 2018 17:54:30 +0100 Subject: [PATCH] changelog --- CHANGELOG.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ee206bdb9..02d93aa92 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -18,6 +18,8 @@ Added function which submits a cluster job via ``fsl_sub`` (by Michiel Cottaar). * Assertions (in the :mod:`.assertions` module) can be disabled with the new :func:`.assertions.disabled` context manager. +* New :mod:`fsl.utils.parse_data` module containing various neuroimaging + data constructors for use with ``argparse``. Changed -- GitLab