File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ # Version 3.57.0 (2023-11-30)
4+ ## Added
5+ * Global key support for Project move_data_rows_to_task_queue
6+ * Project name required for project creation
7+ ## Notebooks
8+ * Updates to Image and Video notebook format
9+ * Added additional byte array examples for Image/Video import and Image prediction import notebook
10+ * Added a new LLM folder for new LLM import (MAL/MEA/Ground truth)
11+
312# Version 3.56.0 (2023-11-21)
413## Added
514* Support for importing raster video masks from image bytes as a source
Original file line number Diff line number Diff line change 2121copyright = '2021, Labelbox'
2222author = 'Labelbox'
2323
24- release = '3.56 .0'
24+ release = '3.57 .0'
2525
2626# -- General configuration ---------------------------------------------------
2727
Original file line number Diff line number Diff line change 11name = "labelbox"
22
3- __version__ = "3.56 .0"
3+ __version__ = "3.57 .0"
44
55from labelbox .client import Client
66from labelbox .schema .project import Project
You can’t perform that action at this time.
0 commit comments