May 22nd, 2020
over 5 years ago by Kili Technology
Changelog
New
- Kili Playground: DICOM standard is a well-known format that facilitates interoperability between medical imaging systems from different vendors. We wrote a Jupyter notebook acting as a recipe to manipulate DICOM data within Kili.
Change
- APP: We worked on improve the scalability of the overall infrastructure guarantees a faster UX on the application.
- APP: Labelers had no access to their KPIs. They can now access their own KPIs on the tab Audit labelers
- Python API: Exploit GraphQL's flexibility directly from Python. GraphQL offers the great flexibility to query any fields you want. We wanted to integrate this feature to our Python SDK. From now on, you can request particular fields by explicitly provide a list of field (
fields
) to all query resolver (projects
,assets
, etc). This feature will prove particularly useful when you only want to speed up your queries and query only one or several particular fields (for instance,id
). - APP: in the project list it is now possible to search with the project ID
- APP: autosave has been improved to help save labeler work every 30s
- DOC: Kili's Python documentation is now much more readable.
Fix
- App: JSON interface: when I create a new category, I see it has a property "children: []" in JSON
- API: the attribution of specific assets to specific labeler
toBeLabelledBy
can be unset byupdate_properties_in_assets
with an empty list. - APP: OCR project with pre ocerised documents has been migrated on the new interface