Skip to content

Commit

Permalink
Merge pull request #9002 from cvat-ai/dev-release-2.26.0
Browse files Browse the repository at this point in the history
Update develop after v2.26.0
  • Loading branch information
azhavoro authored Jan 28, 2025
2 parents 3513a64 + fe81346 commit d0e0359
Show file tree
Hide file tree
Showing 22 changed files with 72 additions and 78 deletions.
66 changes: 66 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,72 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

<a id='changelog-2.26.0'></a>
## \[2.26.0\] - 2025-01-27

### Added

- Setting `TMP_FILE_OR_DIR_RETENTION_DAYS`, which defines maximum retention period
of a file or dir in temporary directory
(<https://github.com/cvat-ai/cvat/pull/8804>)
- Cron job to remove outdated files and directories from CVAT tmp directory
(<https://github.com/cvat-ai/cvat/pull/8804>)

- Ability to set Django's secret key using an environment variable
(<https://github.com/cvat-ai/cvat/pull/8566>)

### Changed

- Export cache cleaning moved to a separate cron job
(<https://github.com/cvat-ai/cvat/pull/8804>)

- Improved UX of quality management page: better table layout, file name search, ability to download table as `.csv`
(<https://github.com/cvat-ai/cvat/pull/8865>)

- Enhanced MIL tracker. Optimized memory usage. Now it is runnable on many frames, and applicable to drawn rectangles.
(<https://github.com/cvat-ai/cvat/pull/8942>)

- The UI only displays one version for the whole client component,
which is now aligned with the server version
(<https://github.com/cvat-ai/cvat/pull/8948>)

### Fixed

- Fixed webhook worker not restarting after losing Redis connection
(<https://github.com/cvat-ai/cvat/pull/8921>)

- Fixed incorrect results being returned from lambda functions when all
detected shapes have labels that aren't mapped
(<https://github.com/cvat-ai/cvat/pull/8931>)

- Optimized importing from cloud storage
(<https://github.com/cvat-ai/cvat/pull/8930>)

- A job cannot be opened if to remove an image with the latest keyframe of a track
(<https://github.com/cvat-ai/cvat/pull/8952>)

- A track will be interpolated incorrectly if to delete an image containing the object keyframe
(<https://github.com/cvat-ai/cvat/pull/8951>)

- Error: Cannot read properties of undefined (reading 'startPoints') when dragging an object
(<https://github.com/cvat-ai/cvat/pull/8966>)

- Extra shortcuts enabled from brush tools on views where not necessary
(<https://github.com/cvat-ai/cvat/pull/8971>)

- \[Helm\] Fixed Nuclio dashboard crashes when running in a cluster
that doesn't use Docker
(<https://github.com/cvat-ai/cvat/pull/8825>)

- \[SDK\] `cvat_sdk.auto_annotation.functions.torchvision_detection` and
`torchvision_instance_segmentation` no longer declare meaningless "N/A" labels
(<https://github.com/cvat-ai/cvat/pull/8997>)

### Security

- Protected tracker functions against deserializing untrusted input
(<https://github.com/cvat-ai/cvat/security/advisories/GHSA-wq36-mxf8-hv62>)

<a id='changelog-2.25.0'></a>
## \[2.25.0\] - 2025-01-09

Expand Down
12 changes: 0 additions & 12 deletions changelog.d/20241224_150942_maria_clear_cache_cron_job.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20250108_143745_roman_sign_tracker_states.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20250109_195116_roman_restart_webhooks.md

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20250114_123017_klakhov_improve_quality_ux.md

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20250115_125619_sekachev.bs_updated_mil.md

This file was deleted.

5 changes: 0 additions & 5 deletions changelog.d/20250115_190017_roman_rm_ui_versions.md

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20250120_142814_klakhov_fix_start_points.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20250121_135206_sekachev.bs_fixed_rendering.md

This file was deleted.

5 changes: 0 additions & 5 deletions changelog.d/20250123_112506_roman_HEAD.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20250123_161129_pr.md

This file was deleted.

5 changes: 0 additions & 5 deletions changelog.d/20250127_161502_roman.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,4 +1,4 @@
cvat-sdk==2.25.1
cvat-sdk==2.26.1

attrs>=24.2.0
Pillow>=10.3.0
Expand Down
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.25.1"
VERSION = "2.26.1"
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.25.1"
VERSION="2.26.1"
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-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cvat-ui",
"version": "2.25.1",
"version": "2.26.1",
"description": "CVAT single-page application",
"main": "src/index.tsx",
"scripts": {
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, 25, 1, "alpha", 0)
VERSION = (2, 26, 1, "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.25.1
version: 2.26.1
description: REST API for Computer Vision Annotation Tool (CVAT)
termsOfService: https://www.google.com/policies/terms/
contact:
Expand Down

0 comments on commit d0e0359

Please sign in to comment.