Add heading to deprecations page

This commit is contained in:
LinasKo 2024-07-12 00:19:46 +03:00
parent 8570ce68e2
commit 5006f8c2f7
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ comments: true
status: deprecated
---
# Deprecated
These features are phased out due to better alternatives or potential issues in future versions. Deprecated functionalities are supported for **three subsequent releases**, providing time for users to transition to updated methods.
- The `track_buffer`, `track_thresh`, and `match_thresh` parameters in [`ByterTrack`](trackers.md/#supervision.tracker.byte_tracker.core.ByteTrack) are deprecated and will be removed in `supervision-0.23.0`. Use `lost_track_buffer,` `track_activation_threshold`, and `minimum_matching_threshold` instead.