Releases: kili-technology/kili-python-sdk
Releases · kili-technology/kili-python-sdk
Release 2.150.0
What's Changed
- feat: 🎸 handle inline fragment for analytics queries by @florianlega in #1611
- feat(LOPS-1069): add methods to update integration by @FannyGaudin in #1609
- fix(LOPS-1098): fix case on create user email. force it to lower by @Tako in #1601
- fix(lab-2558): import jp2 and ntf images asynchronously by @josselinbuils in #1619
- feat: add methods to add and delete a data integration by @romainrousseaux in #1605
- feat(LOPS-1103): fix doc and change naming for consitency by @FannyGaudin in #1624
New Contributors
- @FannyGaudin made their first contribution in #1609
- @Tako made their first contribution in #1601
Full Changelog: 2.149.0...2.150.0
Release 2.149.0
What's Changed
Features
- feat: add project_id in append_labels by @theodu in #1596
- feat(lab-2558): allow to import jp2 and nitf images by @josselinbuils in #1610
Fixes
- fix: notebook tmp dir for windows by @Jonas1312 in #1577
- fix: implicit conversion from video label annotations to json response by @Jonas1312 in #1576
- fix: don't query annotations resolver on LTS by @Jonas1312 in #1582
- fix: allow negative confidence scores by @Jonas1312 in #1589
- fix: add retries in graphql client for TransportServerError by @Jonas1312 in #1594
- fix: fix export when an asset has a slash by @romainrousseaux in #1598
New Contributors
- @romainrousseaux made their first contribution in #1598
- @josselinbuils made their first contribution in #1610
Full Changelog: 2.148.3...2.149.0
Release 2.148.3
What's Changed
- fix: allow negative
confidence
scores in label parser (#1589)
Full Changelog: 2.148.2...2.148.3
Release 2.148.2
What's Changed
- fix: type
confidence
as a float in label parser by @Jonas1312 in #1586
Full Changelog: 2.148.1...2.148.2
Release 2.148.1
What's Changed
- fix: fix
labels
andassets
queries when fetchingjsonResponse
for video projects (#1576) - fix: don't use
annotations
GraphQL query on LTS-2023-2 (#1582)
Full Changelog: 2.148.0...2.148.1
Release 2.148.0
Release 2.147.4
What's Changed
- fix: use asset
externalId
for thefile_name
field of a COCO label (#1545) - fix: return type hint of
kili.append_many_to_dataset()
(#1542)
Full Changelog: 2.147.3...2.147.4
Release 2.147.3
What's Changed
- fix: fix label query with asset externalid filters (#1494)
Full Changelog: 2.147.2...2.147.3
Release 2.147.2
What's Changed
- fix: add retries when data connections GraphQL query fails (#1517)
- fix: remove
status_array
from asset mutation methods (#1521) - fix: use projects resolver to check for data connections during project export (
kili.export_labels()
) (#1522)
Full Changelog: 2.147.1...2.147.2
Release 2.129.12
What's Changed
- fix: the upload of assets through the
append_many_to_dataset function
when using ssl certificates with theverify
client argument