File tree 3 files changed +29
-2
lines changed
3 files changed +29
-2
lines changed Original file line number Diff line number Diff line change 16
16
project = 'Python SDK reference'
17
17
copyright = '2024, Labelbox'
18
18
author = 'Labelbox'
19
- release = '3.69.1 '
19
+ release = '3.70.0 '
20
20
21
21
# -- General configuration ---------------------------------------------------
22
22
Original file line number Diff line number Diff line change 1
1
# 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
+
2
29
# Version 3.69.1 (2024-05-01)
3
30
## Fixed
4
31
* 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 1
1
name = "labelbox"
2
2
3
- __version__ = "3.69.1 "
3
+ __version__ = "3.70.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