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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
1
# Changelog
2
2
3
+
# Version 3.30.1 (2022-11-16)
4
+
### Fixed
5
+
* 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
6
+
3
7
# Version 3.30.0 (2022-11-11)
4
8
### Changed
5
9
* create_data_rows, create_data_rows_sync, create_data_row, and update data rows all accept the new data row input format for row data
6
10
* create_data_row now accepts an attachment parameter to be consistent with create_data_rows
7
-
* Attachment text content and data row in-line text content are automatically uploaded to files on the backend
8
11
* Conversational text data rows will be uploaded to a json file automatically on the backend to reduce the amount of i/o required in the SDK.
9
-
* Additional details will be outlined in the docs and we will link to them here.
10
-
11
-
12
-
# Version 3.29.0 (2022-10-28)
13
12
13
+
# Version 3.29.0 (2022-11-02)
14
14
### Added
15
15
* Added new base `Slice` Entity/DbObject and `CatalogSlice` class
16
16
* Added `client.get_catalog_slice(id)` to fetch a CatalogSlice by ID
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