From 2ff7cb720ca1fda1ba4a9a6de8ae78743f371c94 Mon Sep 17 00:00:00 2001 From: Genevieve Buckley <30920819+GenevieveBuckley@users.noreply.github.com> Date: Thu, 6 May 2021 13:32:55 +1000 Subject: [PATCH] Release notes, add line for bugfix PR #205 (#211) --- HISTORY.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.rst b/HISTORY.rst index 24a23370..0c47fa10 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -27,6 +27,7 @@ Bug Fixes * dask-image imread v0.5.0 not working with dask distributed Client & napari (#194) * Not able to map actual image name with dask_image.imread (#200, fixed by #182) +* affine_transform: Remove inconsistencies with ndimage implementation #205 API Changes