v1.0.1

HumanSignal/label-studiov1.0.1Apr 5, 2021by niklub

AI Summary

Label Studio v1.0.1 is a minor release focused on collaboration improvements and bug fixes. It introduces user invitation functionality, local directory connections for accessing files, and annotation authorship tracking. Several critical bugs were fixed including issues with hotkeys, data manager loading, UTF-8 encoding on Windows, prediction score ordering, and annotation export/deletion behavior.

Key Highlights

  • User invitation system allows inviting collaborators instead of requiring sign-ups
  • Local directory connection support for accessing files stored locally or on remote servers
  • Annotation authorship tracking - exports now include who completed and created annotations
  • Fixed export bug that only exported the latest annotation instead of all annotations
  • Fixed deletion bug that incorrectly deleted annotations when removing tasks

New Features

  • Invite users to Label Studio instead of having them sign up
  • Connect local directories to access files and labeling tasks stored locally or on remote servers
  • Exported and stored annotations now include data about who completed the labeling task and created the annotation

Full Release Notes

**Improved functionality**:
- You can invite users to Label Studio instead of having them sign up. See [Invite collaborators to a project](https://labelstud.io/guide/signup.html#Invite-collaborators-to-a-project).
- Connect local directories to access files and labeling tasks stored locally or on remote servers. See [Local storage](https://labelstud.io/guide/storage.html#Local-storage).
- Exported and stored annotations now include data about who completed the labeling task and created the annotation. Thanks to Uriel Tannen and others who requested this in Slack.

**Fixed the following issues**:
- Hotkeys that weren't working
- Issues preventing the data manager and the UI from loading
- Cases where some data was not UTF-8-encoded, causing problems on some Windows machines. Thanks to [@secslim](https://github.com/secsilm) for your PR!
- Ordering by prediction score was not working.
- Only the latest annotation would be exported, instead of all annotations for a task. Thanks to Uriel Tannen and others who reported this in Slack.
- Deleting selected tasks deleted annotations from annotated tasks instead of deleting tasks and annotations. Thanks to [@gamblard](https://github.com/gamblard) and [@antonyscerri](https://github.com/antonyscerri) for reporting.