DocumentationRecipesReferenceGraphQLChangelog
Log In
Changelog

April 21st, 2020

Changelog

New

  • APP / TEXT : a click on an object on the text unfolds the object in the job panel.
  • APP / PDF: we just launched a BETA version of classification & named entities recognition for PDF.
  • APP / NER: you can now configure more than one job for named entity recognition.
  • APP / ALL INTERFACES: labels are autosaved on labeling interface. Whenever you create a new annotation, it is automatically saved, so you never lose your work.
  • Python API: New resolvers to query users and projectUsers according to several filters like their organizations, their names, their emails, their projects, etc.
  • A complete recipe shows in details data formats of both jsonInterface (parameter of labeling interface) and jsonResponse (parameter of labels). As other recipes, this recipe is fully tested on Travis.

Change

  • DOC: Kili's documentation is now located at cloud.kili-technology.com/docs.
  • APP: locks to manage the queue of asset has been improve to be more robust.
  • Python API: we migrated the field tools to jsonInterface. All corresponding resolvers are flagged as deprecated in kili-playground.
  • Python API: we removed all warnings when authenticating.

Fix

  • APP / Review: switch between a skipped label and a default label is well managed