diff --git a/docs/deprecated.md b/docs/deprecated.md index 220bf95d..2f318bda 100644 --- a/docs/deprecated.md +++ b/docs/deprecated.md @@ -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.