v.0.2.0

HumanSignal/label-studiov.0.2.0Oct 14, 2019by shevchenkonik

AI Summary

This is an early v0.2.0 release of Label Studio that includes bug fixes for the Text tag highlighting functionality, a UI library migration from Semantic UI to Ant Design (Antd), and initial Python backend support. The release also introduces architectural changes making Label Studio a factory module.

Key Highlights

  • Fixed bugs with Text tag highlighting (incorrect start or end positions)
  • Replaced Semantic UI with Ant Design (Antd) for the UI framework
  • Added Python backend support for Label Studio
  • Converted Label Studio to a factory module architecture
  • Removed GitHub script from development environment

New Features

  • Python backend support for Label Studio
  • Factory module architecture enabling more flexible labeling configurations

Full Release Notes

- Fix bugs with Text tag: incorrect start or end of a highlight
- Remove GitHub script from development env
- Label Studio is a factory module
- Replacing Semantic to Antd
- Support Label Studio in Python backend