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 ba09ff1 + 77797a8 commit 982c410Copy full SHA for 982c410
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+# Version 3.36.0 (2023-01-23)
4
+### Fixed
5
+* `confidence` attribute is now supported for TextEntity and Line predictions
6
+
7
# Version 3.35.0 (2023-01-18)
8
### Fixed
9
* Retry 520 errors when uploading files
docs/source/conf.py
@@ -21,7 +21,7 @@
21
copyright = '2021, Labelbox'
22
author = 'Labelbox'
23
24
-release = '3.35.0'
+release = '3.36.0'
25
26
# -- General configuration ---------------------------------------------------
27
labelbox/__init__.py
@@ -1,5 +1,5 @@
name = "labelbox"
-__version__ = "3.35.0"
+__version__ = "3.36.0"
from labelbox.client import Client
from labelbox.schema.project import Project
0 commit comments