Skip to content

Commit ce9d532

Browse files
committed
Release v2025.9.30
1 parent 7144eab commit ce9d532

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.rst

Lines changed: 7 additions & 3 deletions
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: 2025.9.20
38+
:Version: 2025.9.30
3939
:DOI: `10.5281/zenodo.6795860 <https://doi.org/10.5281/zenodo.6795860>`_
4040

4141
Quickstart
@@ -77,7 +77,7 @@ This revision was tested with the following requirements and dependencies
7777
(required for encoding or decoding LZW, JPEG, etc. compressed segments)
7878
- `Matplotlib <https://pypi.org/project/matplotlib/>`_ 3.10.6
7979
(required for plotting)
80-
- `Lxml <https://pypi.org/project/lxml/>`_ 6.0.1
80+
- `Lxml <https://pypi.org/project/lxml/>`_ 6.0.2
8181
(required only for validating and printing XML)
8282
- `Zarr <https://pypi.org/project/zarr/>`_ 3.1.3
8383
(required only for using Zarr stores; Zarr 2 is not compatible)
@@ -87,9 +87,13 @@ This revision was tested with the following requirements and dependencies
8787
Revisions
8888
---------
8989

90+
2025.9.30
91+
92+
- Pass 5119 tests.
93+
- Fix reading NDTiff series with unordered axes in index (#311).
94+
9095
2025.9.20
9196

92-
- Pass 5118 tests.
9397
- Derive TiffFileError from ValueError.
9498
- Natural-sort files in glob pattern passed to imread by default (breaking).
9599
- Fix optional sorting of list of files passed to FileSequence and imread.

0 commit comments

Comments
 (0)