From 1bc7a1b57e82e20c5bac5f3da81734ce7b844035 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Mon, 24 Jun 2019 20:23:23 +0930 Subject: [PATCH] DOC: Optimistic changelog --- CHANGELOG.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 674afa73b..704338c9a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,8 +2,8 @@ This document contains the ``fslpy`` release history in reverse chronological order. -2.3.0 (Under development) -------------------------- +2.3.0 (Tuesday June 25th 2019) +------------------------------ Added @@ -15,6 +15,8 @@ Added an :class:`.Image`. * The :class:`.Image` class now has support for the ``RGB24`` and ``RGBA32`` NIfTI data types. +* New :attr:`.Image.nvals` property, for use with ``RGB24``/``RGBA32`` + images. * New :meth:`.LabelAtlas.get` and :meth:`ProbabilisticAtlas.get` methods, which return an :class:`.Image` for a specific region. * The :meth:`.AtlasDescription.find` method also now a ``name`` parameter, -- GitLab