-
Paul McCarthy authoredPaul McCarthy authored
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG.rst 34.22 KiB
This document contains the fslpy
release history in reverse chronological
order.
3.1.0 (Under development)
Added
- 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.
Fixed
- Updated the :func:`.fast` wrapper to support some single-character command-line flags.
3.0.1 (Wednesday 15th April 2020)
Changed
- The :func:`.isMelodicDir` function now accepts directories that do not end
with
.ica
, as long as all required files are present.
3.0.0 (Sunday 29th March 2020)
Added
- New wrapper functions for the FSL :class:`.fslstats`, :func:`.prelude` and :func:`applyxfm4D` commands.
- New
firstDot
option to the :func:`.path.getExt`, :func:`.path.removeExt`, and :func:`.path.splitExt`, functions, offering 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.
- New :meth:`.FileTree.load_json` and :meth:`.FileTree.save_json` methods.