DocumentationRecipesReferenceGraphQLChangelog
Log In

September 1st, 2023

Changelog (v2.138.5)

Changed

Fixed

  • [Labeling] In environments with slow network access, a distracting warning message periodically appeared in Kili UI. Also, autosaves were not properly completed. We’ve fixed these issues.
  • [Python SDK] An old GraphQL field was being used when kili.copy_project(...) was called, which caused the method to malfunction. We’ve fixed this issue.
  • [Python SDK] We’ve fixed a bug in the COCO import tutorial , related to the pose estimation label conversion step.
  • [Python SDK] In a parsed label, you can now access the category name with .name to get its full name, and .display_name to get the name as displayed in the Kili app. More information about this in the documentation.