File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
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: 2026.1.14
15+ :Version: 2026.1.22
1616:DOI: `10.5281/zenodo.14740657 <https://doi.org/10.5281/zenodo.14740657 >`_
1717
1818Quickstart
@@ -45,6 +45,11 @@ This revision was tested with the following requirements and dependencies
4545Revisions
4646---------
4747
48+ 2026.1.22
49+
50+ - Fix reading sequence of LifMemoryBlocks.
51+ - Change unknown axis code to '?'.
52+
48532026.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' )
You can’t perform that action at this time.
0 commit comments