You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,21 @@
1
1
# Changelog
2
2
All release higlighths of this project will be documented in this file.
3
+
## 4.3.2 - April 10 2022
4
+
### Added
5
+
-`query()` function to run SAQuL queries via SDK.
6
+
-`search_items()` function to search items by various filtering criteria for all supported project types. `search_images()` and `search_images_all_folders()` functions will be deprecated.
7
+
-`get_item_metadata()` function to get item metadata for all supported project types. `get_image_metadata()` will be deprecated.
8
+
### Updated
9
+
-`search_projects()` function to add new parameter that gives an option to filter projects by project `status`.
10
+
-`get_annotation_per_frame()` function to add a unique identifier for each annotation instance.
11
+
### Fixed
12
+
- pixel annotations to address the issue with the hex code.
13
+
-`sa.validate_annotations()` function to address the incorrect error message.
14
+
-`create_project_from_metadata()` function to address the issue with instructions.
15
+
### Removed
16
+
-`get_image_annotations()` function. Please use `get_annotations()`
17
+
-`upload_images_from_public_urls()` function.
18
+
###
3
19
## 4.3.1 - March 20 2022
4
20
### Added
5
21
-`get_integrations()` to list all existing integrations with cloud storages.
0 commit comments