Added * Cleanup and add additional example notebooks * Improved README for SDK and examples * Easier to retrieve per annotation `BulkImportRequest` status, errors, and inputs * See `BulkImportRequest.errors`, `BulkImportRequest.statuses`, `BulkImportRequest.inputs` for more information
2.5.2
Fix * Ontology builder defaults to None for missing fields instead of empty lists * MAL validation added extra fields to subclasses Added * Example notebooks
2.5.1
Fix * `Dataset.data_row_for_external_id` no longer throws `ResourceNotFoundError` when there are duplicates * Improved doc strings
Added * `OntologyBuilder` for making project setup easier * Now supports `IMAGE_OVERLAY` metadata * 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
2.4.11
Fix * Properly catch 502 errors Added * Increase wait time before timeout
2.4.10
Fix * Updated tests that were failing against the production environment Added * Updated doc strings * Add user agent header to requests
2.4.9
Fix * 2.4.8 was broken for > Python 3.6 Added * include new `Project.enable_model_assisted_labeling` method for turning on [model-assisted labeling](https://labelbox.com/docs/automation/model-assisted-labeling)