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
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,24 @@
1
1
# Changelog
2
2
3
+
# Version 3.20.1 (2022-05-02)
4
+
## Updated
5
+
* Ontology Classification `scope` field is only set for top level classifications
6
+
7
+
# Version 3.20.0 (2022-04-27)
8
+
## Added
9
+
* Batches in a project can be retrieved with `project.batches()`
10
+
* Added `Batch.remove_queued_data_rows()` to cancel remaining data rows in batch
11
+
* Added `Batch.export_data_rows()` which returns `DataRow`s for a batch
12
+
13
+
## Updated
14
+
* NDJsonConverter now supports Video bounding box annotations.
15
+
* Note: Currently does not support nested classifications.
16
+
* Note: Converting an export into Labelbox annotation types, and back to export will result in only keyframe annotations. This is to support correct import format.
17
+
18
+
19
+
## Fix
20
+
*`batch.project()` now works
21
+
3
22
# Version 3.19.1 (2022-04-14)
4
23
## Fix
5
24
*`create_data_rows` and `create_data_rows_sync` now uploads the file with a mimetype
0 commit comments