You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,16 @@
1
1
# Changelog
2
2
3
-
# Version 3.30.2 (2022-11-28)
3
+
# Version 3.31.0 (2022-11-28)
4
4
### Added
5
5
* 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
6
7
7
8
### Fixed
8
9
* Fixed `project.create_batch()` to work with both data_row_ids and data_row objects
9
10
10
11
# Version 3.30.1 (2022-11-16)
12
+
### Added
13
+
* Added step to `project.create_batch()` to wait for data rows to finish processing
11
14
### Fixed
12
15
* 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
0 commit comments