@@ -35,7 +35,7 @@ many proprietary metadata formats.
35
35
36
36
:Author: `Christoph Gohlke <https://www.cgohlke.com >`_
37
37
:License: BSD 3-Clause
38
- :Version: 2024.7.2
38
+ :Version: 2024.7.21
39
39
:DOI: `10.5281/zenodo.6795860 <https://doi.org/10.5281/zenodo.6795860 >`_
40
40
41
41
Quickstart
@@ -71,11 +71,11 @@ Requirements
71
71
This revision was tested with the following requirements and dependencies
72
72
(other versions may work):
73
73
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
75
75
- `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
77
77
(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
79
79
(required for plotting)
80
80
- `Lxml <https://pypi.org/project/lxml/ >`_ 5.2.2
81
81
(required only for validating and printing XML)
@@ -87,9 +87,14 @@ This revision was tested with the following requirements and dependencies
87
87
Revisions
88
88
---------
89
89
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
+
90
96
2024.7.2
91
97
92
- - Pass 5086 tests.
93
98
- Enable memmap to create empty files with non-native byte order.
94
99
- Deprecate Python 3.9, support Python 3.13.
95
100
0 commit comments