- Added a new attribute
settingstoLifImagewhich contains useful capture settings (Thanks to PR from @tmtenbrink).
- Fixed bug and incompatibility in 0.6.3.
- Added preliminary fix for images captured with stage navigator.
- Added support for updated LasX with additional data in the LIF file.
- Changed the way file names are assigned, now includes folder path. This fix is intended to clarify imaging sets with many duplicate names.
- Fixed bug where the time and image scale were calculated incorrectly.
- Clarified scaling documentation.
- Update readme.
- Added support for non-XY images with
get_plane(). See docs for usage. Note: Reading arbitrary planes (i.e. an XZ plane of an XY image) is not yet supported.
- Bugfix: Fix error in mosaic parsing.
PosXmetadata was incorrectly read fromPosY.
- Bugfix: switch from
io.BufferedIOBasetoio.IOBase.
- Added support for loading files from buffers (thanks to PR from @JacksonMaxfield).
- Fixed critical documentaiton error:
LifImage.scaleis in px/µm, not px/nm for X and Y dimensions.
- Added support for tiled images:
mwas added as a new dimension (for tiled images).LifImagechanges:- New
get_iter_m()function. - New
mosaic_positionattribute with(FieldX, FieldY, PosX, PosY).
- New
- Under the hood changes:
LifImage.dimsis now a named tuple for clearer code.
- Other changes:
- Prettier outputs for
repr(). - Switch to github CI.
- Prettier outputs for
- Added error message for tiled images, pending feature addition.
- Added support for 16-bit images, increased minimum Pillow version to 7.2.0.
- New
LifImageattributebit_depthis a tuple of intigers descibing the bit depth for each channel in the image. - Thanks to @DirkRemmers for providing the example file.
- New
- Changed type from
strtointfordimsandchannelsin theinfodictionary. - Added python 3.9 to build testing.
- Fixed
ZeroDivisionErrorwhen the Z-dimension is defined, but has a length of 0. - Clarified an error message.
- Added fix for truncated files.
LifImage.scalenow returns px/nm conversions.
- Style changes.
- Initial release.