supervision/src/supervision
Copilot c2dedba3db
feat: replace print statements with structured logging (#2154)
* feat: implement logging system to replace print statements
* refactor: rename get_logger to _get_logger to mark as internal
* test: add logger tests, fix corrupted-file warning test, add docstring example

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Borda <6035284+Borda@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2026-02-20 13:14:53 +01:00
..
annotators feat: replace print statements with structured logging (#2154) 2026-02-20 13:14:53 +01:00
assets feat: replace print statements with structured logging (#2154) 2026-02-20 13:14:53 +01:00
classification Wrap all docstrings in the package with ```pycon``` for compatibility with MKDocs examples rendering 2026-02-04 20:31:18 +09:00
dataset Fix `detections_to_coco_annotations` function for empty polygons. (#1086) 2026-02-20 12:08:26 +01:00
detection feat: replace print statements with structured logging (#2154) 2026-02-20 13:14:53 +01:00
draw fix: add validation for RGB/BGR color values in Color class (#1984) 2026-02-04 23:20:51 +09:00
geometry Wrap all docstrings in the package with ```pycon``` for compatibility with MKDocs examples rendering 2026-02-04 20:31:18 +09:00
key_points Wrap all docstrings in the package with ```pycon``` for compatibility with MKDocs examples rendering 2026-02-04 20:31:18 +09:00
metrics feat: replace print statements with structured logging (#2154) 2026-02-20 13:14:53 +01:00
tracker Fix external track ids (#1364) 2026-02-20 00:58:55 +01:00
utils feat: replace print statements with structured logging (#2154) 2026-02-20 13:14:53 +01:00
validators Fix mask_annotate for int dtypes (#1445) 2026-02-20 10:43:56 +01:00
__init__.py Added HEX↔RGBA color utilities and tests (Hacktoberfest 2025) (#1988) 2026-02-20 09:58:15 +01:00
config.py refactor: reorganize project structure and update module imports (#2112) 2026-02-03 15:24:47 +01:00
py.typed refactor: reorganize project structure and update module imports (#2112) 2026-02-03 15:24:47 +01:00