Skip to content

Commit

Permalink
Release v2024.8.24
Browse files Browse the repository at this point in the history
  • Loading branch information
cgohlke committed Aug 25, 2024
1 parent fd56e1d commit 8a62e4d
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ many proprietary metadata formats.

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

Quickstart
Expand Down Expand Up @@ -75,7 +75,7 @@ This revision was tested with the following requirements and dependencies
- `NumPy <https://pypi.org/project/numpy/>`_ 2.0.1
- `Imagecodecs <https://pypi.org/project/imagecodecs/>`_ 2024.6.1
(required for encoding or decoding LZW, JPEG, etc. compressed segments)
- `Matplotlib <https://pypi.org/project/matplotlib/>`_ 3.9.1
- `Matplotlib <https://pypi.org/project/matplotlib/>`_ 3.9.2
(required for plotting)
- `Lxml <https://pypi.org/project/lxml/>`_ 5.2.2
(required only for validating and printing XML)
Expand All @@ -87,9 +87,15 @@ This revision was tested with the following requirements and dependencies
Revisions
---------

2024.8.24

- Pass 5095 tests.
- Do not remove trailing length-1 dimension writing non-shaped file (breaking).
- Fix writing OME-TIFF with certain modulo axes orders.
- Make imshow NaN aware.

2024.8.10

- Pass 5093 tests.
- Relax bitspersample check for JPEG, JPEG2K, and JPEGXL compression (#265).

2024.7.24
Expand Down

0 comments on commit 8a62e4d

Please sign in to comment.