Releases: Labelbox/labelbox-python
Releases · Labelbox/labelbox-python
V2.5.2
Version 2.5.2 (2021-03-29)
Fix
- Ontology builder defaults to None for missing fields instead of empty lists
- MAL validation added extra fields to subclasses
Added
- Example notebooks
V2.5.1
Version 2.5.1 (2021-03-15)
Fix
Dataset.data_row_for_external_idno longer throwsResourceNotFoundErrorwhen there are duplicates- Improved doc strings
Added
OntologyBuilderfor making project setup easier- Now supports
IMAGE_OVERLAYmetadata - Webhooks for review topics added
- Upload project instructions with
Project.upsert_instructions - User input validation
- MAL validity is now checked client side for faster feedback
- type and value checks added in a few places
V2.4.11
Version 2.4.11 (2021-03-09)
Fix
- Properly catch 502 errors
Added
- Increase wait time before timeout
v2.4.10
Version 2.4.10 (2021-02-15)
Fix
- Updated tests that were failing against the production environment
Added
- Updated doc strings
- Add user agent header to requests
2.4.9
Version 2.4.9 (2020-11-09)
Fix
- 2.4.8 was broken for > Python 3.6
Added
- include new
Project.enable_model_assisted_labelingmethod for turning on model-assisted labeling