What's Changed
- Export to the Pascal VOC format is now available in the Kili CLI and through the `kili.export_labels()` method.
- The `export_labels()` method now has a `with_assets` parameter that controls whether assets will be included in the output file.
- We’ve created a new method to change asset external IDs: `kili.change_asset_external_ids()`.
- 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.
- Importing labels through Kili CLI is now 10 times faster.
- Importing labels from a .CSV file is not supported anymore in the CLI.
- The `export_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.
- 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.
**Full Changelog**: https://github.com/kili-technology/kili-python-sdk/compare/2.126.2...2.127.0