v0.7.4
HumanSignal/label-studiov0.7.4Aug 13, 2020by makseq
AI Summary
Label Studio v0.7.4 is a significant release featuring performance improvements to task importing and task page loading, HTTPS/SSL support, and various frontend enhancements including stable BrushLabels and clickable links in HyperText regions.
Key Highlights
- Significant speed improvements for task importing and task page/next task navigation
- HTTPS with SSL support added for secure deployments
- BrushLabels are now stable and production-ready - no longer lose data after submit or resize
- New ability to hide/show regions in image labeling using the eye button
- HyperText now supports clickable links via clickableLinks="true" attribute
New Features
- Quickview for task page
- WSGIServer support
- HTTPS with SSL support
- Project setup API
- Brush RLE converter for export (label-studio-converters module)
- Clickable href links in HyperText documents
- HyperText clickableLinks="true" option for enabling link navigation
- Hide/show regions button (eye icon) in regions list for image labeling
Full Release Notes
**Features** * quickview for task page * WSGIServer support by @k4200 * https with ssl support by @abduhbm * project setup api added * brush RLE converter for export (label-studio-converters module) **Improvements** * significant speed up of task importing with @lightforever * significant speed up of next task & tasks page **Fixes** * correct ordering for skip * relative url links for pages and api * encoding fixes * allow one label in labeling config validation * misspelling errors fixes by @Necmttn * ML backend loads previously trained model before starting the new one **Label Studio Frontend** * we released BrushLabels a while ago, but they were not ready for production use and had some harmful problems. So now they are all fixed. Now they are stable after submit or resize and won't lose your labeling. * fixed problems with completions created from predictions — they won't break the app from now. * clickable href links * previously we used to disable all links in your HyperText documents to protect you from leaving the labeling suddenly. But now if you really need to follow these links you can use <HyperText clickableLinks=“true”>. Anyway all links will open by ctrl/cmd+click. * now you can hide regions for easier labeling if you have them a lot. Just use the eye button in regions list. Works only for images. * other minor bugs **Contributors** @lightforever @k4200 @RasmusEdvardsen @abduhbm @hepaajan