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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,16 @@
1
1
# Changelog
2
2
3
+
# Version 3.31.0 (2022-11-28)
4
+
### Added
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
7
+
8
+
### Fixed
9
+
* Fixed `project.create_batch()` to work with both data_row_ids and data_row objects
10
+
3
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
4
14
### Fixed
5
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
Copy file name to clipboardExpand all lines: examples/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,7 @@ Learn more about annotation types in the [docs](https://docs.labelbox.com/docs/a
62
62
| Text Annotation Import |[Github](annotation_import/text.ipynb)|[](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/annotation_import/text.ipynb)|
63
63
| Tiled Imagery Annotation Import |[Github](annotation_import/tiled.ipynb)|[](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/annotation_import/tiled.ipynb)|
64
64
| Video Model-Assisted Labeling |[Github](annotation_import/video.ipynb)|[](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/annotation_import/video.ipynb)|
65
+
| PDF Annotation Import |[Github](annotation_import/pdf.ipynb)|[](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/annotation_import/pdf.ipynb)|
0 commit comments