Changelog
- **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`).
The usage is documented [in this recipes](https://github.com/kili-technology/kili-playground/blob/master/recipes/query_methods.ipynb).
- **DICOM standard** is a well-known format that facilitates interoperability between medical imaging systems from different vendors.
We wrote a [Jupyter notebook](https://github.com/kili-technology/kili-playground/blob/master/recipes/medical_imaging.ipynb) acting as a recipe to manipulate DICOM data within Kili.
- **Kili's Python documentation** is now much more readable. Find the link [here](https://cloud.kili-technology.com/docs/python-graphql-api/python-api/).
- **All labeling interfaces** also evolved:
- Autosave allows you to have your work automatically saved every 30 seconds.
- When labeling images, you now have the possibility to combine both semantic and bounding box in the same interface.
- We also worked on improve the scalibility of the overall infrastructure guarantees a faster UX on the application.