File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed
Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff 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.12.12
15+ :Version: 2026.1.14
1616:DOI: `10.5281/zenodo.14740657 <https://doi.org/10.5281/zenodo.14740657 >`_
1717
1818Quickstart
@@ -35,16 +35,20 @@ This revision was tested with the following requirements and dependencies
3535(other versions may work):
3636
3737- `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
38+ - `NumPy <https://pypi.org/project/numpy >`_ 2.4.1
39+ - `Imagecodecs <https://pypi.org/project/imagecodecs >`_ 2026.1.14
4040 (required for decoding TIFF, JPEG, PNG, and BMP)
41- - `Xarray <https://pypi.org/project/xarray >`_ 2025.11 .0 (recommended)
42- - `Matplotlib <https://pypi.org/project/matplotlib/ >`_ 3.10.7 (optional)
43- - `Tifffile <https://pypi.org/project/tifffile/ >`_ 2025.12.12 (optional)
41+ - `Xarray <https://pypi.org/project/xarray >`_ 2025.12 .0 (recommended)
42+ - `Matplotlib <https://pypi.org/project/matplotlib/ >`_ 3.10.8 (optional)
43+ - `Tifffile <https://pypi.org/project/tifffile/ >`_ 2026.1.14 (optional)
4444
4545Revisions
4646---------
4747
48+ 2026.1.14
49+
50+ - Improve code quality.
51+
48522025.12.12
4953
5054- Remove deprecated LifFile.series and xml_element_smd properties (breaking).
You can’t perform that action at this time.
0 commit comments