diff --git a/README.rst b/README.rst index 4cc965d..81f7c57 100644 --- a/README.rst +++ b/README.rst @@ -30,7 +30,7 @@ many proprietary metadata formats. :Author: `Christoph Gohlke `_ :License: BSD 3-Clause -:Version: 2023.7.4 +:Version: 2023.7.10 :DOI: `10.5281/zenodo.6795860 `_ Quickstart @@ -68,11 +68,11 @@ This revision was tested with the following requirements and dependencies - `CPython `_ 3.9.13, 3.10.11, 3.11.4, 3.12.0b3, 64-bit - `NumPy `_ 1.25.0 -- `Imagecodecs `_ 2023.7.4 +- `Imagecodecs `_ 2023.7.10 (required for encoding or decoding LZW, JPEG, etc. compressed segments) -- `Matplotlib `_ 3.7.1 +- `Matplotlib `_ 3.7.2 (required for plotting) -- `Lxml `_ 4.9.2 +- `Lxml `_ 4.9.3 (required only for validating and printing XML) - `Zarr `_ 2.15.0 (required only for opening Zarr stores) @@ -82,6 +82,11 @@ This revision was tested with the following requirements and dependencies Revisions --------- +2023.7.10 + +- Increase default strip size to 256 KB when writing with compression. +- Fix ZarrTiffStore with non-default chunkmode. + 2023.7.4 - Pass 4992 tests.