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 9322758 commit 5f0f469Copy full SHA for 5f0f469
CHANGELOG.md
@@ -1,4 +1,17 @@
1
# Changelog
2
+
3
+# Version 3.16.0 (2022-03-22)
4
+## Added
5
+* Create batches from the SDK (Beta). Learn more about [batches](https://docs.labelbox.com/docs/batches)
6
+* Support for precision and recall metrics on Entity annotations
7
8
+## Fix
9
+* `client.create_project` type hint added for its return type
10
11
+## Updated
12
13
+- Deprecation: Removed batch MVP code
14
15
# Version 3.16.0 (2022-03-08)
16
## Added
17
* Ability to fetch a model run with `client.get_model_run()`
labelbox/__init__.py
@@ -1,5 +1,5 @@
name = "labelbox"
-__version__ = "3.16.0"
+__version__ = "3.17.0"
from labelbox.client import Client
from labelbox.schema.project import Project
0 commit comments