Skip to content

Commit 5e7bed4

Browse files
committed
3.70.0 release prep
3.70.0 release prep 3.70.0 release prep
1 parent 0874c15 commit 5e7bed4

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
project = 'Python SDK reference'
1717
copyright = '2024, Labelbox'
1818
author = 'Labelbox'
19-
release = '3.69.1'
19+
release = '3.70.0'
2020

2121
# -- General configuration ---------------------------------------------------
2222

libs/labelbox/CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,31 @@
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`

libs/labelbox/src/labelbox/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "labelbox"
22

3-
__version__ = "3.69.1"
3+
__version__ = "3.70.0"
44

55
from labelbox.client import Client
66
from labelbox.schema.project import Project

0 commit comments

Comments
 (0)