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
+29-15Lines changed: 29 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,19 @@
1
-
# Changelog
1
+
# Changelog
2
2
All release highlights of this project will be documented in this file.
3
+
## 4.4.10 - March 12, 2023
4
+
### Updated
5
+
- Configuration file creation flow
6
+
-`SAClient.search_projects()` method, removed `include_complete_image_count` argument, use `include_complete_item_count` instead.
7
+
-`SAClient.get_project_metadata()` method, removed `include_complete_image_count` argument, use `include_complete_item_count` instead.
8
+
-`SAClient.create_project()` method to support classes, workflows and instructions_link.
9
+
### Fixed
10
+
-`SAClient.clone_project()` method to address the issue of FPS mode is not being copied.
11
+
### Deprecated
12
+
-`SAClient.create_project_from_metadata()` method, use `SAClient.create_project()` instead.
13
+
-`SAClient.get_project_image_count()` method, use `SAClient.get_project_metadata()` instead.
14
+
### Removed
15
+
-`SAClient.class_distribution()` method
16
+
-`SAClient.benchmark()` method
3
17
## 4.4.9 - January 29, 2023
4
18
### Added
5
19
-`SAClient.set_approval_statuses`_method_ function to change the approval status of items (images, audio / videos) in bulk.
@@ -69,7 +83,7 @@ All release highlights of this project will be documented in this file.
69
83
## 4.4.2, 4.4.3 - August 21, 2022
70
84
### Updated
71
85
- 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.
86
+
- the **schema** of `video annotation JSON` to support instances that have a `"tag"` type.
73
87
### Fixed
74
88
-`SAClient.get_annotations()`_method_ to address the issue of working with the large projects.
75
89
-`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 +200,7 @@ All release highlights of this project will be documented in this file.
186
200
-`attach_items_from_integrated_storage()` to attach items from an integrated cloud storage.
187
201
-`upload_priority_scores()` to set priority scores for a given list of items.
188
202
### 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.
203
+
-`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
204
-`validate_annotations()` to validate text and image annotations based on JSON schema version `1.0.40`.
191
205
-`get_annotations()` to get annotation instances based on JSON schema version `1.0.40`.
192
206
-`prepare_export()` to prepare for the download annotations with based on JSON schema version `1.0.40`.
@@ -206,8 +220,8 @@ All release highlights of this project will be documented in this file.
206
220
### Updated
207
221
-`get_image_annotations()` to reference `get_annotations()`.
208
222
-`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.
223
+
-`create_annotation_classes_from_classes_json()` to handle class type in classes JSON.
224
+
-`search_annotation_classes()` to return class type in metadata.
211
225
-`upload_annotations_from_folder_to_project()` to handle tag annotations.
212
226
-`upload_preannotations_from_folder_to_project()` to handle tag annotations.
213
227
-`upload_image_annotations()` to handle tag annotations.
@@ -230,9 +244,9 @@ All release highlights of this project will be documented in this file.
230
244
### Updated
231
245
-`upload_annotations_from_folder_to_project()` to reference the `validate_annotations()`.
232
246
-`upload_videos_from_folder_to_project()` to remove code duplications.
233
-
-`clone_project()` to set upload state of clone project to inital.
247
+
-`clone_project()` to set upload state of clone project to inital.
234
248
### Fixed
235
-
-`validate_annotations()` to fix rotated bounding box schema.
249
+
-`validate_annotations()` to fix rotated bounding box schema.
236
250
### Removed
237
251
- Third party logs from logging mechanism.
238
252
###
@@ -264,22 +278,22 @@ All release highlights of this project will be documented in this file.
264
278
###
265
279
## 4.2.6 - Nov 21 2021
266
280
### Added
267
-
- Validation schemas for annotations.
281
+
- Validation schemas for annotations.
268
282
- Dataframe aggregation for video projects.
269
283
### Fixed
270
-
- Minor bug fixes and enhancements.
284
+
- Minor bug fixes and enhancements.
271
285
###
272
286
## 4.2.4 - Nov 2 2021
273
287
### Fixed
274
-
- Minor bug fixes and enhancements.
288
+
- Minor bug fixes and enhancements.
275
289
###
276
290
## 4.2.3 - Oct 31 2021
277
291
### Fixed
278
-
- Minor bug fixes and enhancements.
292
+
- Minor bug fixes and enhancements.
279
293
###
280
294
## 4.2.2 - Oct 22 2021
281
295
### Fixed
282
-
- Minor bug fixes and enhancements.
296
+
- Minor bug fixes and enhancements.
283
297
###
284
298
## 4.2.1 - Oct 13 2021
285
299
### Fixed
@@ -288,7 +302,7 @@ All release highlights of this project will be documented in this file.
288
302
###
289
303
## 4.2.0 - Oct 10 2021
290
304
### Added
291
-
-`delete_annotations()` for bulk annotation delete.
305
+
-`delete_annotations()` for bulk annotation delete.
292
306
### Updated
293
307
- Project/folder limitations.
294
308
### Fixed
@@ -300,7 +314,7 @@ All release highlights of this project will be documented in this file.
300
314
### Added
301
315
- Video project release.
302
316
###
303
-
## 4.1.7 - Aug 1 2021
317
+
## 4.1.7 - Aug 1 2021
304
318
### Fixed
305
319
- Video upload refinements.
306
320
###
@@ -345,7 +359,7 @@ All release highlights of this project will be documented in this file.
0 commit comments