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 e6ceb7e + ddc37ae commit 0ab238dCopy full SHA for 0ab238d
CHANGELOG.md
@@ -1,4 +1,8 @@
1
# Changelog
2
+# Version 3.14.0 (2022-02-10)
3
+## Added
4
+* Updated metrics for classifications to be per-answer
5
+
6
# Version 3.13.0 (2022-02-07)
7
## Added
8
* Added `from_shapely` method to create annotation types from Shapely objects
labelbox/__init__.py
@@ -1,5 +1,5 @@
name = "labelbox"
-__version__ = "3.13.1"
+__version__ = "3.14.0"
from labelbox.schema.project import Project
from labelbox.client import Client
0 commit comments