Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Releases: Arcadia-Science/readlif

v0.6.6

02 Jul 19:12
586f24b

Choose a tag to compare

This release includes the following PRs:

  • #52 Bug fix for images with channels in the second dimension (h/t @acorbat)
  • #57 Migrate the project to poetry, add formatting and linting, update docs
  • #58 Reorganize tests and test artifacts

v0.6.5

24 Nov 22:50

Choose a tag to compare

  • Added a new attribute settings to LifImage which contains useful capture settings

v0.6.4

30 Sep 19:49

Choose a tag to compare

  • Fixed bug and incompatibility in 0.6.3
  • Added preliminary fix for images captured with stage navigator

v0.6.3

30 Sep 16:17

Choose a tag to compare

  • 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

v0.6.2

13 Aug 18:36

Choose a tag to compare

  • Fixed bug where the time and image scale were calculated incorrectly
  • Clarified scaling documentation

v0.6.1

20 Apr 22:44

Choose a tag to compare

Fix typos

v0.6.0

20 Apr 22:40
af0bfa6

Choose a tag to compare

  • 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.

v0.5.2

20 Apr 21:06

Choose a tag to compare

  • Bugfix: Fix error in mosaic parsing. PosX metadata was incorrectly read from PosY

v0.5.1

23 Feb 15:41

Choose a tag to compare

  • Bugfix: switch from io.BufferedIOBase to io.IOBase

v0.5.0

18 Feb 18:54

Choose a tag to compare

  • Added support for loading files from buffers
    • Thans to PR from @JacksonMaxfield