From bb8407bc910115bac61abfbf9cfff39638552167 Mon Sep 17 00:00:00 2001 From: Christoph Gohlke Date: Tue, 27 Aug 2024 16:45:00 -0700 Subject: [PATCH] Update CHANGES.rst --- CHANGES.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 8a6d30b..3dacd33 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,9 +1,14 @@ Revisions --------- +2024.8.28 + +- Pass 5096 tests. +- Fix LSM scan types and dimension orders (#269, breaking). +- Use IO[bytes] instead of BinaryIO for typing (#268). + 2024.8.24 -- Pass 5095 tests. - Do not remove trailing length-1 dimension writing non-shaped file (breaking). - Fix writing OME-TIFF with certain modulo axes orders. - Make imshow NaN aware.