Skip to content
Snippets Groups Projects
Commit b8a733e9 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

DOC: changelog

parent 7485f176
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,7 @@ Added ...@@ -19,6 +19,7 @@ Added
affine, which is applied to the input image before the deformation field. affine, which is applied to the input image before the deformation field.
* New :class:`.SubmitParams` class, providing a higer level interface for * New :class:`.SubmitParams` class, providing a higer level interface for
cluster submission. cluster submission.
* New :meth:`.FileTree.load_json` and :meth:`.FileTree.save_json` methods.
Changed Changed
...@@ -26,6 +27,9 @@ Changed ...@@ -26,6 +27,9 @@ Changed
* ``fslpy`` now requires a minimum Python version of 3.7. * ``fslpy`` now requires a minimum Python version of 3.7.
* The default value for the ``partial_fill`` option to :meth:`.FileTree.read`
is False. Accordingly, the :class:`.FileTreeQuery` calls the
:meth:`.FileTree.partial_fill` method on the ``FileTree`` it is given.
* The :func:`.gifti.relatedFiles` function now supports files with * The :func:`.gifti.relatedFiles` function now supports files with
BIDS-style naming conventions. BIDS-style naming conventions.
* The :func:`.run.run` and :func:`.run.runfsl` functions now pass through any * The :func:`.run.run` and :func:`.run.runfsl` functions now pass through any
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment