Skip to content

ezomero 0.2.0 - ROIs and FileAnnotations

Compare
Choose a tag to compare
@erickmartins erickmartins released this 14 Jun 18:55
· 100 commits to main since this release
7863cc8

New on this release:

API Changes:

  • Added post_roi, a function to create ROIs in OMERO, and a number of classes for different OMERO-friendly shape types.
  • Added post_file_annotation, get_file_annotation and get_file_annotation_ids for adding and retrieving FileAnnotations/Attachments, mirroring the existing functions for MapAnnotations.

Bug Fixes:

  • Fixed documentation malfunctions

Others:

  • general style/flake8 pass;
  • new tests for the new functions.