Releases: Arcadia-Science/readlif
Releases · Arcadia-Science/readlif
v0.6.6
02 Jul 19:12
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Added a new attribute settings to LifImage which contains useful capture settings
v0.6.4
30 Sep 19:49
Compare
Sorry, something went wrong.
No results found
Fixed bug and incompatibility in 0.6.3
Added preliminary fix for images captured with stage navigator
v0.6.3
30 Sep 16:17
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fixed bug where the time and image scale were calculated incorrectly
Clarified scaling documentation
v0.6.1
20 Apr 22:44
Compare
Sorry, something went wrong.
No results found
v0.6.0
20 Apr 22:40
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Bugfix: Fix error in mosaic parsing. PosX metadata was incorrectly read from PosY
v0.5.1
23 Feb 15:41
Compare
Sorry, something went wrong.
No results found
Bugfix: switch from io.BufferedIOBase to io.IOBase
v0.5.0
18 Feb 18:54
Compare
Sorry, something went wrong.
No results found
Added support for loading files from buffers
Thans to PR from @JacksonMaxfield