Releases: Labelbox/labelbox-python
Releases · Labelbox/labelbox-python
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
v2.4.8
Version 2.4.8 (2020-09-10)
Fix
- fix failing
next
call #74
v2.4.6
Version 2.4.6 (2020-09-03)
Fix
- fix failing
create_metadata
calls
v2.4.5
Version 2.4.5 (2020-09-01)
Added
- retry capabilities for common flaky API failures
- protection against improper types passed into
Project.upload_anntations
- pass thru API error messages when possible
v2.4.3
Version 2.4.3 (2020-08-04)
Added
BulkImportRequest
data type
Project.upload_annotation
supports uploading via a local ndjson file, url, or a iterable of annotations
v2.4.2
Version 2.4.2 (2020-08-01)
Fixed
Client.upload_data
will now pass the correct content-length
when uploading data.
v2.4.1
Fixed
Dataset.create_data_row
and Dataset.create_data_rows
will now upload with content type to ensure the Labelbox editor can show videos.