Skip to content

Commit 83e7fea

Browse files
committed
Release v2024.7.21
1 parent 225f37e commit 83e7fea

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.rst

+10-5
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ many proprietary metadata formats.
3535

3636
:Author: `Christoph Gohlke <https://www.cgohlke.com>`_
3737
:License: BSD 3-Clause
38-
:Version: 2024.7.2
38+
:Version: 2024.7.21
3939
:DOI: `10.5281/zenodo.6795860 <https://doi.org/10.5281/zenodo.6795860>`_
4040

4141
Quickstart
@@ -71,11 +71,11 @@ Requirements
7171
This revision was tested with the following requirements and dependencies
7272
(other versions may work):
7373

74-
- `CPython <https://www.python.org>`_ 3.10.11, 3.11.9, 3.12.4, 3.13.0b3, 64-bit
74+
- `CPython <https://www.python.org>`_ 3.10.11, 3.11.9, 3.12.4, 3.13.0b4, 64-bit
7575
- `NumPy <https://pypi.org/project/numpy/>`_ 2.0.0
76-
- `Imagecodecs <https://pypi.org/project/imagecodecs/>`_ 2024.1.1
76+
- `Imagecodecs <https://pypi.org/project/imagecodecs/>`_ 2024.6.1
7777
(required for encoding or decoding LZW, JPEG, etc. compressed segments)
78-
- `Matplotlib <https://pypi.org/project/matplotlib/>`_ 3.9.0
78+
- `Matplotlib <https://pypi.org/project/matplotlib/>`_ 3.9.1
7979
(required for plotting)
8080
- `Lxml <https://pypi.org/project/lxml/>`_ 5.2.2
8181
(required only for validating and printing XML)
@@ -87,9 +87,14 @@ This revision was tested with the following requirements and dependencies
8787
Revisions
8888
---------
8989

90+
2024.7.21
91+
92+
- Pass 5088 tests.
93+
- Fix integer overflow in product function caused by numpy types.
94+
- Allow tag reader functions to fail.
95+
9096
2024.7.2
9197

92-
- Pass 5086 tests.
9398
- Enable memmap to create empty files with non-native byte order.
9499
- Deprecate Python 3.9, support Python 3.13.
95100

0 commit comments

Comments
 (0)