From 166092f3e7b38cd1af430846157711f916ed5200 Mon Sep 17 00:00:00 2001 From: Christoph Gohlke Date: Wed, 24 Jul 2024 04:11:14 +0000 Subject: [PATCH] Release v2024.7.24 --- README.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 072949c..8392bff 100644 --- a/README.rst +++ b/README.rst @@ -35,7 +35,7 @@ many proprietary metadata formats. :Author: `Christoph Gohlke `_ :License: BSD 3-Clause -:Version: 2024.7.21 +:Version: 2024.7.24 :DOI: `10.5281/zenodo.6795860 `_ Quickstart @@ -87,9 +87,13 @@ This revision was tested with the following requirements and dependencies Revisions --------- +2024.7.24 + +- Pass 5092 tests. +- Fix reading contiguous multi-page series via Zarr store (#67). + 2024.7.21 -- Pass 5088 tests. - Fix integer overflow in product function caused by numpy types. - Allow tag reader functions to fail.