Skip to content

Releases: fmicompbio/ez_zarr

v0.1.4

08 Feb 17:42
Compare
Choose a tag to compare
v0.1.4 Pre-release
Pre-release

What's new

  • add pyramid_level_coord parameter to get_image_ROI() and get_label_ROI(), allowing to extract by coordinates that refer to another pyramid_level than the one the image data is being extracted from.

Full Changelog: v0.1.3...v0.1.4

v0.1.3

08 Feb 16:12
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release

What's Changed

  • Add plotting functionality (for example plot_plate() and plot_well methods for FractalZarr and plot_image() for any image arrays)
  • See all changes in #4

Full Changelog: v0.1.2...v0.1.3

v0.1.2

30 Jan 16:36
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

What's Changed

  • minor updates to documentation
  • add package deployment of tagged pushes to pypi.org

Full Changelog: v0.1.1...v0.1.2

v0.1.1

25 Jan 08:56
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

What's Changed

  • Renaming of image retrieval functions in #3
  • consistent use of coordinates: (z,y,x) or (y,x)

Full Changelog: v0.1.0...v0.1.1

Initial release

24 Jan 15:47
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

What's Changed

  • Initial release of ez_zarr, meant for testing and collecting feedback on design
  • minimal feature set has been implemented but may be subject to change

Full Changelog: https://github.com/fmi-basel/gbioinfo-ez_zarr/commits/v0.1.0