Skip to content

Commit 43c6bc6

Browse files
committed
Changelog update
1 parent 10e0e55 commit 43c6bc6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22
All release highlights of this project will be documented in this file.
3+
4+
## 4.4.6 - November 23, 2022
5+
### Updated
6+
- `SAClient.aggregate_annotations_as_df` method to aggregate "comment" type instances.
7+
- `SAClient.add_annotation_bbox_to_image`, `SAClient.add_annotation_point_to_image`, `SAClient.add_annotation_comment_to_image` _methods_ to add deprecation warnings.
8+
### Fixed
9+
- Special characters are being encoded after annotation upload (Windows)
10+
- `SAClient.assign_folder` _method_ to address the invalid argument name.
11+
- `SAClient.upload_images_from_folder_to_project` _method_ to address uploading of more than 500 items.
12+
- `SAClient.upload_annotations_from_folder_to_project` _method_ to address the issue of a folder size being more than 25,5 MB.
13+
- `SAClient.download_image` _method_ to address the KeyError 'id' when `include_annotations` is set to `True`.
14+
### Removed
15+
`SAClient.upload_preannotations_from_folder_to_project` _method_
16+
`SAClient.copy_image` _method_
17+
###
318
## 4.4.5 - October 23, 2022
419
### Added
520
- `SAClient.add_items_to_subset` _method_ to associate given items with a Subset.

0 commit comments

Comments
 (0)