ezomero 0.2.0 - ROIs and FileAnnotations
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
andget_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.