From d173acd27afcc26f58c489fe6b74bb831e308f93 Mon Sep 17 00:00:00 2001 From: Christoph Gohlke Date: Sun, 11 Aug 2024 21:14:07 +0000 Subject: [PATCH] Release v2024.8.10 --- README.rst | 40 ++++++++-------------------------------- 1 file changed, 8 insertions(+), 32 deletions(-) diff --git a/README.rst b/README.rst index 8392bff..32b7045 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.24 +:Version: 2024.8.10 :DOI: `10.5281/zenodo.6795860 `_ Quickstart @@ -71,8 +71,8 @@ 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.0b4, 64-bit -- `NumPy `_ 2.0.0 +- `CPython `_ 3.10.11, 3.11.9, 3.12.5, 3.13.0rc1 64-bit +- `NumPy `_ 2.0.1 - `Imagecodecs `_ 2024.6.1 (required for encoding or decoding LZW, JPEG, etc. compressed segments) - `Matplotlib `_ 3.9.1 @@ -87,9 +87,13 @@ This revision was tested with the following requirements and dependencies Revisions --------- +2024.8.10 + +- Pass 5093 tests. +- Relax bitspersample check for JPEG, JPEG2K, and JPEGXL compression (#265). + 2024.7.24 -- Pass 5092 tests. - Fix reading contiguous multi-page series via Zarr store (#67). 2024.7.21 @@ -190,34 +194,6 @@ Revisions 2023.7.18 -- Limit threading via TIFFFILE_NUM_THREADS environment variable (#215). -- Remove maxworkers parameter from tiff2fsspec (breaking). - -2023.7.10 - -- Increase default strip size to 256 KB when writing with compression. -- Fix ZarrTiffStore with non-default chunkmode. - -2023.7.4 - -- Add option to return selection from imread (#200). -- Fix reading OME series with missing trailing frames (#199). -- Fix fsspec reference for WebP compressed segments missing alpha channel. -- Fix linting issues. -- Detect files written by Agilent Technologies. -- Drop support for Python 3.8 and numpy < 1.21 (NEP29). - -2023.4.12 - -- Do not write duplicate ImageDescription tags from extratags (breaking). -- Support multifocal SVS files (#193). -- Log warning when filtering out extratags. -- Fix writing OME-TIFF with image description in extratags. -- Ignore invalid predictor tag value if prediction is not used. -- Raise KeyError if ZarrStore is missing requested chunk. - -2023.3.21 - - … Refer to the CHANGES file for older revisions.