v0.4.0

HumanSignal/label-studiov0.4.0Jan 10, 2020by deppp

AI Summary

Release v0.4.0 introduces pip installation support, making Label Studio significantly easier to install and start using. This release also includes numerous bug fixes, refactorings, code cleanups, and stability improvements, with the frontend code moved to a separate package.

Key Highlights

  • PIP installation support - users can now install via `pip install label-studio`
  • New command-line initialization: `label-studio start labeling_project --init`
  • Frontend code moved to a separate package
  • Multiple bug fixes and stability improvements
  • Code refactoring and cleanup

New Features

  • PIP installation support for easy tool setup
  • Command-line interface for starting new projects with `--init` flag
  • Frontend separated into its own package

Full Release Notes

PIP the almighty is here!

It's never been easier to start the annotation tool.

```bash
pip install label-studio
label-studio start labeling_project --init 
```

Also a lot of bug fixes into this release, refactorings, code cleanups, stability fixes. The frontend has moved into a separate package with the frontend code only.