From 83e7feaf22c0443fdcb876cb6e891a46ecb28685 Mon Sep 17 00:00:00 2001 From: Christoph Gohlke Date: Sun, 21 Jul 2024 19:59:51 +0000 Subject: [PATCH] Release v2024.7.21 --- README.rst | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 2cd5214..072949c 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.2 +:Version: 2024.7.21 :DOI: `10.5281/zenodo.6795860 `_ Quickstart @@ -71,11 +71,11 @@ Requirements This revision was tested with the following requirements and dependencies (other versions may work): -- `CPython `_ 3.10.11, 3.11.9, 3.12.4, 3.13.0b3, 64-bit +- `CPython `_ 3.10.11, 3.11.9, 3.12.4, 3.13.0b4, 64-bit - `NumPy `_ 2.0.0 -- `Imagecodecs `_ 2024.1.1 +- `Imagecodecs `_ 2024.6.1 (required for encoding or decoding LZW, JPEG, etc. compressed segments) -- `Matplotlib `_ 3.9.0 +- `Matplotlib `_ 3.9.1 (required for plotting) - `Lxml `_ 5.2.2 (required only for validating and printing XML) @@ -87,9 +87,14 @@ This revision was tested with the following requirements and dependencies Revisions --------- +2024.7.21 + +- Pass 5088 tests. +- Fix integer overflow in product function caused by numpy types. +- Allow tag reader functions to fail. + 2024.7.2 -- Pass 5086 tests. - Enable memmap to create empty files with non-native byte order. - Deprecate Python 3.9, support Python 3.13.