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

DOC: Optimistic changelog

parent 1803a43d
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.3.0 (Under development) 2.3.0 (Tuesday June 25th 2019)
------------------------- ------------------------------
Added Added
...@@ -15,6 +15,8 @@ Added ...@@ -15,6 +15,8 @@ Added
an :class:`.Image`. an :class:`.Image`.
* The :class:`.Image` class now has support for the ``RGB24`` and ``RGBA32`` * The :class:`.Image` class now has support for the ``RGB24`` and ``RGBA32``
NIfTI data types. NIfTI data types.
* New :attr:`.Image.nvals` property, for use with ``RGB24``/``RGBA32``
images.
* New :meth:`.LabelAtlas.get` and :meth:`ProbabilisticAtlas.get` methods, * New :meth:`.LabelAtlas.get` and :meth:`ProbabilisticAtlas.get` methods,
which return an :class:`.Image` for a specific region. which return an :class:`.Image` for a specific region.
* The :meth:`.AtlasDescription.find` method also now a ``name`` parameter, * The :meth:`.AtlasDescription.find` method also now a ``name`` parameter,
......
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