Skip to content

Commit 4b0d65f

Browse files
committed
Release v2026.2.16
1 parent 6a9ba10 commit 4b0d65f

File tree

1 file changed

+9
-42
lines changed

1 file changed

+9
-42
lines changed

README.rst

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

1818
Quickstart
@@ -38,14 +38,21 @@ This revision was tested with the following requirements and dependencies
3838
- `NumPy <https://pypi.org/project/numpy>`_ 2.4.2
3939
- `Imagecodecs <https://pypi.org/project/imagecodecs>`_ 2026.1.14
4040
(required for decoding TIFF, JPEG, PNG, and BMP)
41-
- `Tifffile <https://pypi.org/project/tifffile/>`_ 2026.1.28
41+
- `Tifffile <https://pypi.org/project/tifffile/>`_ 2026.2.16
4242
(required for reading multi-page TIFF)
4343
- `Xarray <https://pypi.org/project/xarray>`_ 2026.2.0 (recommended)
4444
- `Matplotlib <https://pypi.org/project/matplotlib/>`_ 3.10.8 (optional)
4545

4646
Revisions
4747
---------
4848

49+
2026.2.16
50+
51+
- Change timestamps to None if not present (breaking).
52+
- Fix inefficient timestamp parsing.
53+
- Fix inefficient LifFile.close().
54+
- Add tilescan property to LifImage.
55+
4956
2026.2.15
5057

5158
- Add experimental frame-based interface to LifImage.
@@ -95,46 +102,6 @@ Revisions
95102

96103
2025.2.20
97104

98-
- Rename LifFileFormat to LifFileType (breaking).
99-
- Rename LifFile.format to LifFile.type (breaking).
100-
101-
2025.2.10
102-
103-
- Support case-sensitive file systems.
104-
- Support OMETiffBlock, AiviaTiffBlock, and other memory blocks.
105-
- Remove LifImageSeries.items and paths methods (breaking).
106-
- Deprecate LifImage.xml_element_smd.
107-
- Fix LifImage.parent_image and child_images properties for XML files.
108-
- Work around reading float16 blocks from uint16 OME-TIFF files.
109-
110-
2025.2.8
111-
112-
- Support LIFEXT files.
113-
- Remove asrgb parameter from LifImage.asarray (breaking).
114-
- Do not apply BGR correction when using memory block frames.
115-
- Avoid copying single frame to output array.
116-
- Add LifImage.parent_image and child_images properties.
117-
- Add LifImageSeries.find method.
118-
119-
2025.2.6
120-
121-
- Support XLEF and XLCF files.
122-
- Rename LifFile.series property to images (breaking).
123-
- Rename imread series argument to image (breaking).
124-
- Remove LifImage.index property (breaking).
125-
- Add parent and children properties to LifFile.
126-
- Improve detection of XML codecs.
127-
- Do not keep XML files open.
128-
129-
2025.2.5
130-
131-
- Support XLIF files.
132-
- Revise LifMemoryBlock (breaking).
133-
- Replace LifImage.is_lof property with format (breaking).
134-
- Require imagecodecs for decoding TIF, JPEG, PNG, and BMP frames.
135-
136-
2025.2.2
137-
138105
- …
139106

140107
Refer to the CHANGES file for older revisions.

0 commit comments

Comments
 (0)