Releases: kili-technology/kili-python-sdk
Releases · kili-technology/kili-python-sdk
Release 2.143.0
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 (
PREDICTION
andINFERENCE
) when adding new labels by @theodu in #1376
Change
- fix bug in asset mutations when no
data
field is returned by @Jonas1312 in #1399 - remove deprecated
issueNumber
from default fields by @gheorghetutunaru in #1380 - Kili client asks for an api key if it cannot find one by @Jonas1312 in #1382
kili.append_many_to_dataset()
now returns the asset ids in by @theodu in #1356
Fix
- disable urllib3 warnings related to connection pool by @Jonas1312 in #1377
- remove field
invitationStatus
on typeProjectUser
by @Jonas1312 in #1395
Full Changelog: 2.142.1...2.143.0
Release 2.142.1
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
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
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
What's Changed
- fix: slow Kili client initialization by @PierreLeveau in #1355
Full Changelog: 2.140.2...2.140.3
Release 2.129.11
What's Changed
- feat: add verify ssl to the command line arguments
Release 2.140.2
What's Changed
- feat: certificate verification is centralized by @PierreLeveau in #1338
- fix: extra arg in call by @PierreLeveau in #1348
- chore: bump version to 2.140.2 by @github-actions in #1349
Full Changelog: 2.140.1...2.140.2
Release 2.129.10
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
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
What's Changed
- build: add pip-system-certs to read sys certificates