DocumentationRecipesReferenceGraphQLChangelog
Log In

November 9th, 2022

Changelog (v2.124.0)

New

  • [Integrations] The list of data integrations is now paginated and can be filtered by name. This will help you find your existing integrations faster.

Changed

  • [Python SDK/CLI] It is now possible to export Kili labels to the COCO annotation format for semantic segmentation and object detection with bounding boxes.
  • [Python SDK] It is now possible to upload several labels at the same time with the new append_labels method. This method is much faster than uploading labels one by one with the append_to_labels method (for 100 labels, this means a tenfold speed increase).
  • [Signup] If you’re not part of an existing organization in Kili, after you sign up, you have to set your organization details.
  • [Integrations] When you open the details of a data connection, you can click on the name of its parent integration to check the details of the parent integration.
  • [Integrations] When you check for available changes from a data connection, the screen is refreshed automatically. This way you can always see if new updates are available.

Fixed

  • [Labeling] It was not possible to add page-level classification on documents. We’ve fixed this issue.
  • [Labeling] In PDF projects with varied page lengths, annotation tags were being misplaced. We’ve fixed this bug.
  • [Labeling] In Video projects with complex annotations added to videos longer than 2,000 frames, sometimes the interface would lag and eventually the Chrome browser would crash. We’ve fixed this bug.
  • [Analytics] In the Analytics page, we’ve fixed a bug that affected how nested jobs were displayed on the class balance diagram.