File tree 3 files changed +25
-2
lines changed
3 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
+ # Version 3.67.0 (2024-04-05)
3
+ ## Added
4
+ * Added SECURITY.md file
5
+ * Made export_v2 methods use streamable backend
6
+ * Added support for custom embeddings to dataset _ create data row(s)_ methods
7
+ * Added ability to upsert data rows via dataset.upsert_data_rows() method
8
+ * Added AssetAttachment with an ability to update() and delete()
9
+
10
+ ## Updated
11
+ * Added check for 5000 labels per annotation per data row
12
+
13
+ ## Fixed
14
+ * Errors and Failed data rows are included in the task.result for dataset.create_data_rows()
15
+ * Fixed 500 error handling and reporting
16
+
17
+ # Notebooks
18
+ * Updated import notebook for image data
19
+ * Added attachment PDF example, removed requirements around text_layer_url
20
+ * Included the get_catalog() method to the export notebook
21
+ * Added workflow status filter to export_data notebook for projects
22
+ * Send predictions to a project demo
23
+ * Removed model diagnostic notebooks
24
+
2
25
# Version 3.66.0 (2024-03-20)
3
26
## Notes
4
27
Original file line number Diff line number Diff line change 19
19
project = 'Python SDK reference'
20
20
copyright = '2024, Labelbox'
21
21
author = 'Labelbox'
22
- release = '3.66 .0'
22
+ release = '3.67 .0'
23
23
24
24
# -- General configuration ---------------------------------------------------
25
25
Original file line number Diff line number Diff line change 1
1
name = "labelbox"
2
2
3
- __version__ = "3.66 .0"
3
+ __version__ = "3.67 .0"
4
4
5
5
from labelbox .client import Client
6
6
from labelbox .schema .project import Project
You can’t perform that action at this time.
0 commit comments