File tree Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ # Version 3.62.0 (2024-02-12)
4+ ## Added
5+ * Support custom metrics for predictions (all applicable annotation classes)
6+ * ` FoundryClient.run_app ` Add data_row identifier validation for running foundry app
7+ * ` Client.get_error_status_code ` Default to 500 error if a server error is unparseable instead of throwing an exception
8+
9+ ## Updated
10+ * ` DataRowMetadata, DataRowMetadataBatchResponse, _UpsertBatchDataRowMetadata ` Make data_row_id and global_key optional in all schema types
11+
12+ ## Fixed
13+ * ` ExportTask.__str__ ` Fix returned type in ExportTask instance representation
14+
15+ ## Removed
16+ * ` Project.upsert_review_queue `
17+
18+ ## Notebooks
19+ * Update notebooks to new export methods
20+ * Add model slice notebook
21+ * Added support for annotation import with img bytes
22+ * Update user prompts for huggingface colab
23+
324# Version 3.61.2 (2024-01-29)
425## Added
526* ` ModelSlice.get_data_row_identifiers ` for Foundry data rows
Original file line number Diff line number Diff line change 2121copyright = '2021, Labelbox'
2222author = 'Labelbox'
2323
24- release = '3.61.2 '
24+ release = '3.62.0 '
2525
2626# -- General configuration ---------------------------------------------------
2727
Original file line number Diff line number Diff line change 11name = "labelbox"
22
3- __version__ = "3.61.2 "
3+ __version__ = "3.62.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