Releases: Labelbox/labelbox-python
Releases · Labelbox/labelbox-python
Release v.5.2.0
Release v.5.1.0
Release v.5.0.0
Version 5.0.0 (2024-09-16)
Updated
- Set tasks_remaining_count to None LabelingServiceDashboard if labeling has not started (#1817)
- Improve error messaging when creating LLM project with invalid dataset id parameter(#1799)
Removed
- BREAKING CHANGE SDK methods for exports v1(#1800)
- BREAKING CHANGE Unused labelbox_v1 serialization package(#1803)
Fixed
- Cuid dependencies that cause a crash if numpy is not installed (#1807)
Release v.4.0.0
Release v.3.78.1
Version 3.78.1 (2024-09-10)
Fixed
- Labeling dashboard query for tags
Release v.3.78.0
Version 3.78.0 (2024-09-03)
Added
- Project get_labeling_service_dashboard() aka project detail (Miltiple PRs)
- Client get_labeling_service_dashboards() aka project list (Miltiple PRs)
- Client get_task_by_id()(#1767)
- Support for MMC tasks annotations(#1787)
Fixed
- Build a test-pypi sdk instance even if tests fail(#1774)
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