Releases: shoumikchow/bbox-visualizer
Releases · shoumikchow/bbox-visualizer
v0.2.2
What's Changed
- The library is now much, much smaller in size
- Should also be much faster
- Better error messages when the bounding box is empty or invalid
- Cleaned up examples
- Multiple QoL changes for dev like single source of versioning, updated type hints, new git workflow, etc.
Full Changelog: 0.2.1...v0.2.2
v0.2.1
What's Changed
- Mostly QoL updates
- Add option to suppress warnings
- Update minimum Python requirement to 3.9 as older ones have been deprecated
- More modern type hints
- Add new ruff exception
- Update .gitignore
Full Changelog: 0.2.0...0.2.1
v0.2.0
Long overdue release!
What's Changed
- Fix edge cases (literally). Now your labels won't go out of bounds when the labels are on the edge of the image.
- If label style is T or flag and it's going outside the image, fall back to the default options.
- Modernize build process using uv and pyproject.toml
- Add tests
Thanks to @nefelipar, @Ryoo72, @sc0v0ne and @shreyasvedpathak for their contribution.
Full Changelog: 0.1.0...0.2.0
v0.1.0
Changelog
- First public release!