Releases: Labelbox/labelbox-python
Releases · Labelbox/labelbox-python
Release v.3.77.1
Release v.3.77.0
Release v.3.76.0
Version 3.76.0 (2024-07-29)
Added
- Added Project get_labeling_service(), request_labeling_service() and get_labeling_service_status()
- Added project and ontology creation for prompt response projects: Client create_prompt_response_generation_project(), create_response_creation_project() in #1726
- Added is_benchmark_enabled, is_consensus_enabled to Project in #1745
Updated
- Made Project quality modes a list to allow combining more than 1 quality mode per project in #1683
Notebooks
- Added back in export migration guide in #1736
- Added correct data param to video notebookin #1732
NOTE: the notebooks will be removed and moved to this repo https://github.com/Labelbox/labelbox-notebooks soon
Other
- Use connection pool for all http and graphql requests in #1733
Release v.3.75.1
Release v.3.75.0
Added
- Added Project set_project_model_setup_complete() method by @vbrodsky in #1685
- Added user group management by @adrian-chang in #1604
- Refactor Dataset create_data_rows_sync to use upsert by @vbrodsky in #1694
- Added upload_type to Project by @vbrodsky in #1707
- Added prompt classification for python object support by @Gabefire in #1700
- Alias
wait_xxx
functions by @sfendell-labelbox in #1675
Fixed
- Predictions missing during Catalog slice Export by @adrian-chang in #1695
- Prevented adding batches to live chat evaluation projects by @vbrodsky in #1703
- Added missing media types by @adrian-chang in #1705
- Deprecate Project setup_editor and add Project connect_ontology by @vbrodsky in #1713
- Bumped dateutil max version by @colonelpanic8 in #1716
- Bumped version rye by @adrian-chang in #1719
- Updated create ontology for project setup by @vbrodsky in #1722
New Contributors
- @colonelpanic8 made their first contribution in #1716
Full Changelog: v.3.74.0...v.3.75.0
Release v.3.74.0
Release 3.73.0
Release v.3.72.2
Version 3.72.2 (2024-06-10)
Added
- SLSA provenance generation