Skip to content

Release v.6.2.0

Compare
Choose a tag to compare
@vbrodsky vbrodsky released this 26 Nov 23:12
· 96 commits to develop since this release
3af4500

Version 6.2.0 (2024-11-26)

Added

  • Prompt Issue ontology support(#1917), (#1891)
  • Fact Checking ontology support(#1883)
  • Get mal import functions to replace old BulkImportRequest class(#1909)
  • Deprecation warning to wait_until_done methods(#1913)
  • Deprecation warning to get_data_row_ids(#1912)

Fixed

  • Optimization to relationship code (#1920)
  • Relationship label bug(#1918)
  • Import lb-client exceptions for labelbox(#1916)
  • get_roles return type: Dict[str, Role] (instead of List[Role])(#1904)
  • Adjusted deprecation message to new standard(#1908)
  • Support for Client enable_experimental(#1905)

Removed