From 5b8afafa8269221a56e2692dd17717fa779a9277 Mon Sep 17 00:00:00 2001 From: Nicholas Devenish Date: Wed, 26 Jul 2023 11:37:00 +0100 Subject: [PATCH] Update 633.bugfix --- newsfragments/633.bugfix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newsfragments/633.bugfix b/newsfragments/633.bugfix index 9d82ab792..7ce5110e5 100644 --- a/newsfragments/633.bugfix +++ b/newsfragments/633.bugfix @@ -1 +1 @@ -Slicing of imageset objects is fixed so that the slice indices are 0-based, as is the data accessor. +Slicing of imageset objects is now consistently 0-based, including for the sliced data accessor. Previously, the data accessor had to be accessed with the original index offsets.