Skip to content

Bulk team invite and project sharing.

Choose a tag to compare

@VaghinakDev VaghinakDev released this 09 Jan 16:06
· 1628 commits to master since this release
96c2505

Added

invite_contributers_to_team() for bulk team invite.
add_contributors_to_project() for bulk project sharing.

Updated

upload_images_from_folder_to_project() for non existing S3 path handling.
upload_annotations_from_folder_to_project() for template name and class processing on template annotation upload.
add_annotation_comment_to_image() for unrecognized author processing.
add_annotation_point_to_image() for valid point addition on empty state.
add_annotation_bbox_to_image() for valid bbox addition on empty state.
add_annotation_comment_to_image() for valid comment addition on empty state.

Fixed

superannotatecli upload_images to accept default list of image extensions.

Removed

invite_contributor_to_team() use invite_contributors_to_team() instead