Skip to content

Releases: HumanSignal/label-studio

Release 0.4.4

22 Jan 10:32
Compare
Choose a tag to compare

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

10 Jan 17:43
Compare
Choose a tag to compare

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

19 Dec 20:10
Compare
Choose a tag to compare

New data type support, as well as numerous bug fixes.

  • HTML Annotation support
  • Grid view for completions and predictions (#133)
  • Audio hotkey for play/pause (#134)
  • Textarea relations fix (#143)
  • Adding additional callbacks as well as renaming old ones
  • Disable editing for predictions or read-only completions (#135)
  • Numerous Bugfixes

Release 0.2.2

28 Nov 14:48
Compare
Choose a tag to compare
Release 0.2.2 Pre-release
Pre-release

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

12 Nov 10:00
ef107ec
Compare
Choose a tag to compare
Streaming images from local dir (#119)

* streaming images from local dir

* add local uri for audio & check config compatibility

Release 0.2.1-5

29 Oct 11:16
2d52988
Compare
Choose a tag to compare
  • 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

24 Oct 21:32
8740635
Compare
Choose a tag to compare
  • Support images with HTTP Basic Authentication
  • Multilabeling in Polygon
  • Bug fixes

Release 0.2.1-3

17 Oct 19:09
9753780
Compare
Choose a tag to compare

Release 0.2.1

16 Oct 10:26
ba4ae48
Compare
Choose a tag to compare

Release 0.2.0

14 Oct 20:35
850f67e
Compare
Choose a tag to compare
  • 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