Skip to content

Commit

Permalink
Merge pull request #8111 from cvat-ai/dev-release-2.15.0
Browse files Browse the repository at this point in the history
Update develop after v2.15.0
  • Loading branch information
azhavoro committed Jul 3, 2024
2 parents fb0eb43 + d8aba9b commit bdd5535
Show file tree
Hide file tree
Showing 19 changed files with 53 additions and 57 deletions.
48 changes: 48 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,54 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- scriv-insert-here -->

<a id='changelog-2.15.0'></a>
## \[2.15.0\] - 2024-07-02

### Added

- `Propagate shapes` action to create copies of visible shapes on multiple frames forward or backward
(<https://github.com/cvat-ai/cvat/pull/8044>)

- \[Helm\] Ability to use an external ClickHouse instance
(<https://github.com/cvat-ai/cvat/pull/8048>)

### Changed

- Improved performance for mask import and export
(<https://github.com/cvat-ai/cvat/pull/8049>)

### Fixed

- Failing dataset export cleanup attempts for exports before #7864
(<https://github.com/cvat-ai/cvat/pull/8039>)

- Exception 'this.el.node.getScreenCTM() is null' occuring in Firefox when
a user resizes window during skeleton dragging/resizing (<https://github.com/cvat-ai/cvat/pull/8067>)

- Exception 'Edge's nodeFrom M or nodeTo N do not to refer to any node'
occuring when a user resizes window during skeleton dragging/resizing (<https://github.com/cvat-ai/cvat/pull/8067>)

- Slightly broken layout when running attributed face detection model
(<https://github.com/cvat-ai/cvat/pull/8072>)

- Exception 'this.el.node.getScreenCTM() is null' when cancel drawing shape for any tracker
(<https://github.com/cvat-ai/cvat/pull/8080>)

- The switcher to block an active tool on annotation header is not highligted properly
(<https://github.com/cvat-ai/cvat/pull/8081>)

- Points shape color wasn't changed on changing label
(<https://github.com/cvat-ai/cvat/pull/8082>)

- Incorrect counting of tracked shapes when computing analytics report
(<https://github.com/cvat-ai/cvat/pull/8088>)

- Ordering of `frame intersection` column on task quality page
(<https://github.com/cvat-ai/cvat/pull/8089>)

- The property "outside" not propagated correctly on skeleton elements
(<https://github.com/cvat-ai/cvat/pull/8105>)

<a id='changelog-2.14.4'></a>
## \[2.14.4\] - 2024-06-20

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20240624_145717_boris.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20240625_125241_boris.md

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20240625_130102_boris_minor_style_fix.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20240625_173129_klakhov_fix_points_color.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20240626_100703_boris_fixed_analytics.md

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20240702_085300_boris.md

This file was deleted.

2 changes: 1 addition & 1 deletion cvat-cli/requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cvat-sdk~=2.15.0
cvat-sdk~=2.16.0
Pillow>=10.3.0
setuptools>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability
2 changes: 1 addition & 1 deletion cvat-cli/src/cvat_cli/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "2.15.0"
VERSION = "2.16.0"
2 changes: 1 addition & 1 deletion cvat-sdk/gen/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -e

GENERATOR_VERSION="v6.0.1"

VERSION="2.15.0"
VERSION="2.16.0"
LIB_NAME="cvat_sdk"
LAYER1_LIB_NAME="${LIB_NAME}/api_client"
DST_DIR="$(cd "$(dirname -- "$0")/.." && pwd)"
Expand Down
2 changes: 1 addition & 1 deletion cvat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

from cvat.utils.version import get_version

VERSION = (2, 15, 0, 'alpha', 0)
VERSION = (2, 16, 0, 'alpha', 0)

__version__ = get_version(VERSION)
2 changes: 1 addition & 1 deletion cvat/schema.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.3
info:
title: CVAT REST API
version: 2.15.0
version: 2.16.0
description: REST API for Computer Vision Annotation Tool (CVAT)
termsOfService: https://www.google.com/policies/terms/
contact:
Expand Down

0 comments on commit bdd5535

Please sign in to comment.