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
order.
1.10.0 (Under development)
--------------------------
1.10.0 (Wednesday July 18th 2018)
---------------------------------
Added
......@@ -15,8 +14,9 @@ Added
component time courses from a MELODIC ICA analysis.
* New :func:`.path.allFiles` function which returns all files underneath a
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.
* New :mod:`.fast` wrapper function for the FSL FAST tool.
Changed
......@@ -28,7 +28,6 @@ Changed
* Removed dependency on ``pytest-runner``.
1.9.0 (Monday June 4th 2018)
----------------------------
......
``fsl.utils.fslsub``
====================
.. automodule:: fsl.utils.fslsub
:members:
:undoc-members:
:show-inheritance:
......@@ -7,6 +7,7 @@
fsl.utils.assertions
fsl.utils.cache
fsl.utils.ensure
fsl.utils.fslsub
fsl.utils.idle
fsl.utils.imcp
fsl.utils.memoize
......
``fsl.wrappers.fast``
=====================
.. automodule:: fsl.wrappers.fast
:members:
:undoc-members:
:show-inheritance:
......@@ -6,6 +6,7 @@
fsl.wrappers.bet
fsl.wrappers.eddy
fsl.wrappers.fast
fsl.wrappers.flirt
fsl.wrappers.fnirt
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