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.
1 parent bff8a07 commit e44f03bCopy full SHA for e44f03b
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
-# Version X.XX.X (2022-03-XX)
+# Version 3.16.0 (2022-03-08)
3
+# Added
4
+* Ability to fetch a model run with `client.get_model_run()`
5
+* Ability to fetch labels from a model run with `model_run.export_labels)`
6
+ - Note: this is only Experimental. To use, client param `enable_experimental` should
7
+ be set to true
8
+
9
## Updated
10
* Deprecation: Creating Dropdowns will no longer be supported after 2022-03-31
11
- This includes creating/adding Dropdowns to an ontology
labelbox/__init__.py
@@ -1,5 +1,5 @@
name = "labelbox"
-__version__ = "3.15.0"
+__version__ = "3.16.0"
from labelbox.schema.project import Project
from labelbox.client import Client
0 commit comments