Skip to content

Commit ac45de7

Browse files
authored
Release 1.0.0 (#1618)
* 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
1 parent 692f4a0 commit ac45de7

File tree

2 files changed

+27
-33
lines changed

2 files changed

+27
-33
lines changed

CHANGELOG.md

+26-32
Original file line numberDiff line numberDiff line change
@@ -4,42 +4,39 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [1.0.0] - Unreleased
7+
## [1.0.0] - 2020-05-29
88
### Added
9-
- cvat-ui: added cookie policy drawer for login page (<https://github.com/opencv/cvat/pull/1511>)
10-
- Added `datumaro_project` export format (https://github.com/opencv/cvat/pull/1352)
11-
- Ability to configure user agreements for the user registration form (https://github.com/opencv/cvat/pull/1464)
12-
- Added cuboid interpolation and cuboid drawing from rectangles (<https://github.com/opencv/cvat/pull/1560>)
13-
- Ability to configure custom pageViewHit, which can be useful for web analytics integration (https://github.com/opencv/cvat/pull/1566)
14-
- Ability to configure access to the analytics page based on roles (https://github.com/opencv/cvat/pull/1592)
9+
- cvat-ui: cookie policy drawer for login page (<https://github.com/opencv/cvat/pull/1511>)
10+
- `datumaro_project` export format (<https://github.com/opencv/cvat/pull/1352>)
11+
- Ability to configure user agreements for the user registration form (<https://github.com/opencv/cvat/pull/1464>)
12+
- Cuboid interpolation and cuboid drawing from rectangles (<https://github.com/opencv/cvat/pull/1560>)
13+
- Ability to configure custom pageViewHit, which can be useful for web analytics integration (<https://github.com/opencv/cvat/pull/1566>)
14+
- Ability to configure access to the analytics page based on roles (<https://github.com/opencv/cvat/pull/1592>)
1515

1616
### Changed
17-
- Downloaded file name in annotations export became more informative (https://github.com/opencv/cvat/pull/1352)
18-
- Added auto trimming for trailing whitespaces style enforcement (https://github.com/opencv/cvat/pull/1352)
19-
- REST API: updated `GET /task/<id>/annotations`: parameters are `format`, `filename` (now optional), `action` (optional) (https://github.com/opencv/cvat/pull/1352)
20-
- 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 identificators 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)
28-
29-
### Deprecated
30-
-
17+
- Downloaded file name in annotations export became more informative (<https://github.com/opencv/cvat/pull/1352>)
18+
- Added auto trimming for trailing whitespaces style enforcement (<https://github.com/opencv/cvat/pull/1352>)
19+
- REST API: updated `GET /task/<id>/annotations`: parameters are `format`, `filename` (now optional), `action` (optional) (<https://github.com/opencv/cvat/pull/1352>)
20+
- 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>)
3128

3229
### 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>)
3532

3633
### 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)
40-
- Exporting frame stepped task (https://github.com/opencv/cvat/issues/1294, https://github.com/opencv/cvat/issues/1334)
41-
- Fixed broken command line interface for `cvat` export format in Datumaro (https://github.com/opencv/cvat/issues/1494)
42-
- Updated Rest API document, Swagger document serving instruction issue (https://github.com/opencv/cvat/issues/1495)
34+
- Categories for empty projects with no sources are taken from own dataset (<https://github.com/opencv/cvat/pull/1352>)
35+
- Added directory removal on error during `extract` command (<https://github.com/opencv/cvat/pull/1352>)
36+
- Added debug error message on incorrect XPath (<https://github.com/opencv/cvat/pull/1352>)
37+
- Exporting frame stepped task (<https://github.com/opencv/cvat/issues/1294, https://github.com/opencv/cvat/issues/1334>)
38+
- Fixed broken command line interface for `cvat` export format in Datumaro (<https://github.com/opencv/cvat/issues/1494>)
39+
- Updated Rest API document, Swagger document serving instruction issue (<https://github.com/opencv/cvat/issues/1495>)
4340
- Fixed cuboid occluded view (<https://github.com/opencv/cvat/pull/1500>)
4441
- Non-informative lock icon (<https://github.com/opencv/cvat/pull/1434>)
4542
- Sidebar in AAM has no hide/show button (<https://github.com/opencv/cvat/pull/1420>)
@@ -59,9 +56,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5956
- Fixed an issue with `z_order` having no effect on segmentations (<https://github.com/opencv/cvat/pull/1589>)
6057
- Permission group whitelist check for analytics view (<https://github.com/opencv/cvat/pull/1608>)
6158

62-
### Security
63-
-
64-
6559
## [1.0.0-beta.2] - 2020-04-30
6660
### Added
6761
- Re-Identification algorithm to merging bounding boxes automatically to the new UI (<https://github.com/opencv/cvat/pull/1406>)

cvat/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
from cvat.utils.version import get_version
66

7-
VERSION = (1, 0, 0, 'rc', 0)
7+
VERSION = (1, 0, 0, 'final', 0)
88

99
__version__ = get_version(VERSION)

0 commit comments

Comments
 (0)