* docs: fix COCO import tutorial pose estimation json response * fix: add log context to `_is_api_key_valid` graphql query by Jonas1312 in https://github.com/kili-technology/kili-python-sdk/pull/1405 * fix: use status instead of invitationStatus in project copier
You can find the detailed changelog [here](https://docs.kili-technology.com/changelog).
New
* add Pascal VOC import tutorial by manuelcgallucci in https://github.com/kili-technology/kili-python-sdk/pull/1390 * add `on_project_updated()` handler method for plugins by florianlega in https://github.com/kili-technology/kili-python-sdk/pull/1365 * implement import from csv for text projects using `kili.append_many_to_dataset()` by Jonas1312 in https://github.com/kili-technology/kili-python-sdk/pull/1342 * add overwriting of previous model labels (`PREDICTION`and `INFERENCE`) when adding new labels by theodu in https://github.com/kili-technology/kili-python-sdk/pull/1376
Change
* fix bug in asset mutations when no `data` field is returned by Jonas1312 in https://github.com/kili-technology/kili-python-sdk/pull/1399 * remove deprecated `issueNumber` from default fields by gheorghetutunaru in https://github.com/kili-technology/kili-python-sdk/pull/1380 * Kili client asks for an api key if it cannot find one by Jonas1312 in https://github.com/kili-technology/kili-python-sdk/pull/1382 * `kili.append_many_to_dataset()` now returns the asset ids in by theodu in https://github.com/kili-technology/kili-python-sdk/pull/1356
Fix
* disable urllib3 warnings related to connection pool by Jonas1312 in https://github.com/kili-technology/kili-python-sdk/pull/1377 * remove field `invitationStatus` on type `ProjectUser` by Jonas1312 in https://github.com/kili-technology/kili-python-sdk/pull/1395
* feat: add `yolo_v8` export format for segmentation, bouding box and polygon jobs by Jonas1312 in https://github.com/kili-technology/kili-python-sdk/pull/1371
* feat: implement GeoJson exporter for `kili.export_labels(fmt="geojson")` by Jonas1312 in https://github.com/kili-technology/kili-python-sdk/pull/1345 * feat: export asset resolution for Kili format in `kili.export_labels()` by Jonas1312 in https://github.com/kili-technology/kili-python-sdk/pull/1334 * feat: add ability to change asset resolution using `kili.update_properties_in_assets(resolution_array=[...])` by Jonas1312 in https://github.com/kili-technology/kili-python-sdk/pull/1366 * feat: add ability to delete labels using `kili.delete_labels()` by Jonas1312 in https://github.com/kili-technology/kili-python-sdk/pull/1353
Fix
* fix: use gql client retries instead of using tenacity retries for 401 errors by Jonas1312 in https://github.com/kili-technology/kili-python-sdk/pull/1346 * fix: implement rate limiting at graphql client level by Jonas1312 in https://github.com/kili-technology/kili-python-sdk/pull/1360 * fix: fix bugs related to unnormalized kili format export by Jonas1312 in https://github.com/kili-technology/kili-python-sdk/pull/1370