supervision/tests
Teïlo M 14c3c86e22
Fix hex parser accepting multiple leading prefixes (#2421)
`hex_to_rgba` previously stripped every leading `#`, so invalid inputs such as `##000000` were accepted despite `is_valid_hex` rejecting them.

Remove only one optional prefix and add regression coverage for the minimized failing input.

Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
2026-07-11 00:55:51 +02:00
..
annotators Fix hex parser accepting multiple leading prefixes (#2421) 2026-07-11 00:55:51 +02:00
assets fix: remaining review findings in dataset, docs, and tests (#2416) 2026-07-08 23:00:32 +02:00
classification fix: resolve medium dataset findings (#2408) 2026-07-08 08:56:34 +02:00
dataset fix: close out remaining review findings (#2418) 2026-07-09 17:53:52 +02:00
detection fix: close out remaining review findings (#2418) 2026-07-09 17:53:52 +02:00
draw fix(docs): resolve review deprecation follow-ups (#2415) 2026-07-08 14:30:32 +02:00
geometry fix(docs): resolve review deprecation follow-ups (#2415) 2026-07-08 14:30:32 +02:00
key_points feature: add KeyPoints.merge() method (#2412) 2026-07-09 21:37:26 +02:00
metrics fix: close out remaining review findings (#2418) 2026-07-09 17:53:52 +02:00
tracker fix: remaining review findings in dataset, docs, and tests (#2416) 2026-07-08 23:00:32 +02:00
utils fix: remaining review findings in dataset, docs, and tests (#2416) 2026-07-08 23:00:32 +02:00
validators fix: remaining review findings in dataset, docs, and tests (#2416) 2026-07-08 23:00:32 +02:00
__init__.py refactor: reorganize project structure and update module imports (#2112) 2026-02-03 15:24:47 +01:00
conftest.py fix: remaining review findings in dataset, docs, and tests (#2416) 2026-07-08 23:00:32 +02:00
helpers.py fix: remaining review findings in dataset, docs, and tests (#2416) 2026-07-08 23:00:32 +02:00
test_public_api.py fix: remaining review findings in dataset, docs, and tests (#2416) 2026-07-08 23:00:32 +02:00
test_validate_deprecations.py fix: remaining review findings in dataset, docs, and tests (#2416) 2026-07-08 23:00:32 +02:00