DocumentationRecipesReferenceGraphQLChangelog
Log In

June 22nd, 2022

Changelog (v2.114.0)

New

  • [Labeling] You can now define custom shortcuts for your label categories in the json_interface field of a project. For more information, refer to our documentation.
  • [Labeling] In PDF projects, transcription and classification tasks can now be defined once and set to repeat on every page of your document. In PDFs where different pages may represent different document types, this will help project admins save time when creating project structure and limit the room for possible errors.
    For more information, refer to our documentation.
600

Changed

  • [Labeling] We’ve removed the Superpixel smart tool from the image labeling interface.
  • [Label export] We’ve changed the way exported .zip archives are named:
    • The ID of the project has been replaced by project name
    • Timestamp has been replaced by date and time
      This way, we’re making exported files more readable.
  • [Label export] When you export project data, the notification that appears in the top-right corner of the screen now additionally displays the date for each export. In situations when project data is exported more than once over a short period, this will help you select the correct file.
390
  • [Project creation] In project creation wizard, if you use JSON to edit your project interface and the JSON structure is not valid, Kili app will prevent you from clicking Continue.
  • [Project settings] If you change the name of a NER category involved in a NER relation job, the change is automatically propagated to the NER relation job that uses this category.
600
  • [Project settings] If your project comprises many jobs, they are automatically collapsed when you start editing the project interface, to improve loading time. You can still expand them once page is loaded.
  • [Python SDK] We’ve removed the documentation for the Lock module (used internally by Kili) from the SDK reference page.

Fixed

  • [Python SDK] We’ve fixed a bug leading to unordered inserts of annotations when uploading predictions with the create_prediction method.