Skip to content

Commit 57790a2

Browse files
SDK release 3.58.0 prep (#1324)
1 parent 7657524 commit 57790a2

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
# Changelog
22

3-
# Version TBD (Date TBD)
3+
# Version 3.58.0 (2023-12-11)
4+
## Added
5+
* `ontology_id` to the model app instantiation
6+
* LLM data generation label types
7+
* `run_foundry_app` to support running model foundry apps
8+
* Two methods for sending data rows to any workflow task in a project, that can also include predictions from a model run, or annotations from a different project
9+
## Fixed
10+
* Documentation index for identifiables
411
## Removed
512
* Project.datasets and Datasets.projects methods as they have been deprecated
13+
## Notebooks
14+
* Added note books for Human labeling(GT/MAL/MEA) + data generation (GT/MAL)
15+
* Remove relationship annotations from text and conversational imports
616

717
# Version 3.57.0 (2023-11-30)
818
## 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.57.0'
24+
release = '3.58.0'
2525

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

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.57.0"
3+
__version__ = "3.58.0"
44

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

0 commit comments

Comments
 (0)