Skip to content

Commit e3cd5a3

Browse files
committed
Release v2025.12.12
1 parent 5e5f190 commit e3cd5a3

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

README.rst

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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

1818
Quickstart
@@ -34,17 +34,22 @@ Requirements
3434
This 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

4545
Revisions
4646
---------
4747

48+
2025.12.12
49+
50+
- Remove deprecated LifFile.series and xml_element_smd properties (breaking).
51+
- Improve code quality.
52+
4853
2025.11.8
4954

5055
- Add option to find other LifImageSeries attributes than path.

0 commit comments

Comments
 (0)