Skip to content

Commit dd51c41

Browse files
authored
Prep 3.56.0 (#1290)
2 parents 70a6863 + 1ec3159 commit dd51c41

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

CHANGELOG.md

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

3+
# Version 3.56.0 (2023-11-21)
4+
## Added
5+
* Support for importing raster video masks from image bytes as a source
6+
* Add new ExportTask class to handle streaming of exports
7+
## Fixed
8+
* Check for empty fields during webhook creation
9+
## Notebooks
10+
* Updates to use bytes array for masks (video, image), and add examples of multiple notations per frame (video)
11+
312
# Version 3.55.0 (2023-11-06)
413
## Fixed
514
* Fix the instantiation of `failed_data_row_ids` in Batch. This fix will address the issue with the `create_batch` method for more than 1,000 data rows.

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.55.0'
24+
release = '3.56.0'
2525

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

docs/source/index.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,3 +222,10 @@ QualityMode
222222
.. automodule:: labelbox.schema.quality_mode
223223
:members:
224224
:show-inheritance:
225+
226+
ExportTask
227+
---------------------------
228+
229+
.. automodule:: labelbox.schema.export_task
230+
:members:
231+
:show-inheritance:

labelbox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "labelbox"
22

3-
__version__ = "3.55.0"
3+
__version__ = "3.56.0"
44

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

0 commit comments

Comments
 (0)