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 11# 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+
211# Version 3.25.3 (2022-08-10)
312## Fixed
413* Label export will continue polling if the downloadUrl is None
2938 * ` Batch.export_data_rows(include_metadata=True) `
3039 * ` Dataset.export_data_rows(include_metadata=True) `
3140 * ` 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
3342
3443## Removed
3544* ` Project.video_label_generator ` . Use ` Project.label_generator ` instead.
4049 * 150,000 rows per upload without metadata
4150 * 30,000 rows per upload with metadata
4251
43-
52+
4453# Version 3.24.1 (2022-07-07)
4554## Updated
4655* Added ` refresh_ontology() ` as part of create/update/delete metadata schema functions
@@ -657,4 +666,4 @@ Changelog not maintained before version 2.2.
657666
658667### Changed
659668* ` 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 11name = "labelbox"
2- __version__ = "3.25.3 "
2+ __version__ = "3.26.0 "
33
44from labelbox .client import Client
55from labelbox .schema .project import Project
You can’t perform that action at this time.
0 commit comments