Removed extra links (#10)

main
Boris Sekachev 4 years ago committed by GitHub
parent 1a94190572
commit 440da72204
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,22 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## \[2.2.0] - Unreleased ## \[2.2.0] - Unreleased
### Added ### Added
- Support of attributes returned by serverless functions (<https://github.com/cvat-ai/cvat/pull/4>) based on (<https://github.com/openvinotoolkit/cvat/pull/4506>) - Support of attributes returned by serverless functions based on (<https://github.com/openvinotoolkit/cvat/pull/4506>)
- Project/task backups uploading via chunk uploads (<https://github.com/cvat-ai/cvat/pull/9>) - Project/task backups uploading via chunk uploads
- Fixed UX bug when jobs pagination is reset after changing a job (<https://github.com/cvat-ai/cvat/pull/42>) - Fixed UX bug when jobs pagination is reset after changing a job
- Progressbars in CLI for file uploading and downloading (<https://github.com/cvat-ai/cvat/pull/46>) - Progressbars in CLI for file uploading and downloading
- `utils/cli` changed to `cvat-cli` package (<https://github.com/cvat-ai/cvat/pull/59>) - `utils/cli` changed to `cvat-cli` package
- Support custom file name for backup (<https://github.com/cvat-ai/cvat/pull/91>) - Support custom file name for backup
- Possibility to display tags on frame (<https://github.com/cvat-ai/cvat/pull/75>) - Possibility to display tags on frame
- Support source and target storages (server part) (<https://github.com/cvat-ai/cvat/pull/28>) - Support source and target storages (server part)
- Tests for import/export annotation, dataset, backup from/to cloud storage (<https://github.com/cvat-ai/cvat/pull/56>) - Tests for import/export annotation, dataset, backup from/to cloud storage
- Added Python SDK package (`cvat-sdk`) (<https://github.com/cvat-ai/cvat/pull/7>) - Added Python SDK package (`cvat-sdk`)
- Previews for jobs (<https://github.com/cvat-ai/cvat/pull/112>) - Previews for jobs
### Changed ### Changed
- Bumped nuclio version to 1.8.14 (<https://github.com/cvat-ai/cvat/pull/29>) - Bumped nuclio version to 1.8.14
- Simplified running REST API tests. Extended CI-nightly workflow (<https://github.com/cvat-ai/cvat/pull/26>) - Simplified running REST API tests. Extended CI-nightly workflow
- REST API tests are partially moved to Python SDK (`users`, `projects`, `tasks`) (<https://github.com/cvat-ai/cvat/pull/7>) - REST API tests are partially moved to Python SDK (`users`, `projects`, `tasks`)
### Deprecated ### Deprecated
- TDB - TDB
@ -31,14 +31,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- TDB - TDB
### Fixed ### Fixed
- Task creation progressbar bug (<https://github.com/cvat-ai/cvat/issues/12>) - Task creation progressbar bug
- Removed Python dependency ``open3d`` which brought different issues to the building process - Removed Python dependency ``open3d`` which brought different issues to the building process
- Analytics not accessible when https is enabled (<https://github.com/cvat-ai/cvat/pull/20>) - Analytics not accessible when https is enabled
- Dataset import in an organization (<https://github.com/cvat-ai/cvat/pull/18>, <https://github.com/cvat-ai/cvat/pull/35>) - Dataset import in an organization
- Updated minimist npm package to v1.2.6 (<https://github.com/cvat-ai/cvat/pull/34>) - Updated minimist npm package to v1.2.6
- Request Status Code 500 "StopIteration" when exporting dataset (<https://github.com/cvat-ai/cvat/pull/17>) - Request Status Code 500 "StopIteration" when exporting dataset
- Generated OpenAPI schema for several endpoints (<https://github.com/cvat-ai/cvat/issues/72>) - Generated OpenAPI schema for several endpoints
- Annotation window might have top offset if try to move a locked object (<https://github.com/cvat-ai/cvat/pull/123>) - Annotation window might have top offset if try to move a locked object
### Security ### Security
- TDB - TDB

Loading…
Cancel
Save