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.
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 https://github.com/fmicompbio/ez_zarr/pull/4
What's Changed * Renaming of image retrieval functions in https://github.com/fmi-basel/gbioinfo-ez_zarr/pull/3 * consistent use of coordinates: (z,y,x) or (y,x)
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