From 50b9989a956ce00e48f08dc5d961dde4636e4a38 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Mon, 18 May 2020 16:52:57 +0100 Subject: [PATCH] DOC: changelog --- CHANGELOG.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ddf56a5b7..bdc60a5bc 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -10,12 +10,26 @@ Added ^^^^^ +* New :func:`.cifti` module, providing classes and functions for working with + `CIFTI <https://www.nitrc.org/projects/cifti/>`_ data. * New :func:`.winpath` and :func:`wslpath` functions for working with paths when using FSL in a Windows Subsystem for Linux (WSL) environment. * New :func:`.wslcmd` function for generating a path to a FSL command installed in a WSL environment. * New :meth:`.Platform.fslwsl` attribute for detecting whether FSL is installed in a WSL environment. +* New :meth:`.Image.niftiDataType` property. +* The :class:`.FileTree` class has been updated to allow creation of + deep copies via the new :meth:`.FileTree.copy` method. + + +Changed +^^^^^^^ + + +* :func:`.Image` objects created from ``numpy`` arrays will be NIFTI1 or + NIFTI2, depending on the value of the ``$FSLOUTPUTTYPE`` environment + variable. Fixed -- GitLab