Skip to content

Commit 9682825

Browse files
Merge pull request #780 from Labelbox/kkim/update-changelog
Update 3.30.2 to 3.31.0 with additions to changelogs
2 parents 352d161 + 7380188 commit 9682825

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
# Changelog
22

3-
# Version 3.30.2 (2022-11-28)
3+
# Version 3.31.0 (2022-11-28)
44
### Added
55
* Added `client.clear_global_keys()` to remove global keys from their associated data rows
6+
* Added a new attribute `confidence` to `AnnotationObject` and `ClassificationAnswer` for Model Error Analysis
67

78
### Fixed
89
* Fixed `project.create_batch()` to work with both data_row_ids and data_row objects
910

1011
# Version 3.30.1 (2022-11-16)
12+
### Added
13+
* Added step to `project.create_batch()` to wait for data rows to finish processing
1114
### Fixed
1215
* Running `project.setup_editor()` multiple times no longer resets the ontology, and instead raises an error if the editor is already set up for the project
1316

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
copyright = '2021, Labelbox'
2222
author = 'Labelbox'
2323

24-
release = '3.30.2'
24+
release = '3.31.0'
2525

2626
# -- General configuration ---------------------------------------------------
2727

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.30.2"
2+
__version__ = "3.31.0"
33

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

0 commit comments

Comments
 (0)