Skip to content

Commit 900f230

Browse files
authored
Merge pull request #670 from Labelbox/3.26.0-dev
3.26.0-dev
2 parents 29ffb7d + cff4959 commit 900f230

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
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
@@ -29,7 +38,7 @@
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.
@@ -40,7 +49,7 @@
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

labelbox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "labelbox"
2-
__version__ = "3.25.3"
2+
__version__ = "3.26.0"
33

44
from labelbox.client import Client
55
from labelbox.schema.project import Project

0 commit comments

Comments
 (0)