-
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 55.36 KiB
This document contains the fslpy
release history in reverse chronological
order.
3.16.1 (Wednesday 17th January 2024)
Added
- The :func:`run` function now allows the
log{'stdout']
andlog{'stderr'}
options (used for capturing the standard output/error streams of a called process) to be either file-likes or callables (!438).
3.16.0 (Thursday 21st December 2023)
Added
- Added more functions to the :class:`.fslmaths` wrapper (!431).
- New :func:`.smoothest` wrapper function (!432).
- New :func:`.get_standard` wrapper function (!433).
- New :func:`.vecreg` wrapper function (!434).