v0.5.1

HumanSignal/label-studiov0.5.1Mar 30, 2020by niklub

AI Summary

This minor release adds task skipping functionality with a 'skipped' flag, introduces a new --sampling parameter for task selection available both via command line and on the /tasks page, and enables containerized deployment through Docker Compose.

Key Highlights

  • Added ability to skip tasks with completion marked as 'skipped': True
  • New --sampling parameter for command line interface
  • Sampling parameter displayed on /tasks page
  • Docker Compose support for containerized deployment

New Features

  • Task skipping functionality - completions can be marked as skipped
  • --sampling parameter for controlling task sampling
  • Sampling parameter UI display on /tasks page
  • Docker Compose configuration for building containerized application

Full Release Notes

- ability to skip tasks (the corresponding completion will be marked as `"skipped": True`
- add `--sampling` parameter for command line & display it on `/tasks` page
- build containerized app with docker-compose