Skip to content

Commit e685423

Browse files
committed
Release v2025.5.10
1 parent be2bf7c commit e685423

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

README.rst

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ These files are written by LAS X software to store collections of images
1313
and metadata from microscopy experiments.
1414

1515
:Author: `Christoph Gohlke <https://www.cgohlke.com>`_
16-
:License: BSD 3-Clause
17-
:Version: 2025.4.12
16+
:License: BSD-3-Clause
17+
:Version: 2025.5.10
1818
:DOI: `10.5281/zenodo.14740657 <https://doi.org/10.5281/zenodo.14740657>`_
1919

2020
Quickstart
@@ -37,16 +37,20 @@ This revision was tested with the following requirements and dependencies
3737
(other versions may work):
3838

3939
- `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.4
40+
- `NumPy <https://pypi.org/project/numpy>`_ 2.2.5
4141
- `Imagecodecs <https://pypi.org/project/imagecodecs>`_ 2025.3.30
4242
(required for decoding TIFF, JPEG, PNG, and BMP)
43-
- `Xarray <https://pypi.org/project/xarray>`_ 2025.3.1 (recommended)
44-
- `Matplotlib <https://pypi.org/project/matplotlib/>`_ 3.10.1 (optional)
45-
- `Tifffile <https://pypi.org/project/tifffile/>`_ 2025.3.30 (optional)
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)
4646

4747
Revisions
4848
---------
4949

50+
2025.5.10
51+
52+
- Support Python 3.14.
53+
5054
2025.4.12
5155

5256
- Improve case_sensitive_path function.
@@ -153,9 +157,9 @@ Read a FLIM lifetime image and metadata from a LIF file:
153157
<xarray.DataArray 'Fast Flim' (Y: 1024, X: 1024)> Size: 2MB
154158
array([[...]],
155159
shape=(1024, 1024), dtype=float16)
156-
Coordinates:
157-
* Y (Y) float64... 0.0005564
158-
* X (X) float64... 0.0005564
160+
Coordinates:
161+
* Y (Y) float64... 0.0005564
162+
* X (X) float64... 0.0005564
159163
Attributes...
160164
path: FLIM_testdata.lif/sample1_slice1/FLIM Compressed/Fast Flim
161165
F16: {'Name': 'F16',...

0 commit comments

Comments
 (0)