Skip to content

Commit 4ad9133

Browse files
author
Kevin Kim
committed
Prep 3.28.0 release
1 parent a1f0b4d commit 4ad9133

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
# Changelog
22

3-
# Version 0.0.0 (YYYY-MM-DD) - In Progress
3+
# Version 3.28.0 (2022-10-14)
4+
5+
### Added
6+
* Added warning for upcoming change in default project queue_mode setting
7+
* Added notebook example for importing Conversational Text annotations using Model-Assisted Labeling
48

59
### Changed
6-
* Update QueueMode enum to support new value for QueueMode.Batch = `BATCH`.
10+
* Updated QueueMode enum to support new value for QueueMode.Batch = `BATCH`.
11+
* Task.failed_data_rows is now a property
12+
13+
### Fixed
14+
* Fixed Task.wait_till_done() showing warning message for every completed task, instead of only warning when task has errors
15+
* Fixed error on dataset creation step in examples/annotation_import/video.ipynb notebook
716

817
# Version 3.27.2 (2022-10-04)
918

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
copyright = '2021, Labelbox'
2222
author = 'Labelbox'
2323

24-
release = '3.27.2'
24+
release = '3.28.0'
2525

2626
# -- General configuration ---------------------------------------------------
2727

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.27.2"
2+
__version__ = "3.28.0"
33

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

0 commit comments

Comments
 (0)