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

DOC: Changelog with optimistic release date and API docs

parent 38faf004
No related branches found
No related tags found
No related merge requests found
...@@ -2,9 +2,8 @@ This document contains the ``fslpy`` release history in reverse chronological ...@@ -2,9 +2,8 @@ This document contains the ``fslpy`` release history in reverse chronological
order. order.
1.10.0 (Wednesday July 18th 2018)
1.10.0 (Under development) ---------------------------------
--------------------------
Added Added
...@@ -15,8 +14,9 @@ Added ...@@ -15,8 +14,9 @@ Added
component time courses from a MELODIC ICA analysis. component time courses from a MELODIC ICA analysis.
* New :func:`.path.allFiles` function which returns all files underneath a * New :func:`.path.allFiles` function which returns all files underneath a
directory. directory.
* The :func:`.fileOrImage` and :func:`.fileOrArray` decorators now support * The :func:`.fileOrImage` and :func:`.fileOrArray` decorators now support
loading of files which are specified with an output basename. loading of files which are specified with an output basename.
* New :mod:`.fast` wrapper function for the FSL FAST tool.
Changed Changed
...@@ -28,7 +28,6 @@ Changed ...@@ -28,7 +28,6 @@ Changed
* Removed dependency on ``pytest-runner``. * Removed dependency on ``pytest-runner``.
1.9.0 (Monday June 4th 2018) 1.9.0 (Monday June 4th 2018)
---------------------------- ----------------------------
......
``fsl.utils.fslsub``
====================
.. automodule:: fsl.utils.fslsub
:members:
:undoc-members:
:show-inheritance:
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
fsl.utils.assertions fsl.utils.assertions
fsl.utils.cache fsl.utils.cache
fsl.utils.ensure fsl.utils.ensure
fsl.utils.fslsub
fsl.utils.idle fsl.utils.idle
fsl.utils.imcp fsl.utils.imcp
fsl.utils.memoize fsl.utils.memoize
......
``fsl.wrappers.fast``
=====================
.. automodule:: fsl.wrappers.fast
:members:
:undoc-members:
:show-inheritance:
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
fsl.wrappers.bet fsl.wrappers.bet
fsl.wrappers.eddy fsl.wrappers.eddy
fsl.wrappers.fast
fsl.wrappers.flirt fsl.wrappers.flirt
fsl.wrappers.fnirt fsl.wrappers.fnirt
fsl.wrappers.fslmaths fsl.wrappers.fslmaths
......
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