Skip to content

Commit fb44f53

Browse files
committed
Release v2026.1.22
1 parent b0b255e commit fb44f53

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.rst

Lines changed: 7 additions & 2 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: 2026.1.14
15+
:Version: 2026.1.22
1616
:DOI: `10.5281/zenodo.14740657 <https://doi.org/10.5281/zenodo.14740657>`_
1717

1818
Quickstart
@@ -45,6 +45,11 @@ This revision was tested with the following requirements and dependencies
4545
Revisions
4646
---------
4747

48+
2026.1.22
49+
50+
- Fix reading sequence of LifMemoryBlocks.
51+
- Change unknown axis code to '?'.
52+
4853
2026.1.14
4954

5055
- Improve code quality.
@@ -166,7 +171,7 @@ Read a FLIM lifetime image and metadata from a LIF file:
166171
167172
>>> with LifFile('tests/data/FLIM.lif') as lif:
168173
... for image in lif.images:
169-
... name = image.name
174+
... _ = image.name
170175
... image = lif.images['Fast Flim']
171176
... assert image.shape == (1024, 1024)
172177
... assert image.dims == ('Y', 'X')

0 commit comments

Comments
 (0)