Added
-
Annotation quality checks for projects (#9116)
-
[CLI] Agents are now able to handle interactive detection requests (#9371)
-
[SDK]
BackgroundRequestException
which is now raised instead ofApiException
when a background request (e.g., exporting a dataset or creating a task) fails (#9297) -
Datumaro format now supports ellipses (#9372)
-
Frame search by filename (#9378)
Changed
- Requests that initiate background processes (e.g. exporting datasets) now return a request ID too when a 409 status is returned (#9297)
Deprecated
- [Server API]
GET api/quality/reports
andGET api/quality/reports/{id}/
responses:frame_count
- deprecated in favor of the newvalidation_frames
field,frame_share
- deprecated in favor of the newvalidation_frame_share
field (#9116)
Fixed
-
Optimized
GET api/quality/reports/
,GET api/quality/conflicts/
requests, permission checks inapi/quality/*
endpoints (#9116) -
Do not require COCO annotations to have fields which are not necessary for import (#9387)
-
redis.exceptions.ResponseError: wrong number of arguments for 'watch' command
exception that could be raised inside a worker when enqueuing jobs that depend on a running job (#9297) -
Fixed issue on track interpolation: 'tuple' object has no attribute 'copy' (#9403)
-
[SDK] Fixed outdated note about attributes in the docstring of
DetectionFunction.detect
(#9412) -
When no shortcuts were assigned, the tooltip displayed empty brackets (#9378)