You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add pull request and issue templates (#1359)
* Add initial version of pull request template
* Fix links
* Fix codacy issues
* Slightly improve titles of sections
* Add a note about strikethough for the checklist.
* Fix progress of a pull request (each checkbox is an issue)
* Add the license header, checkboxes about the license.
* Updated the license
* Update the license to met https://github.com/licensee/licensee/blob/master/vendor/choosealicense.com/_licenses/mit.txt restrictions.
* Fix the pull request template name
* Make explaination text as comments (it will be visible when you edit the PR message)
* Add initial version of the issue template.
* Improve PR template (#1427)
* Simplified PR template.
* Remove a new line to make codacy happy.
* Slightly improve changelog
* Update CVAT version
- REST API: removed `dataset/formats`, changed format of `annotation/formats` (<https://github.com/opencv/cvat/pull/1352>)
21
+
- Exported annotations are stored for N hours instead of indefinitely (<https://github.com/opencv/cvat/pull/1352>)
22
+
- Formats: CVAT format now accepts ZIP and XML (<https://github.com/opencv/cvat/pull/1352>)
23
+
- Formats: COCO format now accepts ZIP and JSON (<https://github.com/opencv/cvat/pull/1352>)
24
+
- Formats: most of formats renamed, no extension in title (<https://github.com/opencv/cvat/pull/1352>)
25
+
- Formats: definitions are changed, are not stored in DB anymore (<https://github.com/opencv/cvat/pull/1352>)
26
+
- cvat-core: session.annotations.put() now returns ids of added objects (<https://github.com/opencv/cvat/pull/1493>)
27
+
- Images without annotations now also included in dataset/annotations export (<https://github.com/opencv/cvat/issues/525>)
31
28
32
29
### Removed
33
-
-`annotation` application is replaced with `dataset_manager` (https://github.com/opencv/cvat/pull/1352)
34
-
-`_DATUMARO_INIT_LOGLEVEL` env. variable is removed in favor of regular `--loglevel` cli parameter (https://github.com/opencv/cvat/pull/1583)
30
+
-`annotation` application is replaced with `dataset_manager` (<https://github.com/opencv/cvat/pull/1352>)
31
+
-`_DATUMARO_INIT_LOGLEVEL` env. variable is removed in favor of regular `--loglevel` cli parameter (<https://github.com/opencv/cvat/pull/1583>)
35
32
36
33
### Fixed
37
-
- Categories for empty projects with no sources are taken from own dataset (https://github.com/opencv/cvat/pull/1352)
38
-
- Added directory removal on error during `extract` command (https://github.com/opencv/cvat/pull/1352)
39
-
- Added debug error message on incorrect XPath (https://github.com/opencv/cvat/pull/1352)
0 commit comments