Skip to content

Releases: kili-technology/kili-python-sdk

Release 2.143.0

23 Aug 16:58
499afad
Compare
Choose a tag to compare

What's Changed

You can find the detailed changelog here.

New

  • add Pascal VOC import tutorial by @manuelcgallucci in #1390
  • add on_project_updated() handler method for plugins by @florianlega in #1365
  • implement import from csv for text projects using kili.append_many_to_dataset() by @Jonas1312 in #1342
  • add overwriting of previous model labels (PREDICTIONand INFERENCE) when adding new labels by @theodu in #1376

Change

Fix

Full Changelog: 2.142.1...2.143.0

Release 2.142.1

04 Aug 09:18
144798d
Compare
Choose a tag to compare

What's Changed

  • fix: disable urllib3 warnings related to connection pool being full (#1377)

Full Changelog: 2.142.0...2.142.1

Release 2.142.0

03 Aug 07:37
76ef326
Compare
Choose a tag to compare

What's Changed

  • feat: add yolo_v8 export format for segmentation, bouding box and polygon jobs by @Jonas1312 in #1371

Full Changelog: 2.141.0...2.142.0

Release 2.141.0

02 Aug 16:18
7f63184
Compare
Choose a tag to compare

What's Changed

New Features

  • feat: implement GeoJson exporter for kili.export_labels(fmt="geojson") by @Jonas1312 in #1345
  • feat: export asset resolution for Kili format in kili.export_labels() by @Jonas1312 in #1334
  • feat: add ability to change asset resolution using kili.update_properties_in_assets(resolution_array=[...]) by @Jonas1312 in #1366
  • feat: add ability to delete labels using kili.delete_labels() by @Jonas1312 in #1353

Fix

  • fix: use gql client retries instead of using tenacity retries for 401 errors by @Jonas1312 in #1346
  • fix: implement rate limiting at graphql client level by @Jonas1312 in #1360
  • fix: fix bugs related to unnormalized kili format export by @Jonas1312 in #1370

Full Changelog: 2.140.3...2.141.0

Release 2.140.3

28 Jul 16:50
2be91c6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.140.2...2.140.3

Release 2.129.11

28 Jul 11:29
Compare
Choose a tag to compare

What's Changed

  • feat: add verify ssl to the command line arguments

Release 2.140.2

27 Jul 10:00
9c7ff35
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.140.1...2.140.2

Release 2.129.10

27 Jul 07:23
bd49be4
Compare
Choose a tag to compare

What's Changed

  • fix: verify is passed to all the requests by @PierreLeveau in #1343
  • chore: bump version to 2.129.10 by @github-actions in #1347

Full Changelog: 2.129.9...2.129.10

Release 2.140.1

25 Jul 15:38
5f41a41
Compare
Choose a tag to compare

What's Changed

  • build: add pip-system-certs to read sys certificates by @PierreLeveau in #1337
  • chore: bump version to 2.140.1 by @github-actions in #1339

Full Changelog: 2.140.0...2.140.1

Release 2.129.9

24 Jul 10:22
240cced
Compare
Choose a tag to compare

What's Changed

  • build: add pip-system-certs to read sys certificates