Skip to content

Commit e44f03b

Browse files
committed
changelog for 3.16.0
1 parent bff8a07 commit e44f03b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# 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+
39
## Updated
410
* Deprecation: Creating Dropdowns will no longer be supported after 2022-03-31
511
- This includes creating/adding Dropdowns to an ontology

labelbox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "labelbox"
2-
__version__ = "3.15.0"
2+
__version__ = "3.16.0"
33

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

0 commit comments

Comments
 (0)