Skip to content

Commit 79bf767

Browse files
authored
Release 3.57.0 (#1302)
2 parents 9cf2cb0 + a6b1acc commit 79bf767

File tree

17 files changed

+1489
-375
lines changed

17 files changed

+1489
-375
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.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

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.56.0'
24+
release = '3.57.0'
2525

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

docs/source/index.rst

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,30 @@ QualityMode
225225

226226
ExportTask
227227
---------------------------
228-
229228
.. automodule:: labelbox.schema.export_task
230229
:members:
231230
:show-inheritance:
231+
232+
IdType
233+
---------------------------
234+
.. automodule:: labelbox.schema.identifiables
235+
:members:
236+
:show-inheritance:
237+
238+
UniqueIds
239+
---------------------------
240+
.. automodule:: labelbox.schema.identifiables
241+
:members:
242+
:show-inheritance:
243+
244+
GlobalKeys
245+
---------------------------
246+
.. automodule:: labelbox.schema.identifiables
247+
:members:
248+
:show-inheritance:
249+
250+
DataRowIdentifiers
251+
---------------------------
252+
.. automodule:: labelbox.schema.identifiables
253+
:members:
254+
:show-inheritance:

0 commit comments

Comments
 (0)