@@ -35,7 +35,7 @@ many proprietary metadata formats.
3535
3636:Author: `Christoph Gohlke <https://www.cgohlke.com >`_
3737:License: BSD-3-Clause
38- :Version: 2025.8.28
38+ :Version: 2025.9.9
3939:DOI: `10.5281/zenodo.6795860 <https://doi.org/10.5281/zenodo.6795860 >`_
4040
4141Quickstart
@@ -72,10 +72,10 @@ This revision was tested with the following requirements and dependencies
7272(other versions may work):
7373
7474- `CPython <https://www.python.org >`_ 3.11.9, 3.12.10, 3.13.7, 3.14.0rc 64-bit
75- - `NumPy <https://pypi.org/project/numpy/ >`_ 2.3.2
75+ - `NumPy <https://pypi.org/project/numpy/ >`_ 2.3.3
7676- `Imagecodecs <https://pypi.org/project/imagecodecs/ >`_ 2025.8.2
7777 (required for encoding or decoding LZW, JPEG, etc. compressed segments)
78- - `Matplotlib <https://pypi.org/project/matplotlib/ >`_ 3.10.3
78+ - `Matplotlib <https://pypi.org/project/matplotlib/ >`_ 3.10.6
7979 (required for plotting)
8080- `Lxml <https://pypi.org/project/lxml/ >`_ 6.0.1
8181 (required only for validating and printing XML)
@@ -87,9 +87,13 @@ This revision was tested with the following requirements and dependencies
8787Revisions
8888---------
8989
90+ 2025.9.9
91+
92+ - Pass 5115 tests.
93+ - Consolidate Nuvu camera metadata.
94+
90952025.8.28
9196
92- - Pass 5114 tests.
9397- Support DNG DCP files (#306).
9498
95992025.6.11
@@ -176,39 +180,6 @@ Revisions
176180
1771812024.8.10
178182
179- - Relax bitspersample check for JPEG, JPEG2K, and JPEGXL compression (#265).
180-
181- 2024.7.24
182-
183- - Fix reading contiguous multi-page series via Zarr store (#67).
184-
185- 2024.7.21
186-
187- - Fix integer overflow in product function caused by numpy types.
188- - Allow tag reader functions to fail.
189-
190- 2024.7.2
191-
192- - Enable memmap to create empty files with non-native byte order.
193- - Deprecate Python 3.9, support Python 3.13.
194-
195- 2024.6.18
196-
197- - Ensure TiffPage.nodata is castable to dtype (breaking, #260).
198- - Support Argos AVS slides.
199-
200- 2024.5.22
201-
202- - Derive TiffPages, TiffPageSeries, FileSequence, StoredShape from Sequence.
203- - Truncate circular IFD chain, do not raise TiffFileError (breaking).
204- - Deprecate access to TiffPages.pages and FileSequence.files.
205- - Enable DeprecationWarning for enums in TIFF namespace.
206- - Remove some deprecated code (breaking).
207- - Add iccprofile property to TiffPage and parameter to TiffWriter.write.
208- - Do not detect VSI as SIS format.
209- - Limit length of logged exception messages.
210- - Fix docstring examples not correctly rendered on GitHub (#254, #255).
211-
212183- …
213184
214185Refer to the CHANGES file for older revisions.
0 commit comments