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.
2 parents 9322758 + f971020 commit 001fe48Copy full SHA for 001fe48
CHANGELOG.md
@@ -1,4 +1,16 @@
1
# Changelog
2
+
3
+# Version 3.17.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
+* Removed batch MVP code
13
14
# Version 3.16.0 (2022-03-08)
15
## Added
16
* 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