DocumentationRecipesReferenceGraphQLChangelog
Log In

January 5th, 2023

Changelog (v2.127.0)

New

  • [Beta][Project feedback mechanism] The Issues and questions panel in Kili UI has been revamped to make the feedback mechanism clearer and easier to use.
  • [Collaboration] Assets that have been sent back to labeling can now be reassigned to different labelers directly from the UI.
  • [Org management] When you go to Manage Organization > Members and click on a specific organization member, you have access to the list of projects that this person has been assigned to. From there, you can now now change their role in the different projects and navigate straight into any of these projects.
  • [Python SDK] Export to the Pascal VOC format is now available in the Kili CLI and through the kili.export_labels() method.
  • [Python SDK] The export_labels() method now has a with_assets parameter that controls whether assets will be included in the output file.
  • [Python SDK] We’ve created a new method to change asset external IDs: kili.change_asset_external_ids().
  • [Python SDK][CLI] It is now possible to copy an existing project by using the CLI: kili project copy <project_id> or with the new kili.copy_project() SDK method.

Changed

  • [Authentication] Microsoft Windows Live SSO for authentication has been removed.
  • [CLI] Importing labels through Kili CLI is now 10 times faster.
  • [CLI] Importing labels from a .CSV file is not supported anymore.
  • [Python SDK] Theexport_labels(), append_labels(), create_predictions(), add_to_review(), delete_many_from_dataset(), update_properties_in_assets() and send_back_to_queue() methods now also accept asset external IDs as parameters. This means that you can use asset names instead of internal Kili IDs, which should simplify and speed up the whole process.
  • [Python SDK] The add_to_review(), send_back_to_queue() , and update_properties_in_project() methods now return more detailed information about the changes that have been made.

Fixed

  • [Org management] In Manage Organization > Members, some project names were not being shown. We’ve fixed this bug.
  • [Labeling] In NER projects, annotation tags shown in the asset viewer were sometimes misplaced. We’ve fixed this bug.