File tree Expand file tree Collapse file tree 3 files changed +29
-2
lines changed Expand file tree Collapse file tree 3 files changed +29
-2
lines changed Original file line number Diff line number Diff line change 1616project = 'Python SDK reference'
1717copyright = '2024, Labelbox'
1818author = 'Labelbox'
19- release = '3.69.1 '
19+ release = '3.70.0 '
2020
2121# -- General configuration ---------------------------------------------------
2222
Original file line number Diff line number Diff line change 11# Changelog
2+ # Version 3.70.0 (2024-05-20)
3+ ## Added
4+ * Added chat model evaluation support
5+ * client.create_model_config()
6+ * ModelConfig project_model_configs()
7+ * ModelConfig add_model_config()
8+ * ModelConfig delete_project_model_config()
9+ * ProjectModelConfig delete()
10+ * client.create_model_evaluation_project()
11+ * Update existing methods to support chat model evaluation project
12+ * client.create_ontology()
13+ * client.create_ontology_from_feature_schemas()
14+ * Coco deprecation message
15+
16+ ## Fixed
17+ * Fixed error reporting for client.create_project()
18+ * Do not retry http 422 errors
19+
20+ ## Notebooks
21+ * Send_to_annotate_from_catalog functionalities outside Foundry
22+
23+ ## Fixed in Notebooks
24+ * Fixed meta notebook
25+ * Modified queue_management.ipynb to remove some parameters
26+ * Update_huggingface.ipynb
27+ * Corrected_HF.ipynb
28+
229# Version 3.69.1 (2024-05-01)
330## Fixed
431* Fixed a bug with certain types of content not being returned as a result of ` ExportTask.result ` or ` ExportTask.errors `
Original file line number Diff line number Diff line change 11name = "labelbox"
22
3- __version__ = "3.69.1 "
3+ __version__ = "3.70.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