|
1 | 1 | # Changelog |
2 | | -All release higlighths of this project will be documented in this file. |
| 2 | +All release highlights of this project will be documented in this file. |
| 3 | +## 4.4.0 - July 03, 2022 |
| 4 | +### Added |
| 5 | +- `superannotate.SAClient()` _class_ to instantiate team-level authentication and inheriting methods to access the back-end. |
| 6 | +- `SAClient.download_annotations()` _method_ to download annotations without preparing an Export object. |
| 7 | +- `SAClient.get_subsets()` _method_ to get the existing subsets for a given project. |
| 8 | +- `SAClient.assign_items()` _method_ to assign items in a given project to annotators or quality specialists. |
| 9 | +- `SAClient.unassign_items()` _method_ to remove assignments from items. |
| 10 | +- `SAClient.delete_items()` _method_ to delete items in a given project. |
| 11 | +### Updated |
| 12 | +- `JSON Schema` for video annotations to version `1.0.45` to show **polygon** and **polyline** annotations. |
| 13 | +- `SAClient.get_annotations_per_frame()` _method_ to show **polygon** and **polyline** annotations. |
| 14 | +- `SAClient.get_annotations_per_frame()` _method_ to pick instances closer to a given **frame start** instead of the **median**. |
| 15 | +- `SAClient.query()` _method_ to add the `subset` argument to support querying in a subset. |
| 16 | +### Fixed |
| 17 | +- `SAClient.set_annotation_statuses()` _method_ to address the issue occurring with more than 500 items. |
| 18 | +- `SAClient.get_annotations()` _method_ to address the `PayloadError` occurring with more than 20000 items. |
| 19 | +- `SAClient.get_annotations()` _method_ to address the missing `'duration'` and `'tags'` keys for newly uploaded and unannotated videos. |
| 20 | +- `SAClient.get_annotations_per_frame()` _method_ to address missing `'duration'` and `'tags'` keys for newly uploaded and unannotated videos. |
| 21 | +- `SAClient.get_annotations_per_frame()` _method_ to address the wrong `classId` value for unclassified instances. |
| 22 | +### Removed |
| 23 | +- `superannotate.init()` _function_. Please instantiate `superannotate.SAClient()` _class_ to authenticate. |
| 24 | +- `superannotate.set_image_annotation_status()` _function_. Please use the `SAClient.set_annotation_statuses()` _method_ instead. |
| 25 | +- `superannotate.set_images_annotations_statuses()` _function_. Please use the `SAClient.set_annotation_statuses()` _method_ instead. |
| 26 | +### |
3 | 27 | ## 4.3.2 - April 10 2022 |
4 | 28 | ### Added |
5 | 29 | - `query()` function to run SAQuL queries via SDK. |
|
0 commit comments