Skip to content

Commit d7b0075

Browse files
Merge pull request #726 from Labelbox/develop
3.28.0
2 parents d8f44f7 + 226944a commit d7b0075

17 files changed

+473
-20
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

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
8+
9+
### Changed
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
16+
317
# Version 3.27.2 (2022-10-04)
418

519
### Added

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

0 commit comments

Comments
 (0)