Skip to content

Commit 2cb2a29

Browse files
authored
Update CHANGELOG.md
1 parent 233a0b6 commit 2cb2a29

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# Changelog
22
All release highlights of this project will be documented in this file.
3-
3+
## 4.4.7 - December 04, 2022
4+
### Updated
5+
- `SAClient.search_folders` _method_ to add a new `status` argument for searching folders via status.
6+
- Schemas for `Annotation Classes` and `Video Annotation` to support **text** and **numeric input** attribute group types.
7+
### Fixed
8+
- `SAClient.query` _method_ to address invalid exceptions.
9+
- `SAClient.download_export` _method_ to address the issue with downloading for Windows OS.
10+
- `SAClient.attach_items_from_integrated_storage` _method_ to address "integration not found" error.
11+
- `SAClient.aggregate_annotations_as_df` _method_ to support files without "___objects" in their naming.
12+
### Removed
13+
- `SAClient.add_annotation_bbox_to_image` _method_, use `SAClient.upload_annotations` instead.
14+
- `SAClient.add_annotation_point_to_image` _method_, use `SAClient.upload_annotations` instead.
15+
- `SAClient.add_annotation_comment_to_image` _method_, use `SAClient.upload_annotations` instead.
16+
###
417
## 4.4.6 - November 23, 2022
518
### Updated
619
- `SAClient.aggregate_annotations_as_df` method to aggregate "comment" type instances.

0 commit comments

Comments
 (0)