From 077fd7eb8666d72098b79ef7369b2d5e8c024140 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Wed, 1 May 2019 16:02:14 +0100 Subject: [PATCH] DOC: changelog --- CHANGELOG.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3c259ef29..dfc54ecad 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,19 @@ This document contains the ``fslpy`` release history in reverse chronological order. +2.2.0 (Under development) +------------------------- + + +Changed +^^^^^^^ + + +* The :meth:`.Image.resample` method now accepts ``origin`` and ``offset`` + parameters, which can be used to adjust the alignment of the voxel grids of + the input and output images. + + 2.1.0 (Saturday April 13th 2019) -------------------------------- -- GitLab