@@ -12,7 +12,7 @@ collections of images and metadata from microscopy experiments.
1212
1313:Author: `Christoph Gohlke <https://www.cgohlke.com >`_
1414:License: BSD-3-Clause
15- :Version: 2025.11.8
15+ :Version: 2025.12.12
1616:DOI: `10.5281/zenodo.14740657 <https://doi.org/10.5281/zenodo.14740657 >`_
1717
1818Quickstart
@@ -34,17 +34,22 @@ Requirements
3434This revision was tested with the following requirements and dependencies
3535(other versions may work):
3636
37- - `CPython <https://www.python.org >`_ 3.11.9, 3.12.10, 3.13.9 , 3.14.0 64-bit
38- - `NumPy <https://pypi.org/project/numpy >`_ 2.3.4
39- - `Imagecodecs <https://pypi.org/project/imagecodecs >`_ 2025.8.2
37+ - `CPython <https://www.python.org >`_ 3.11.9, 3.12.10, 3.13.11 , 3.14.2 64-bit
38+ - `NumPy <https://pypi.org/project/numpy >`_ 2.3.5
39+ - `Imagecodecs <https://pypi.org/project/imagecodecs >`_ 2025.11.11
4040 (required for decoding TIFF, JPEG, PNG, and BMP)
41- - `Xarray <https://pypi.org/project/xarray >`_ 2025.10.1 (recommended)
41+ - `Xarray <https://pypi.org/project/xarray >`_ 2025.11.0 (recommended)
4242- `Matplotlib <https://pypi.org/project/matplotlib/ >`_ 3.10.7 (optional)
43- - `Tifffile <https://pypi.org/project/tifffile/ >`_ 2025.10.16 (optional)
43+ - `Tifffile <https://pypi.org/project/tifffile/ >`_ 2025.12.12 (optional)
4444
4545Revisions
4646---------
4747
48+ 2025.12.12
49+
50+ - Remove deprecated LifFile.series and xml_element_smd properties (breaking).
51+ - Improve code quality.
52+
48532025.11.8
4954
5055- Add option to find other LifImageSeries attributes than path.
0 commit comments