Releases: HumanSignal/label-studio
Releases · HumanSignal/label-studio
Release 0.4.4
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
Release 0.4.0
PIP the almighty is here!
It's never been easier to start the annotation tool.
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.
Release 0.3.0
New data type support, as well as numerous bug fixes.
Release 0.2.2
Label studio now supports machine learning predictions:
- include predefined predictions in JSON-formatted task
- connect to running machine learning backend via Heartex SDK
- showing prediction-based prelabeling in UI
Release 0.2.1-8
Streaming images from local dir (#119) * streaming images from local dir * add local uri for audio & check config compatibility
Release 0.2.1-5
- Fixed Polygon's bugs
- Zoom image (Press Ctrl + mousedown/mouseup)
- Multilabeling fix bugs
- Reset button fix bugs
- Text Tag fix bugs
- Update styles
- Prepare time traveller for App
Release 0.2.1-4
- Support images with HTTP Basic Authentication
- Multilabeling in Polygon
- Bug fixes
Release 0.2.1-3
- Support callbacks for frontend part (https://labelstud.io/guide/frontend.html#Callbacks)
- Fix bugs with polygons and bound boxes
Release 0.2.1
- NPM Initialize (https://www.npmjs.com/package/label-studio)
- Documentation of Frontend (https://labelstud.io/guide/frontend.html)
- CDN Initialize (https://labelstud.io/guide/frontend.html#CDN)
- Docker Initialize (https://github.com/heartexlabs/label-studio#docker)
Release 0.2.0
- 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