File tree Expand file tree Collapse file tree 4 files changed +21
-2
lines changed Expand file tree Collapse file tree 4 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+ # Version 3.59.0 (2024-01-05)
3+ ## Added
4+ * Support set_labeling_parameter_overrides for global keys
5+ * Support bulk_delete of data row metadata for global keys
6+ * Support bulk_export of data row metadata for global keys
7+ ## Fixed
8+ * Stop overwriting class annotations on prediction upload
9+ * Prevent users from uploading video annotations over the API limit (5000)
10+ * Make description optional for foundry app
11+ ## Notebooks
12+ * Update notebooks for Project set_labeling_parameter_overrides add support for global keys
13+
214# Version 3.58.1 (2023-12-15)
315## Added
416* Support to export all projects and all model runs to ` export_v2 ` for a ` dataset ` and a ` slice `
Original file line number Diff line number Diff line change 2121copyright = '2021, Labelbox'
2222author = 'Labelbox'
2323
24- release = '3.58.1 '
24+ release = '3.59.0 '
2525
2626# -- General configuration ---------------------------------------------------
2727
Original file line number Diff line number Diff line change @@ -179,6 +179,7 @@ DataRowMetadata
179179
180180.. automodule :: labelbox.schema.data_row_metadata
181181 :members:
182+ :exclude-members: _DeleteBatchDataRowMetadata
182183 :show-inheritance:
183184
184185AnnotationImport
@@ -236,6 +237,12 @@ Identifiables
236237 :members:
237238 :show-inheritance:
238239
240+ Identifiable
241+ ---------------------------
242+ .. automodule :: labelbox.schema.identifiable
243+ :members:
244+ :show-inheritance:
245+
239246ConflictResolutionStrategy
240247---------------------------
241248.. automodule :: labelbox.schema.conflict_resolution_strategy
Original file line number Diff line number Diff line change 11name = "labelbox"
22
3- __version__ = "3.58.1 "
3+ __version__ = "3.59.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