Skip to content

Releases: Labelbox/labelbox-python

V2.5.6

20 May 15:21
8c0c935
Compare
Choose a tag to compare

Version 2.5.6 (2021-05-20)

Fix

  • MAL validation no longer raises exception when NER tool has same start and end location

V2.5.5

17 May 20:21
e129fab
Compare
Choose a tag to compare

Version 2.5.5 (2021-05-17)

Added

  • DataRow now has a media_attributes field
  • DataRows can now be looked up from LabelingParameterOverrides
  • Project.export_queued_data_rows to export all data rows in a queue for a project at once

V2.5.4

22 Apr 22:47
1d02e9c
Compare
Choose a tag to compare

Version 2.5.4 (2021-04-22)

Added

  • User Management
    • Invite users to an organization
    • Query for remaining invites and users available to an organization
    • Set and update organization roles
    • Set / update / revoke project role
    • Delete users from organization
    • Example notebook added under examples/basics
  • Issues and Comments Export
    • Bulk export issues and comments. See Project.export_issues
  • MAL on Tiled Imagery
    • Example notebook added under examples/model_assisted_labeling
    • Dataset.create_data_rows now allows users to upload tms imagery

V2.5.3

01 Apr 15:15
13bdba8
Compare
Choose a tag to compare

Version 2.5.3 (2021-04-01)

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

V2.5.2

29 Mar 10:46
4bf87e0
Compare
Choose a tag to compare

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

15 Mar 18:40
ba5a500
Compare
Choose a tag to compare

Version 2.5.1 (2021-03-15)

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

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