Skip to content

Commit a2ad7cf

Browse files
authored
Update CHANGELOG.md
1 parent 2eee513 commit a2ad7cf

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22
All 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.

0 commit comments

Comments
 (0)