@@ -14,7 +14,7 @@ and metadata from microscopy experiments.
1414
1515:Author: `Christoph Gohlke <https://www.cgohlke.com >`_
1616:License: BSD-3-Clause
17- :Version: 2025.5.10
17+ :Version: 2025.9.28
1818:DOI: `10.5281/zenodo.14740657 <https://doi.org/10.5281/zenodo.14740657 >`_
1919
2020Quickstart
@@ -36,17 +36,23 @@ Requirements
3636This revision was tested with the following requirements and dependencies
3737(other versions may work):
3838
39- - `CPython <https://www.python.org >`_ 3.10.11, 3.11. 9, 3.12.10, 3.13.3 64-bit
40- - `NumPy <https://pypi.org/project/numpy >`_ 2.2.5
41- - `Imagecodecs <https://pypi.org/project/imagecodecs >`_ 2025.3.30
39+ - `CPython <https://www.python.org >`_ 3.11. 9, 3.12.10, 3.13.7, 3.14.0rc 64-bit
40+ - `NumPy <https://pypi.org/project/numpy >`_ 2.3.3
41+ - `Imagecodecs <https://pypi.org/project/imagecodecs >`_ 2025.8.2
4242 (required for decoding TIFF, JPEG, PNG, and BMP)
43- - `Xarray <https://pypi.org/project/xarray >`_ 2025.4 .0 (recommended)
44- - `Matplotlib <https://pypi.org/project/matplotlib/ >`_ 3.10.3 (optional)
45- - `Tifffile <https://pypi.org/project/tifffile/ >`_ 2025.5.10 (optional)
43+ - `Xarray <https://pypi.org/project/xarray >`_ 2025.9 .0 (recommended)
44+ - `Matplotlib <https://pypi.org/project/matplotlib/ >`_ 3.10.6 (optional)
45+ - `Tifffile <https://pypi.org/project/tifffile/ >`_ 2025.9.20 (optional)
4646
4747Revisions
4848---------
4949
50+ 2025.9.28
51+
52+ - Derive LifFileError from ValueError.
53+ - Minor fixes.
54+ - Drop support for Python 3.10.
55+
50562025.5.10
5157
5258- Support Python 3.14.
@@ -121,7 +127,7 @@ Large, backwards-incompatible changes may occur between revisions.
121127
122128Specifically, the following features are currently not supported:
123129XLLF formats, image mosaics and pyramids, partial image reads,
124- reading non-image data like FLIM/TCSPC, heterogeneous channel data types,
130+ reading non-image data such as FLIM/TCSPC, heterogeneous channel data types,
125131discontiguous storage, and bit increments.
126132
127133The library has been tested with a limited number of version 2 files only.
@@ -136,7 +142,7 @@ The Leica image file formats are documented at:
136142
137143Other implementations for reading Leica image files are
138144`readlif <https://github.com/Arcadia-Science/readlif >`_ and
139- `Bio-Formats <https://github.com/ome/bioformats >`_ .
145+ `Bio-Formats <https://github.com/ome/bioformats >`_.
140146
141147Examples
142148--------
0 commit comments