DocumentationRecipesReferenceGraphQLChangelog
Log In

June 1st, 2022

Changelog (v2.113.0)

New

  • [Labeling] In PDF projects, we’ve added a line break between pages. This will help you navigate PDF projects more easily.

Change

  • [Labeling] In Text projects, we’ve changed the behavior of the Tab shortcut. When you press Tab, you now go through annotations in the reading order (before the change, it used to be the order of labeling). This can help you browse through the labels in a more intuitive way.
  • [Reviewing] We’ve removed the old Explore view. From now on, only the new version of this view will be available.
  • [Asset filtering] When you filter assets by label category, after clicking on a category name, you can now see the number of assets that belong to the selected category (any subcategories are sorted in descending order, based on the count). Also, for object detection jobs, the color assigned to each category is visible in a small square next to the category name. We’ve introduced these changes to help you prioritize your work.
468
  • [Asset filtering] When filtering assets by categories, Kili app uses latest label per asset. For example, in a situation when a labeler annotated the object as “A” and a reviewer changed the annotation to “B”, only “B” will be used for filtering.
  • [Asset filtering] In the Explore view, in the top-right corner, you can now see the index of the asset you are working on. This can help you assess the amount of work still to be done.
301
  • [SDK] We added a new label_category_search argument to the assets query. It lets you filter assets based on their label categories (the labels query has a category_search argument that works in a similar way). You can the new argument instead of the deprecated json_response_contains argument.

Fix

  • [Labeling] In Image projects, we’ve fixed a bug that blocked the deletion of labels from the object pop-up menu.
  • [Labeling] In the job viewer interface, when two classes were given the same name, they were also given the same shortcut. We’ve fixed this bug.
  • [Labeling] In projects with a consensus mark set to 100%, sometimes the categories count did not include the latest label. We’ve fixed this bug.
  • [Reviewing] In Explore view, the tooltip for instructions sometimes blocked the Review button. As the result, users would open the documentation page for Instructions, instead of clicking Review. We’ve fixed this bug.
  • [Analytics] In the project Analytics page, in the “Number of labeled assets by labeler” widget, we’ve fixed a bug that blocked other project members’ labels from being displayed.

📘

When viewed by labelers, the widget still shows only labeler’s own annotations. This is intentional.

  • [SDK] When uploading predictions, the upload_in_order parameter sometimes did not work as intended. We’ve fixed this bug.