File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
+
3
+ # Version 3.26.0 (2022-08-12)
4
+ ## Added
5
+ * ` Batch.delete() ` which will delete an existing ` Batch `
6
+ * ` Batch.delete_labels() ` which will delete all ` Label ` ’s created after a ` Project ` ’s mode has been set to batch.
7
+ * Note: Does not include labels that were imported via model-assisted labeling or label imports
8
+ * Support for creating model config when creating a model run
9
+ * ` RAW_TEXT ` and ` TEXT_FILE ` attachment types to replace the ` TEXT ` type.
10
+
2
11
# Version 3.25.3 (2022-08-10)
3
12
## Fixed
4
13
* Label export will continue polling if the downloadUrl is None
29
38
* ` Batch.export_data_rows(include_metadata=True) `
30
39
* ` Dataset.export_data_rows(include_metadata=True) `
31
40
* ` Project.export_queued_data_rows(include_metadata=True) `
32
- * ` VideoObjectAnnotation ` has ` segment_index ` to group video annotations into video segments
41
+ * ` VideoObjectAnnotation ` has ` segment_index ` to group video annotations into video segments
33
42
34
43
## Removed
35
44
* ` Project.video_label_generator ` . Use ` Project.label_generator ` instead.
40
49
* 150,000 rows per upload without metadata
41
50
* 30,000 rows per upload with metadata
42
51
43
-
52
+
44
53
# Version 3.24.1 (2022-07-07)
45
54
## Updated
46
55
* Added ` refresh_ontology() ` as part of create/update/delete metadata schema functions
@@ -657,4 +666,4 @@ Changelog not maintained before version 2.2.
657
666
658
667
### Changed
659
668
* ` Model.create_model_run() `
660
- * Add training metadata config as a model run creation param
669
+ * Add training metadata config as a model run creation param
Original file line number Diff line number Diff line change 1
1
name = "labelbox"
2
- __version__ = "3.25.3 "
2
+ __version__ = "3.26.0 "
3
3
4
4
from labelbox .client import Client
5
5
from labelbox .schema .project import Project
You can’t perform that action at this time.
0 commit comments