Release 0.7.0
Main updates in this release:
Different shapes on the same image
One limitation label studio had was the ability to use only one shape on the same image, for example, you were able to put either bounding boxes or polygons. Now this limitation is waived and you can define different label groups and connect those to the same image.
maxUsages
There are a couple of ways how you can make sure that the annotation is being performed in full. One of these concepts is a required
flag, and we’ve created a new one called maxUsages
. For some datasets you know how much objects of a particular type there is, therefore you can limit the usage of specific labels.
E2E tests introduced
There are couple of integration tests already added powered by codecept
. We'll use them actively to check new features and provide automatic regression testing for existed functionality.
Bugfixes and Enhancements
Allow to use simple Rectangle
or Polygon
on the Image
tag
Fixing double text deserialization #85
Fix bug with groups of required choices #74
Several fixes for NER labeling — empty captured text, double clicks, labels appearance