File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- # Version 0.0.0 (YYYY-MM-DD) - In Progress
4-
3+ # Version 3.27.0 (2022-09-12)
54### Added
65* Global Keys for data rows
76 * Assign global keys to a data row with ` client.assign_global_keys_to_data_rows `
87 * Get data rows using global keys with ` client.get_data_row_ids_for_global_keys ` and ` client.get_data_rows_for_global_keys `
8+ * Project Creation
9+ * Introduces ` Project.queue_mode ` as an optional parameter when creating projects
10+ ### Changed
11+ * Increase scalar metric value limit to 100m
12+ * Added deprecation warnings when updating project ` queue_mode `
13+
914# Version 3.26.2 (2022-09-06)
1015### Added
1116* Support for document (pdf) de/serialization from exports
Original file line number Diff line number Diff line change 11name = "labelbox"
2- __version__ = "3.26.2 "
2+ __version__ = "3.27.0 "
33
44from labelbox .client import Client
55from labelbox .schema .project import Project
You can’t perform that action at this time.
0 commit comments