We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0c15027 + 7c1ca49 commit 34bdb2cCopy full SHA for 34bdb2c
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+# Version 3.18.0 (2022-04-07)
4
+## Added
5
+* Added beta support for exporting labels from model_runs
6
+* LBV1Converter now supports data_split key
7
+* Classification objects now include `scope` key
8
+
9
+## Fix
10
+* Updated notebooks
11
12
# Version 3.17.2 (2022-03-28)
13
## Fix
14
* Project.upsert_instructions now works properly for new projects.
labelbox/__init__.py
@@ -1,5 +1,5 @@
name = "labelbox"
-__version__ = "3.17.2"
+__version__ = "3.18.0"
from labelbox.client import Client
from labelbox.schema.project import Project
0 commit comments