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 1
1
# 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
+
2
14
# Version 3.58.1 (2023-12-15)
3
15
## Added
4
16
* 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 21
21
copyright = '2021, Labelbox'
22
22
author = 'Labelbox'
23
23
24
- release = '3.58.1 '
24
+ release = '3.59.0 '
25
25
26
26
# -- General configuration ---------------------------------------------------
27
27
Original file line number Diff line number Diff line change @@ -179,6 +179,7 @@ DataRowMetadata
179
179
180
180
.. automodule :: labelbox.schema.data_row_metadata
181
181
:members:
182
+ :exclude-members: _DeleteBatchDataRowMetadata
182
183
:show-inheritance:
183
184
184
185
AnnotationImport
@@ -236,6 +237,12 @@ Identifiables
236
237
:members:
237
238
:show-inheritance:
238
239
240
+ Identifiable
241
+ ---------------------------
242
+ .. automodule :: labelbox.schema.identifiable
243
+ :members:
244
+ :show-inheritance:
245
+
239
246
ConflictResolutionStrategy
240
247
---------------------------
241
248
.. automodule :: labelbox.schema.conflict_resolution_strategy
Original file line number Diff line number Diff line change 1
1
name = "labelbox"
2
2
3
- __version__ = "3.58.1 "
3
+ __version__ = "3.59.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