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

DOC: [skip ci] Changelog, added docs for deprecated module

parent 8f00746f
No related branches found
No related tags found
No related merge requests found
...@@ -6,16 +6,27 @@ order. ...@@ -6,16 +6,27 @@ order.
------------------------- -------------------------
Added
^^^^^
* Simple built-in `.deprecated` decorator.
Changed Changed
^^^^^^^ ^^^^^^^
* Removed support for Python 2.7 and 3.4. * Removed support for Python 2.7 and 3.4.
* Minimum required version of ``nibabel`` is now 2.3.
* The :class:`.Image` class now fully delegates to ``nibabel`` for managing
file handles.
* Increased the minimum required version of ``dcm2niix``.
Removed Removed
^^^^^^^ ^^^^^^^
* Many deprecated items
* Many deprecated items removed.
1.12.0 (Sunday October 21st 2018) 1.12.0 (Sunday October 21st 2018)
......
``fsl.utils.deprecated``
========================
.. automodule:: fsl.utils.deprecated
:members:
:undoc-members:
:show-inheritance:
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
fsl.utils.assertions fsl.utils.assertions
fsl.utils.cache fsl.utils.cache
fsl.utils.deprecated
fsl.utils.ensure fsl.utils.ensure
fsl.utils.fslsub fsl.utils.fslsub
fsl.utils.idle fsl.utils.idle
......
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