Skip to content

v.3.29.0

Compare
Choose a tag to compare
@olegtrygub olegtrygub released this 02 Nov 15:57
3e0c617

Version 3.29.0 (2022-11-02)

Added

  • Added new base Slice Entity/DbObject and CatalogSlice class
  • Added client.get_catalog_slice(id) to fetch a CatalogSlice by ID
  • Added slice.get_data_row_ids() to fetch data row ids of the slice
  • Add deprecation warning for queue_mode == QueueMode.Dataset when creating a new project.
  • Add deprecation warning for LPOs.

Changed

  • Default behavior for metrics to not include subclasses in the calculation.

Fixed

  • Polygon extraction from masks creating invalid polygons. This would cause issues in the coco converter.