[v1.2.3] 24 September 2020
Lead time for text areas
You can analyze in details how many time you collaborators spend for each text area. The lead_time
field will be included to every <TextArea> result from completions.
Task data example:
"completions": [{
...
"result": [
{
"from_name": "answer",
"to_name": "text",
"type": "textarea",
"meta": {
==> "lead_time": 7.635 <==
},
"value": {
"text": [
"one two three"
]
}
}
]
}]
Invited per project collaborators on the organization page
Now you can observe all the per project invited collaborators on organization page. If you no longer need some collaborators and you want to free seats in the organization, then remove them from all the projects they are involved.
Improvements
- Upgrade evalme version to fix per-label agreement matrix precision/recall label coverage
- Handle non-intersections in per-label agreement matrices, speedup matching score setup in UI
Bug fixes
- Fix export 404 for download files
- Fix activity log error “value too long for type character varying(256)”
- Fix/Get org none bug in permissions
- Fix/agreement matrix plot
- Fix label config validation for value=<integer>
- Fix None imported completion.completed_by in old projects
- Fix ground truth matching score creation when GT completion is created
Minor improvements
- Docs updates about CORS & FAQ added
- GUI improvements
- Renamed organization member role “Disabled” to “Deactivated”
- Order organization members by roles and emails