Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update develop after v2.9.2 #7255

Merged
merged 2 commits into from
Dec 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.9.2'></a>
## \[2.9.2\] - 2023-12-11

### Added

- Introduced CVAT actions. Actions allow performing different
predefined scenarios on annotations automatically (e.g. shape converters)
(<https://github.com/opencv/cvat/pull/7172>)

- The UI will now retry requests that were rejected due to rate limiting
(<https://github.com/opencv/cvat/pull/7216>)

### Changed

- Update nvidia/cuda image version from 11.7.0 to 11.7.1 in transt serverless function.
(<https://github.com/opencv/cvat/pull/7124>)

- \[Helm\] Allow pre-release versions in kubernetes requirement to include AWS EKS versions (<https://github.com/opencv/cvat/pull/7183>)

- GPU versions of serverless functions now use the `latest-gpu` Docker tag
rather than `latest`
(<https://github.com/opencv/cvat/pull/7215>)

- \[Compose, Helm\] Downgraded KeyDB to 6.3.2
(<https://github.com/opencv/cvat/pull/7236>)

### Fixed

- The GPU version of the YOLOv7 serverless function not actually using the GPU
(<https://github.com/opencv/cvat/pull/6940>)

- It is now possible to create Ground Truth jobs containing all frames in the task
(<https://github.com/opencv/cvat/pull/7126>)
- Incorrect Ground Truth chunks saving
(<https://github.com/opencv/cvat/pull/7126>)

- Reset source/target storage if related cloud storage has been deleted
(<https://github.com/opencv/cvat/pull/6801>)

- Prevent possible cyclic dependencies when enqueuing a rq job when ONE_RUNNING_JOB_IN_QUEUE_PER_USER is used
(<https://github.com/opencv/cvat/pull/7139>)
- Enqueue deferred jobs when their dependencies are moved to the failed job registry due to AbandonedJobError
(<https://github.com/opencv/cvat/pull/7139>)

- Reduce the number of requests to the server for task details
(<https://github.com/opencv/cvat/pull/7167>)

- Shape settings **opacity** and **selected opacity** reset on each frame change
(<https://github.com/opencv/cvat/pull/7186>)

- Server error in list quality settings API, when called in an org
(<https://github.com/opencv/cvat/pull/7190>)

- Incorrect handling of the hidden points in skeletons in quality comparisons
(<https://github.com/opencv/cvat/pull/7191>)

- \[Helm\] Fixed installing Traefik Middleware even if Traefik is disabled in the values (<https://github.com/opencv/cvat/pull/7184>)

- Error code 500 when send `change:frame` event without `duration`.
(<https://github.com/opencv/cvat/pull/7211>)

- Added workaround for corrupted cached chunks
(<https://github.com/opencv/cvat/pull/7243>, <https://github.com/opencv/cvat/pull/7251>)

<a id='changelog-2.9.1'></a>
## \[2.9.1\] - 2023-11-23

Expand Down
4 changes: 0 additions & 4 deletions changelog.d/20231009_140340_roman_HEAD.md

This file was deleted.

6 changes: 0 additions & 6 deletions changelog.d/20231110_183941_mzhiltsov_fix_gt_jobs.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20231111_000533_yta56116_patch_1.md

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions changelog.d/20231123_130853_maria_fix_rq_issues.md

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20231127_123423_klakhov_fix_opacity_reset.md

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions changelog.d/20231129_111831_boris_fix_opacity_reset.md

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20231201_134050_sekachev.bs_duration_val.md

This file was deleted.

5 changes: 0 additions & 5 deletions changelog.d/20231204_124652_roman.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20231204_141903_roman_ui_retry_429.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20231207_143832_roman_revert_keydb.md

This file was deleted.

This file was deleted.

Loading