Update changelog after version `0.28.0` release

Updated the date modified and added a new entry for version 0.28.0 with details on sv.CompactMask.
This commit is contained in:
Jirka Borovec 2026-05-22 19:14:29 +02:00 committed by GitHub
parent f1176270eb
commit 2c13b269e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 1 deletions

View File

@ -1,10 +1,14 @@
---
description: "Full version history of the supervision Python library — release notes, breaking changes, new features, and deprecations for every version."
date_modified: 2026-04-23
date_modified: 2026-04-30
---
# Changelog
### UnReleased
-
### 0.28.0 <small>Apr 30, 2026</small>
- Added [#2159](https://github.com/roboflow/supervision/pull/2159): [`sv.CompactMask`](https://supervision.roboflow.com/latest/detection/compact_mask/#supervision.detection.compact_mask.CompactMask) for memory-efficient mask storage. Masks are stored as crop-region bounding boxes plus RLE-encoded data instead of full-resolution bitmaps, reducing memory by up to 240× for sparse masks. Integrates transparently with `sv.Detections.mask` — filtering, merging, and `area` all work without materialising the full array.