File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 11# Changelog
22All release higlighths of this project will be documented in this file.
3+ ## 4.3.0 - Feb 27 2022
4+ ### Added
5+ - ` get_annotations ` to load annotations for the list of items.
6+ - ` get_annotations_per_frame ` to generate frame by frame annotations for the given video.
7+ ### Updated
8+ - ` get_image_annotations() ` to reference ` get_annotations() ` .
9+ - ` create_annotation_class() ` to add ` class_type ` in parameters to specify class type on creation.
10+ - ` create_annotation_classes_from_classes_json() ` to handle class type in classes JSON.
11+ - ` search_annotation_classes() ` to return class type in metadata.
12+ - ` upload_annotations_from_folder_to_project() ` to handle tag annotations.
13+ - ` upload_preannotations_from_folder_to_project() ` to handle tag annotations.
14+ - ` upload_image_annotations() ` to handle tag annotations.
15+ - ` validate_annotations() ` to validate vector annotation schema with tag instances.
16+ - ` aggregate_annotations_as_df() ` to handle tag annotations in annotations df.
17+ - ` class_distribution() ` to handle class distribution of tag instances.
18+ - ` upload_images_from_public_urls() ` for deprecation log.
19+ ### Fixed
20+ - ` upload_images_from_folder_to_project() ` to upload images without invalid rotation.
21+ - ` upload-annotations ` CLI to upload annotations to specified folder.
22+ - ` create_project_from_metadata() ` to setup image quality and workflow from given metadata.
23+ - ` get_project_metadata() ` to return information on project contributors.
24+ - ` get_project_metadata() ` to return number of completed images in project root.
25+ - ` get_project_workflow() ` to return ` className ` in project workflow.
26+ - file handler permissions in GColab at ` import ` stage of the package.
27+ ###
328## 4.2.9 - Jan 30 2022
429### Added
530- ` superannotate_schemas ` as a stand alone package on annotation schemas.
You can’t perform that action at this time.
0 commit comments