File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 2121copyright = '2021, Labelbox'
2222author = 'Labelbox'
2323
24- release = '3.27.2 '
24+ release = '3.28.0 '
2525
2626# -- General configuration ---------------------------------------------------
2727
Original file line number Diff line number Diff line change 11name = "labelbox"
2- __version__ = "3.27.2 "
2+ __version__ = "3.28.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