Jirka Borovec
3410d92daa
refactor: privatize validation helpers ( #2294 )
...
* refactor: privatize validation helpers
* fix: correct error message in _validate_keypoint_confidence
- Fix f"({n, m})" -> f"({n}, {m})" (set literal -> proper shape string)
- Fix error message "1D" -> "2D" to match actual array dimensionality
* fix: correct error message in _validate_xy
- Fix f"({n, m},)" -> f"({n}, {m}, 2) or ({n}, {m}, 3)"
- Fix error message "2D" -> "3D" to match actual array dimensionality
* bump pydeprecate version to >=0.9,<0.10 and fix type ignore tag for decorator
* chore: extend deprecation removal timeline to 0.32.0 across validators
---------
Co-authored-by: Codex <codex@openai.com>
Co-authored-by: Claude Code <noreply@anthropic.com>
2026-06-06 13:15:54 -06:00
Jirka Borovec
2beeda7851
docs: link "Memory-Efficient Instance Segmentation" notebook and update deprecations ( #2241 )
...
* link "Memory-Efficient Instance Segmentation" notebook and update deprecations
* fix(notebook): correct broken Colab badge URL in compact-mask-sam3
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Claude Code <noreply@anthropic.com>
Co-authored-by: OpenAI Codex <codex@openai.com>
2026-05-01 00:49:15 +02:00
M K Subrahmanya
d89ebde4d1
docs: Fix outdated doc files ( #1995 )
...
* docs: Fix outdated doc files per issue #1920
* fix(pre_commit): 🎨 auto format pre-commit hooks
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: jirka <6035284+Borda@users.noreply.github.com>
2026-02-03 16:52:55 +01:00
Jirka Borovec
a5b51a11e5
Chore CI by adding checks for links and references ( #2113 )
...
* Chore CI by adding checks for links and references
* Potential fix for code scanning alert no. 6: Workflow does not contain permissions
* Fix markdown image formatting in metrics documentation
* Update all `docs` links to use absolute URLs and fix broken references in documentation and workflows.
* Fix broken `albumentations` links in dataset processing documentation
* lycheeVersion: v0.22.0
* Refactor CI link check workflow to use lychee config file for cleaner argument management
* add TODOs for future file type support
* Fix header formatting for example plots across metric files
---------
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-02 17:01:19 +01:00
SkalskiP
0f56a405c6
updates before `supervision-0.26.0` release
2025-07-16 01:04:51 +02:00
soumik12345
3ff1414fc2
update: changelog
2025-07-16 02:20:01 +05:30
soumik12345
1337b7ffd5
update: changelog + deprecation for supervision 0.26.0
2025-07-15 00:28:23 +05:30
LinasKo
90168644de
Update deprecated.md
2024-11-12 12:45:53 +02:00
LinasKo
02ed59b27b
Add changelog, deprecations
2024-10-04 22:08:56 +03:00
LinasKo
66067cc0ac
Remove deprecated `frame_resolution_wh` from `PolygonZone`
2024-10-04 00:53:28 +03:00
Onuralp SEZER
78f17cba2e
chore: 🧹 clean up documentation and improve formatting
...
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-09-27 14:18:26 +03:00
LinasKo
06d1640700
Fix documentation issues
2024-09-26 13:55:06 +03:00
LinasKo
95add3679d
Fix broken or outdated links
...
* Not exhaustive.
2024-09-18 19:06:41 +03:00
LinasKo
9f730b9fb5
Add "new" tags
2024-08-27 17:18:44 +03:00
LinasKo
a7ecc57432
Remove deprecations, make changelog
2024-08-27 17:01:04 +03:00
LinasKo
28f83b18f9
Deprecate BoundingBoxAnnotator, rename to BoxAnnotator
2024-07-12 18:18:50 +03:00
LinasKo
a0775544df
Fix typo: future deprecation will be removed, not 'were' removed
2024-07-12 15:11:17 +03:00
LinasKo
c7a8654390
deprections text: five subsequent release
2024-07-12 15:03:24 +03:00
LinasKo
5006f8c2f7
Add heading to deprecations page
2024-07-12 00:19:46 +03:00
LinasKo
3d3bbb4095
Add recently removed deprecations
2024-07-12 00:08:12 +03:00
LinasKo
084926ded3
Deprecations, changelog, notebook cleanup, 'new' markers
2024-07-11 03:21:41 +03:00
LinasKo
172877a3cf
Fix accidental changes, rearrange utils, rename methods
2024-07-09 14:56:30 +03:00
LinasKo
4b9b70fbb2
LazyDataset Loading - accept List[str] of images
...
* Unfinished
* Untested
* Committing to show Piotr a bit earlier
2024-07-04 14:21:45 +03:00
SkalskiP
7a90eefd5b
changelog updated version bump from `0.20.0rc2` to `0.20.0`
2024-04-24 19:22:59 +02:00
SkalskiP
77793571b0
major docs refactor
2024-04-24 15:39:08 +02:00
Onuralp SEZER
4a6c0a9fa3
fix: 🐞 dirty outputs are removed and formatting fix
...
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-03-14 14:28:28 +03:00
SkalskiP
6ade84f057
Updated `deprecated.md` to include deprecations introduced in the `supervision-0.19.0` release.
2024-03-13 13:47:39 +01:00
pre-commit-ci[bot]
2280de707b
fix(pre_commit): 🎨 auto format pre-commit hooks
2024-01-31 21:27:15 +00:00
SkalskiP
da8cc0cbaa
documentation updated
2024-01-31 22:25:47 +01:00
pre-commit-ci[bot]
b6ddd21cdb
fix(pre_commit): 🎨 auto format pre-commit hooks
2024-01-31 21:18:42 +00:00
SkalskiP
5771a29d33
`deprecated.md` added
2024-01-31 22:12:54 +01:00