Skip to content

Releases: Labelbox/labelbox-python

V2.4.11

09 Mar 18:25
dab5d9e
Compare
Choose a tag to compare

Version 2.4.11 (2021-03-09)

Fix

  • Properly catch 502 errors

Added

  • Increase wait time before timeout

v2.4.10

16 Feb 13:30
9a58f9d
Compare
Choose a tag to compare

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

09 Nov 18:36
Compare
Choose a tag to compare

Version 2.4.9 (2020-11-09)

Fix

  • 2.4.8 was broken for > Python 3.6

Added

v2.4.8

06 Nov 19:14
Compare
Choose a tag to compare

Version 2.4.8 (2020-09-10)

Fix

  • fix failing next call #74

v2.4.6

04 Sep 04:13
Compare
Choose a tag to compare

Version 2.4.6 (2020-09-03)

Fix

  • fix failing create_metadata calls

v2.4.5

01 Sep 15:40
Compare
Choose a tag to compare

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.4

13 Aug 01:55
Compare
Choose a tag to compare

bug fixes for 2.4.3

v2.4.3

13 Aug 01:50
Compare
Choose a tag to compare

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

01 Aug 22:21
ad6d439
Compare
Choose a tag to compare

Version 2.4.2 (2020-08-01)

Fixed

  • Client.upload_data will now pass the correct content-length when uploading data.

v2.4.1

23 Jul 01:38
a297d22
Compare
Choose a tag to compare

Fixed

  • Dataset.create_data_row and Dataset.create_data_rows will now upload with content type to ensure the Labelbox editor can show videos.