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

DOC: changelog

parent 3ae5fef8
No related branches found
No related tags found
No related merge requests found
...@@ -25,6 +25,8 @@ Changed ...@@ -25,6 +25,8 @@ Changed
BIDS-style naming conventions. BIDS-style naming conventions.
* The :func:`.run.run` and :func:`.run.runfsl` functions now pass through * The :func:`.run.run` and :func:`.run.runfsl` functions now pass through
any additional keyword arguments to ``subprocess.Popen``. any additional keyword arguments to ``subprocess.Popen``.
* The :func:`.run.runfsl` function now raises an error on attempts to
run a command which is not present in ``$FSLDIR/bin/`` (e.g. ``ls``).
* The :mod:`.bids` module has been updated to support files with any * The :mod:`.bids` module has been updated to support files with any
extension, not just those in the core BIDS specification (``.nii``, extension, not just those in the core BIDS specification (``.nii``,
``.nii.gz``, ``.json``, ``.tsv``). ``.nii.gz``, ``.json``, ``.tsv``).
......
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