Skip to content

Releases: Labelbox/labelbox-python

Release v.3.77.1

28 Aug 21:34
Compare
Choose a tag to compare

Version 3.77.1 (2024-08-28)

Fixed

  • Restore client.headers(#1781)

Release v.3.77.0

08 Aug 21:16
70f30b0
Compare
Choose a tag to compare

Version 3.77.0 (2024-08-09)

Added

  • LabelingService request()(#1761)
    • Validates all project requirements and requests a labeling service
  • Allow marking Label with is_benchmark_reference flag(#1718)

Updated

  • Project get_labeling_service() will now create labeling service if one is missing(#1762)

Removed

  • BREAKING CHANGE Project.labeling_frontend.disconnect() (#1763)
    • We only support one default labeling front end per project and a user can not disconnect it
  • BREAKING CHANGE Experimental method project.request_labeling_service() - duplicate, not needed(#1762).

Release v.3.76.0

29 Jul 22:12
ce38800
Compare
Choose a tag to compare

Version 3.76.0 (2024-07-29)

Added

  • Added Project get_labeling_service(), request_labeling_service() and get_labeling_service_status()
  • Added project and ontology creation for prompt response projects: Client create_prompt_response_generation_project(), create_response_creation_project() in #1726
  • Added is_benchmark_enabled, is_consensus_enabled to Project in #1745

Updated

  • Made Project quality modes a list to allow combining more than 1 quality mode per project in #1683

Notebooks

Other

  • Use connection pool for all http and graphql requests in #1733

Release v.3.75.1

16 Jul 16:09
eae0130
Compare
Choose a tag to compare

Version 3.75.1 (2024-07-16)

Removed

  • Project MEDIA_TYPE JSON #1728

Release v.3.75.0

11 Jul 01:47
4dcef3e
Compare
Choose a tag to compare

Added

Fixed

New Contributors

Full Changelog: v.3.74.0...v.3.75.0

Release v.3.74.0

24 Jun 19:18
19a992d
Compare
Choose a tag to compare

Version 3.74.0 (2024-06-24)

Added

  • Include predictions in export (#1689)
  • Upsert label feedback method Client upsert_label_feedback() (#1684)

Removed

  • Removed deprecated class LabelList (#1691)

Release 3.73.0

21 Jun 04:55
0e8ce03
Compare
Choose a tag to compare

Version 3.73.0 (2024-06-20)

Added

  • Conversational data row checks (#1678)
  • UI ontology mode support (#1676)
  • Empty data row validation (#1667)

Fixed

  • Numpy semver locked to < 2.0.0 (#1681)

Release v.3.72.2

10 Jun 21:12
834c1a0
Compare
Choose a tag to compare

Version 3.72.2 (2024-06-10)

Added

  • SLSA provenance generation

Release v.3.72.1

06 Jun 23:01
b59a474
Compare
Choose a tag to compare

Version 3.72.1 (2024-06-06)

Fixed

  • Fix client.get_project() for LLM projects PR #1658
  • Throw user readable errors when creating a custom embedding PR #1644

Release v.3.72.0

04 Jun 22:13
1777ed7
Compare
Choose a tag to compare

Version 3.72.0 (2024-06-04)

Added

  • Update Dataset create_data_rows to allow upload of unlimited number of data rows PR #1627, PR #1648
  • New Dataset methods for iam_integraton: add_iam_integration, remove_iam_integration PR #1622

Notebooks

  • Added model evaluation SDK method notebook PR #1645
  • Added quick start notebook geared towards new users PR #1640