Recent Releases of ez-zarr
ez-zarr - v0.4.0
What's Changed
- Add CITATION.cff file with reference to JOSS paper in https://github.com/fmicompbio/ez_zarr/pull/48
- Zarr3 support in https://github.com/fmicompbio/ez_zarr/pull/26
Full Changelog: https://github.com/fmicompbio/ez_zarr/compare/v0.3.8...v0.4.0
Scientific Software - Peer-reviewed
- Python
Published by mbstadler 7 months ago
ez-zarr - v0.3.8
What's Changed
- This is the version accepted by the Journal of Open Source Software (JOSS), reviewed at https://github.com/openjournals/joss-reviews/issues/7882
- Add verbose argument by @csoneson in https://github.com/fmicompbio/ez_zarr/pull/42
- use omezarr instead of hcswrappers in main.py by @mbstadler in https://github.com/fmicompbio/ez_zarr/pull/43
- Expand vignette section on example data by @csoneson in https://github.com/fmicompbio/ez_zarr/pull/44
- Check OME-Zarr version, document supported version by @csoneson in https://github.com/fmicompbio/ez_zarr/pull/46
Full Changelog: https://github.com/fmicompbio/ez_zarr/compare/v0.3.7...v0.3.8
Scientific Software - Peer-reviewed
- Python
Published by mbstadler 10 months ago
ez-zarr - v0.3.7
What's Changed
- Support 5d OME-Zarrs by @csoneson in https://github.com/fmicompbio/ez_zarr/pull/32
- Added examples and changes to the documentation
Full Changelog: https://github.com/fmicompbio/ez_zarr/compare/v0.3.6...v0.3.7
Scientific Software - Peer-reviewed
- Python
Published by mbstadler 11 months ago
ez-zarr - v0.3.5
What's Changed
- Add support for python 3.13 by @csoneson in https://github.com/fmicompbio/ez_zarr/pull/25
- Add support for single-channel image plotting using selected colormaps, e.g.
img.plot(channels=[0], channel_colors=['viridis'])
Full Changelog: https://github.com/fmicompbio/ez_zarr/compare/v0.3.4...v0.3.5
Scientific Software - Peer-reviewed
- Python
Published by mbstadler about 1 year ago
ez-zarr - v0.3.4
What's Changed
- add conda installation instructions
- search also higher resolution pyramid levels if label_value is not found on the lower-resolution label
- fix use of constantvalue in plotting.padimage
- add imagetransform, titlefontsize and scalebarfontsize arguments to plotting.plotimage (and therefore also to Image.plot and ImageList.plot)
Full Changelog: https://github.com/fmicompbio/ez_zarr/compare/v0.3.3...v0.3.4
Scientific Software - Peer-reviewed
- Python
Published by mbstadler over 1 year ago
ez-zarr - v0.3.3
What's Changed
- add reference to ezzarr
- use lowest resolution pyramid level to get bounding box for label_value (may lead to significant speed-ups)
- raise exception if labelvalue does not exist in getboundingboxforlabelvalue
Full Changelog: https://github.com/fmicompbio/ez_zarr/compare/v0.3.2...v0.3.3
Scientific Software - Peer-reviewed
- Python
Published by mbstadler over 1 year ago
ez-zarr - v0.3.2
What's Changed
- Remove createnameplateA1 (always use createnameplateA01 for empty wells)
- get names from .zattr for non-empty wells
Full Changelog: https://github.com/fmicompbio/ez_zarr/compare/v0.3.1...v0.3.2
Scientific Software - Peer-reviewed
- Python
Published by mbstadler over 1 year ago
ez-zarr - v0.3.0
What's Changed
- allow a list of labelname's in getarraypairby_coordinate
- allow getting also highest-resolution pyramid level with digestpyramid_level
- enhance getboundingboxforlabel_value to also convert coordinates to a selected output space
Full Changelog: https://github.com/fmicompbio/ez_zarr/compare/v0.2.3...v0.3.0
Scientific Software - Peer-reviewed
- Python
Published by mbstadler over 1 year ago
ez-zarr - v0.2.2
What's new
- Add
ome_zarr.ImageListclass to represent a set ofome_zarr.Imageobjects - Add
ome_zarr.import_Fractal_platehelper function that creates anome_zarr.ImageListfrom a Fractal output with fully configured plate layout - Minor fixes and improvements
Full Changelog: https://github.com/fmicompbio/ez_zarr/compare/v0.2.1...v0.2.2
Scientific Software - Peer-reviewed
- Python
Published by mbstadler over 1 year ago
ez-zarr - v0.2.1
What's new
- minor fixes
- add
plotting.plot_image(..., restrict_to_label_values)argument, allowing to mask out regions outside of the selected label
Full Changelog: https://github.com/fmicompbio/ez_zarr/compare/v0.2.0...v0.2.1
Scientific Software - Peer-reviewed
- Python
Published by mbstadler over 1 year ago
ez-zarr - v0.2.0
What's new
Much of the issues described in #9, including:
- move some helper functions to new module
utils - create new module
ome_zarr - add new class
ome_zarr.Imageto represent a single image (implements most of the well-level functionality inhcs_wrappers.plate, and in addition adds a few new tricks, like automated scaling of intensity and label arrays) - mark
hcs_wrappersclasses as "legacy" in the documentation
Full Changelog: https://github.com/fmicompbio/ez_zarr/compare/v0.1.5...v0.2.0
Scientific Software - Peer-reviewed
- Python
Published by mbstadler almost 2 years ago
ez-zarr - v0.1.5
What's Changed
- add pyramidlevelcoord argument to plotwell() by @silvbarb in https://github.com/fmicompbio/ezzarr/pull/5
- add scalebarlabel argument to plotwell() and plot_image()
- update
quickstart.qmdto use the new plotting features
Full Changelog: https://github.com/fmicompbio/ez_zarr/compare/v0.1.4...v0.1.5
Scientific Software - Peer-reviewed
- Python
Published by mbstadler about 2 years ago
ez-zarr - v0.1.4
What's new
- add
pyramid_level_coordparameter toget_image_ROI()andget_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: https://github.com/fmicompbio/ez_zarr/compare/v0.1.3...v0.1.4
Scientific Software - Peer-reviewed
- Python
Published by mbstadler about 2 years ago
ez-zarr - v0.1.3
What's Changed
- Add plotting functionality (for example
plot_plate()andplot_wellmethods forFractalZarrandplot_image()for any image arrays) - See all changes in https://github.com/fmicompbio/ez_zarr/pull/4
Full Changelog: https://github.com/fmicompbio/ez_zarr/compare/v0.1.2...v0.1.3
Scientific Software - Peer-reviewed
- Python
Published by mbstadler about 2 years ago
ez-zarr - v0.1.1
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)
Full Changelog: https://github.com/fmi-basel/gbioinfo-ez_zarr/compare/v0.1.0...v0.1.1
Scientific Software - Peer-reviewed
- Python
Published by mbstadler about 2 years ago
ez-zarr - Initial 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
Scientific Software - Peer-reviewed
- Python
Published by mbstadler about 2 years ago