Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-07 | 724 Bytes | |
v2.43.0 source code.tar.gz | 2025-08-07 | 83.9 MB | |
v2.43.0 source code.zip | 2025-08-07 | 85.1 MB | |
Totals: 3 Items | 169.0 MB | 15 |
Added
- Django command to remove user with all resources
python manage.py deleteuser <user_id>
(https://github.com/cvat-ai/cvat/pull/9686)
Changed
-
Better validation of fields specified in raw labels editor (https://github.com/cvat-ai/cvat/pull/9677)
-
Optimized preview requests for Projects, Tasks, Jobs, etc. — now sent sequentially to reduce load on the server (https://github.com/cvat-ai/cvat_enterprise/pull/9692)
Fixed
-
Issue dialogs appear outside the visible area when the issue is located near the right or bottom edges of the frame (https://github.com/cvat-ai/cvat/pull/9642)
-
Job meta could include
deleted_frames
outside the job (https://github.com/cvat-ai/cvat/pull/9690)