Skip to content

Commit

Permalink
Release v2023.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
cgohlke committed Jul 11, 2023
1 parent 1f6ea5a commit e680307
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ many proprietary metadata formats.

:Author: `Christoph Gohlke <https://www.cgohlke.com>`_
:License: BSD 3-Clause
:Version: 2023.7.4
:Version: 2023.7.10
:DOI: `10.5281/zenodo.6795860 <https://doi.org/10.5281/zenodo.6795860>`_

Quickstart
Expand Down Expand Up @@ -68,11 +68,11 @@ This revision was tested with the following requirements and dependencies

- `CPython <https://www.python.org>`_ 3.9.13, 3.10.11, 3.11.4, 3.12.0b3, 64-bit
- `NumPy <https://pypi.org/project/numpy/>`_ 1.25.0
- `Imagecodecs <https://pypi.org/project/imagecodecs/>`_ 2023.7.4
- `Imagecodecs <https://pypi.org/project/imagecodecs/>`_ 2023.7.10
(required for encoding or decoding LZW, JPEG, etc. compressed segments)
- `Matplotlib <https://pypi.org/project/matplotlib/>`_ 3.7.1
- `Matplotlib <https://pypi.org/project/matplotlib/>`_ 3.7.2
(required for plotting)
- `Lxml <https://pypi.org/project/lxml/>`_ 4.9.2
- `Lxml <https://pypi.org/project/lxml/>`_ 4.9.3
(required only for validating and printing XML)
- `Zarr <https://pypi.org/project/zarr/>`_ 2.15.0
(required only for opening Zarr stores)
Expand All @@ -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.
Expand Down

0 comments on commit e680307

Please sign in to comment.