Label-studio

Latest version: v1.12.1

Safety actively analyzes 641002 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 13

0.9.0.post5

Not secure
**Fixes**
* Remove hostname prefix for upload files in case of localhost
* Add timeout to version check (560) (LamDang)
* Update requests dependency
* Add list to Image in validation
* Change attrs version to >=19.1.0
* Add INIT_COMMAND to run.sh

**Features**
* Add task patch API

Co-authored-by: LamDang <tunglam.danggmail.com>

0.9.0.post4

Not secure
* Add export format to filename
* Fix name for predictions_score

0.9.0.post3

Not secure
**Fixes**
- Grid view cell number and not loading images
- API import
- AudioPlus in DM
- Styles on storage errors
- Import through API after files upload
- Data type for config values

0.9.0

Not secure
- New superior data manager with orderings, subset selectors, tabs, previews, and many other useful things
- Enhanced import workflow
- More stable cloud storages behaviour

0.8.2

Not secure
Paragraphs
Now you can label structured text in simple json format. Introducing `Paragraphs`!
It requires array of phrases, defined as object with two required fields:
first one for author (set by `nameKey`, "author" by default) and second one for text itself
(set by `textKey`, "text" by default). For better appearance use `layout="dialogue"`.

Audio pre-listening
Also you can attach audio for these phrases by `audioUrl`.
It uses optional fields in phrases' objects: `start` and `end`/`duration` in seconds,
linking phrases with according part of audio.
<div style="margin:auto; text-align:center; width:100%"><img src="https://labelstudioimg.s3.amazonaws.com/label-studio-paragraphs-with-audio.png"/></div>


Taxonomy
`<Taxonomy>` is a new control tag wrapper that allows you to build a nested choices structure - a multi-class classification tree. The usage is quite intuitive:
xml
<Taxonomy name="" toName="text">
<Choice value="Archaea" />
<Choice value="Bacteria" />
<Choice value="Eukarya">
<Choice value="Human" />
<Choice value="Oppossum" />
<Choice value="Extraterrestial" />
</Choice>
</Taxonomy>

Learn more by playing with _Text taxonomy_ template on **Setup** page!

Undo/Redo/Reset
Now you can see the current state of your actions history — is it possible to undo/redo.
Also reset can be undone.
Both `cmd+z` and `ctrl+z` are working now.

TextArea regions
Improve text comments, especially multiline ones — they appears much better than before,
you can add them by `shift+enter` or cancel editing by `escape`.
Also you can delete classification comments with trash bin icon next to it.
And they will back to Regions list soon.

Machine Learning Backend Features

* New ML backend for chatbot responses generation from `<Paragraphs>` (powered by [HuggingFace's GPT2](https://huggingface.co/models?filter=gpt2))

* Project local path is accessible on ML backend API - in case you want to read uploaded images/audio directly from disk

New UI settings
* Line numbers for Text/Paragraphs
* Select region after create for better per-region labeling

Project sharing

Now it's possible to move and share the entire project folder and start annotations from any other path

Fixes
* Restore region's text for NER labeling from data if it was missed
* Display spinner while loading heavy TimeSeries
* Return back `onEntityDelete`/`onEntityCreate` callbacks
* Various fixes Image regions stability
* Performance improvements for large regions numbers
* Task IDs are now safely restored, even if you break or delete `source.json`
* Get rid of some packages dependencies error
* Export to VOC with broken image paths
* Windows path for ML backend https://github.com/heartexlabs/label-studio/issues/500
* Export to specific formats with relation results

0.8.1

Not secure
- Server API refactoring
- Blueprint support: WITH GREAT THANKS to graingert
- LS version auto-checker
- Object detector ML backend for image recognition based on MMDetection

**Minor**:

- Make short version for task and completion paths on tasks page with tooltips with kasuteru
- Pretty print for "Show task data"-
- Fix prediction api with hepaajan
- Fixed ascending order on Tasks page for some cases
- Task ID added to CSV export
- External hostname correct processing
- UI fixes

Page 7 of 13

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.