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

DOC: optimistic changelog

parent fba08d93
No related branches found
No related tags found
No related merge requests found
...@@ -2,8 +2,8 @@ This document contains the ``fslpy`` release history in reverse chronological ...@@ -2,8 +2,8 @@ This document contains the ``fslpy`` release history in reverse chronological
order. order.
2.0.0 (Under development) 2.0.0 (Friday March 20th 2019)
------------------------- ------------------------------
Added Added
...@@ -21,12 +21,15 @@ Added ...@@ -21,12 +21,15 @@ Added
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. * Minimum required version of ``nibabel`` is now 2.3.
* The :class:`.Image` class now fully delegates to ``nibabel`` for managing * The :class:`.Image` class now fully delegates to ``nibabel`` for managing
file handles. file handles.
* The :class:`.GiftiMesh` class can now load surface files which contain * The :class:`.GiftiMesh` class can now load surface files which contain
vertex data. vertex data, and will accept surface files which end in ``.gii``, rather
than requiring files which end in ``.surf.gii``.
* The ``name`` property of :class:`.Mesh` instances can now be updated.
Removed Removed
...@@ -35,6 +38,14 @@ Removed ...@@ -35,6 +38,14 @@ Removed
* Many deprecated items removed. * Many deprecated items removed.
Deprecated
^^^^^^^^^^
* Deprecated the :func:`.loadIndexedImageFile` function, and the ``indexed``
flag to the :class:`.Image` constructor.
1.13.3 (Friday February 8th 2019) 1.13.3 (Friday February 8th 2019)
--------------------------------- ---------------------------------
......
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