File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
- # Version X.XX.X (2022-03-XX)
2
+ # 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
+ ## Fix
10
+ * Logger level is no longer set to INFO
11
+
3
12
## Updated
4
13
* Deprecation: Creating Dropdowns will no longer be supported after 2022-03-31
5
14
- This includes creating/adding Dropdowns to an ontology
Original file line number Diff line number Diff line change 1
1
name = "labelbox"
2
- __version__ = "3.15 .0"
2
+ __version__ = "3.16 .0"
3
3
4
4
from labelbox .schema .project import Project
5
5
from labelbox .client import Client
You can’t perform that action at this time.
0 commit comments