You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libs/labelbox/CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,21 @@
1
1
# Changelog
2
+
# Version 3.76.0 (2024-07-29)
3
+
# Added
4
+
* Added Project get_labeling_service(), request_labeling_service() and get_labeling_service_status()
5
+
* Added project and ontology creation for prompt response projects: Client create_prompt_response_generation_project(), create_response_creation_project() in https://github.com/Labelbox/labelbox-python/pull/1726
6
+
* Added is_benchmark_enabled, is_consensus_enabled to Project in https://github.com/Labelbox/labelbox-python/pull/1745
7
+
8
+
## Updated
9
+
* Made Project quality modes a list to allow combining more than 1 quality mode per project in https://github.com/Labelbox/labelbox-python/pull/1683
10
+
11
+
## Notebooks
12
+
* Added back in export migration guide in https://github.com/Labelbox/labelbox-python/pull/1736
13
+
* Added correct data param to video notebookin https://github.com/Labelbox/labelbox-python/pull/1732
14
+
NOTE: the notebooks will be removed and moved to this repo https://github.com/Labelbox/labelbox-notebooks soon
15
+
16
+
## Other
17
+
* Use connection pool for all http and graphql requests in https://github.com/Labelbox/labelbox-python/pull/1733
0 commit comments