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 e44f03b commit 31f27c3Copy full SHA for 31f27c3
CHANGELOG.md
@@ -1,11 +1,14 @@
1
# Changelog
2
# Version 3.16.0 (2022-03-08)
3
-# Added
+## 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
+
12
## Updated
13
* Deprecation: Creating Dropdowns will no longer be supported after 2022-03-31
14
- This includes creating/adding Dropdowns to an ontology
0 commit comments