Skip to content

Commit

Permalink
Merge pull request #7341 from opencv/dev-release-2.10.0
Browse files Browse the repository at this point in the history
Update develop after v2.10.0
  • Loading branch information
azhavoro authored Jan 10, 2024
2 parents cfbad35 + a684c0c commit 8c2db1d
Show file tree
Hide file tree
Showing 20 changed files with 69 additions and 76 deletions.
64 changes: 64 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,70 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

<a id='changelog-2.10.0'></a>
## \[2.10.0\] - 2024-01-10

### Changed

- When the `ORG_INVITATION_CONFIRM` setting is enabled, organization invitations for existing users are no
longer accepted automatically. Instead, the invitee can now review the invitation and choose to accept or decline it.
(<https://github.com/opencv/cvat/pull/7138>)

- \[Compose, Helm\] Updated Clickhouse to version 23.11.*
(<https://github.com/opencv/cvat/pull/7268>)

- Job queues are now stored in a dedicated Redis instance
(<https://github.com/opencv/cvat/pull/7245>)

### Removed

- PermissionDenied error thrown before OPA call in case if user is not a member of organization
(<https://github.com/opencv/cvat/pull/7259>)

### Fixed

- Can not input Chinese correctly in text attributes on objects sidebar
(<https://github.com/opencv/cvat/pull/6916>)

- Restored Compose file compatibility with Docker Compose 2.17.0 and earlier
(<https://github.com/opencv/cvat/pull/7170>)

- Attaching GCS and AWS S3 buckets with dots in name
(<https://github.com/opencv/cvat/pull/7227>)

- Annotation actions are applied to the objects from a ground truth job
(<https://github.com/opencv/cvat/pull/7281>)
- Ground truth objects removed together with annotation objects when press "Remove annotations" in menu
(<https://github.com/opencv/cvat/pull/7281>)
- Frame search by a filter is affected by ground truth annotations
(<https://github.com/opencv/cvat/pull/7281>)

- Creating duplicating annotations when nginx throws 504 timeout status (workaround)
(<https://github.com/opencv/cvat/pull/7286>)

- `TIFF` images are saved as `JPEG` images with `.tif` extension in original chunks
(<https://github.com/opencv/cvat/pull/7100>)
- EXIF rotated TIFF images are handled incorrectly
(<https://github.com/opencv/cvat/pull/7100>)

- RQ Scheduler launch, broken in PR 7245
(<https://github.com/opencv/cvat/pull/7293>)

- UI crashes if user highligts conflict related to annotations hidden by a filter
(<https://github.com/opencv/cvat/pull/7299>)
- Annotations conflicts are not highligted properly on the first frame of a job
(<https://github.com/opencv/cvat/pull/7299>)

- Error message `Edge's nodeFrom ${dataNodeFrom} or nodeTo ${dataNodeTo} do not to refer to any node`
when upload a file with some abscent skeleton nodes (<https://github.com/opencv/cvat/pull/7302>)
- Wrong context menu position in skeleton configurator (Firefox only)
(<https://github.com/opencv/cvat/pull/7302>)
- Fixed console error `(Error: <rect> attribute width: A negative value is not valid`
appearing when skeleton with all outside elements is created (<https://github.com/opencv/cvat/pull/7302>)

- Updating cloud storage attached to CVAT using Azure connection string
(<https://github.com/opencv/cvat/pull/7336>)

<a id='changelog-2.9.2'></a>
## \[2.9.2\] - 2023-12-11

Expand Down
4 changes: 0 additions & 4 deletions changelog.d/20231113_103300_yangxw_cn_input.md

This file was deleted.

5 changes: 0 additions & 5 deletions changelog.d/20231120_134843_klakhov_improve_invite_users.md

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20231205_204101_jootten_fix_validation.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20231214_131931_klakhov_remove_opa_injection.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20231214_203449_roman_update_clickhouse.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20231215_165536_roman_split_redis.md

This file was deleted.

9 changes: 0 additions & 9 deletions changelog.d/20231220_131717_boris_fix_gt_1.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20231225_115001_boris_retry_if_504.md

This file was deleted.

6 changes: 0 additions & 6 deletions changelog.d/20231227_100059_boris_update_pillow.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20231227_104741_maria_fix_rq_scheduler_launch.md

This file was deleted.

7 changes: 0 additions & 7 deletions changelog.d/20231228_131558_boris_fixed_couple_of_gt_bugs.md

This file was deleted.

8 changes: 0 additions & 8 deletions changelog.d/20240103_112843_boris_skeletons_autofill.md

This file was deleted.

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.10.0
cvat-sdk~=2.11.0
Pillow>=10.1.0
setuptools>=65.5.1 # 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.10.0"
VERSION = "2.11.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.10.0"
VERSION="2.11.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, 10, 0, 'alpha', 0)
VERSION = (2, 11, 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.10.0
version: 2.11.0
description: REST API for Computer Vision Annotation Tool (CVAT)
termsOfService: https://www.google.com/policies/terms/
contact:
Expand Down

0 comments on commit 8c2db1d

Please sign in to comment.