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
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Changelog
1
+
# Changelog
2
2
All release highlights of this project will be documented in this file.
3
3
## 4.4.9 - January 29, 2023
4
4
### Added
@@ -69,7 +69,7 @@ All release highlights of this project will be documented in this file.
69
69
## 4.4.2, 4.4.3 - August 21, 2022
70
70
### Updated
71
71
- the **schema** of `classes JSON` to support new values for the `"group_type"` key for a given attribute group. `"group_type": "radio" | "checklist" | "text" | "numeric"`.
72
-
- the **schema** of `video annotation JSON` to support instances that have a `"tag"` type.
72
+
- the **schema** of `video annotation JSON` to support instances that have a `"tag"` type.
73
73
### Fixed
74
74
-`SAClient.get_annotations()`_method_ to address the issue of working with the large projects.
75
75
-`SAClient.get_annotations_per_frame()`_method_ to address the issue of throwing an error on small videos when the fps is set to 1.
@@ -186,7 +186,7 @@ All release highlights of this project will be documented in this file.
186
186
-`attach_items_from_integrated_storage()` to attach items from an integrated cloud storage.
187
187
-`upload_priority_scores()` to set priority scores for a given list of items.
188
188
### Updated
189
-
-`JSON Schema` to version `1.0.40` to add instance type differentiation for text annotations and `"exclude"` key for subtracted polygon instances for image annotations.
189
+
-`JSON Schema` to version `1.0.40` to add instance type differentiation for text annotations and `"exclude"` key for subtracted polygon instances for image annotations.
190
190
-`validate_annotations()` to validate text and image annotations based on JSON schema version `1.0.40`.
191
191
-`get_annotations()` to get annotation instances based on JSON schema version `1.0.40`.
192
192
-`prepare_export()` to prepare for the download annotations with based on JSON schema version `1.0.40`.
@@ -206,8 +206,8 @@ All release highlights of this project will be documented in this file.
206
206
### Updated
207
207
-`get_image_annotations()` to reference `get_annotations()`.
208
208
-`create_annotation_class()` to add `class_type` in parameters to specify class type on creation.
209
-
-`create_annotation_classes_from_classes_json()` to handle class type in classes JSON.
210
-
-`search_annotation_classes()` to return class type in metadata.
209
+
-`create_annotation_classes_from_classes_json()` to handle class type in classes JSON.
210
+
-`search_annotation_classes()` to return class type in metadata.
211
211
-`upload_annotations_from_folder_to_project()` to handle tag annotations.
212
212
-`upload_preannotations_from_folder_to_project()` to handle tag annotations.
213
213
-`upload_image_annotations()` to handle tag annotations.
@@ -230,9 +230,9 @@ All release highlights of this project will be documented in this file.
230
230
### Updated
231
231
-`upload_annotations_from_folder_to_project()` to reference the `validate_annotations()`.
232
232
-`upload_videos_from_folder_to_project()` to remove code duplications.
233
-
-`clone_project()` to set upload state of clone project to inital.
233
+
-`clone_project()` to set upload state of clone project to inital.
234
234
### Fixed
235
-
-`validate_annotations()` to fix rotated bounding box schema.
235
+
-`validate_annotations()` to fix rotated bounding box schema.
236
236
### Removed
237
237
- Third party logs from logging mechanism.
238
238
###
@@ -264,22 +264,22 @@ All release highlights of this project will be documented in this file.
264
264
###
265
265
## 4.2.6 - Nov 21 2021
266
266
### Added
267
-
- Validation schemas for annotations.
267
+
- Validation schemas for annotations.
268
268
- Dataframe aggregation for video projects.
269
269
### Fixed
270
-
- Minor bug fixes and enhancements.
270
+
- Minor bug fixes and enhancements.
271
271
###
272
272
## 4.2.4 - Nov 2 2021
273
273
### Fixed
274
-
- Minor bug fixes and enhancements.
274
+
- Minor bug fixes and enhancements.
275
275
###
276
276
## 4.2.3 - Oct 31 2021
277
277
### Fixed
278
-
- Minor bug fixes and enhancements.
278
+
- Minor bug fixes and enhancements.
279
279
###
280
280
## 4.2.2 - Oct 22 2021
281
281
### Fixed
282
-
- Minor bug fixes and enhancements.
282
+
- Minor bug fixes and enhancements.
283
283
###
284
284
## 4.2.1 - Oct 13 2021
285
285
### Fixed
@@ -288,7 +288,7 @@ All release highlights of this project will be documented in this file.
288
288
###
289
289
## 4.2.0 - Oct 10 2021
290
290
### Added
291
-
-`delete_annotations()` for bulk annotation delete.
291
+
-`delete_annotations()` for bulk annotation delete.
292
292
### Updated
293
293
- Project/folder limitations.
294
294
### Fixed
@@ -300,7 +300,7 @@ All release highlights of this project will be documented in this file.
300
300
### Added
301
301
- Video project release.
302
302
###
303
-
## 4.1.7 - Aug 1 2021
303
+
## 4.1.7 - Aug 1 2021
304
304
### Fixed
305
305
- Video upload refinements.
306
306
###
@@ -345,7 +345,7 @@ All release highlights of this project will be documented in this file.
0 commit comments