File tree Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 11# 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+
225# Version 3.66.0 (2024-03-20)
326## Notes
427
Original file line number Diff line number Diff line change 1919project = 'Python SDK reference'
2020copyright = '2024, Labelbox'
2121author = 'Labelbox'
22- release = '3.66 .0'
22+ release = '3.67 .0'
2323
2424# -- General configuration ---------------------------------------------------
2525
Original file line number Diff line number Diff line change 11name = "labelbox"
22
3- __version__ = "3.66 .0"
3+ __version__ = "3.67 .0"
44
55from labelbox .client import Client
66from labelbox .schema .project import Project
You can’t perform that action at this time.
0 commit comments