File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
+ # Version 3.60.0 (2024-01-17)
3
+ ## Added
4
+ * Get resource tags from a project
5
+ * Method to CatalogSlice to get data row identifiers (both uids and global keys)
6
+ * Added deprecation notice for the ` upsert_review_queue ` method in project
7
+ ## Notebooks
8
+ * Update notebook for Project move_data_rows_to_task_queue
9
+ * Added notebook for model foundry
10
+ * Added notebook for migrating from Exports V1 to V2
11
+
2
12
# Version 3.59.0 (2024-01-05)
3
13
## Added
4
14
* Support set_labeling_parameter_overrides for global keys
Original file line number Diff line number Diff line change 21
21
copyright = '2021, Labelbox'
22
22
author = 'Labelbox'
23
23
24
- release = '3.59 .0'
24
+ release = '3.60 .0'
25
25
26
26
# -- General configuration ---------------------------------------------------
27
27
Original file line number Diff line number Diff line change 1
1
name = "labelbox"
2
2
3
- __version__ = "3.59 .0"
3
+ __version__ = "3.60 .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