v0.4.4

HumanSignal/label-studiov0.4.4Jan 22, 2020by niklub

AI Summary

This is version 0.4.4 of Label Studio, a data labeling tool. The release introduces significant usability improvements including multi-format export capabilities, a new session persistent mode for multi-user scenarios, on-the-fly label config validation, and Windows support. Users currently on the pip package are advised to upgrade to version 0.4.4.post2.

Key Highlights

  • Export to multiple formats on Export page based on chosen label config
  • New session persistent mode via `label-studio start-multi-session` command
  • On-the-fly label config validation allowing changes during active labeling
  • New project onboarding setup for improved user experience
  • Task deletion capability added to UI

New Features

  • Multi-format export functionality on Export page
  • Onboarding setup for new projects
  • Session persistent mode (label-studio start-multi-session) - creates new project per browser session
  • On-the-fly label config validation - safely add new labels during labeling
  • UI-based task deletion
  • Python >=3.5 support added
  • Windows support added
  • Updated and published Docker image
  • Fixes for generating sample tasks

Full Release Notes

If you are currently using label studio pip package, please upgrade to
`pip install -U --force-reinstall label-studio==0.4.4.post2`

**New features**
- Export to multiple formats on "Export" page depending on chosen label config
- Onboarding setup for new project
- Run `label-studio start-multi-session` to enable session persistent mode: Label Studio creates new project per each browser session
- On-the-fly label config validation: now you can safely change label config in the middle of the labeling process (i.e., adding new labels)
- Deleting tasks through UI

**Misc**
- Support for python>=3.5 and Windows
- Updated and published docker image
- Generating sample tasks fixes