Skip to content

Releases: shoumikchow/bbox-visualizer

v0.2.2

02 Jun 01:55
dffb38d
Compare
Choose a tag to compare

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

29 Apr 05:51
Compare
Choose a tag to compare

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

03 Mar 07:49
Compare
Choose a tag to compare

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

27 Sep 06:27
36a2aa3
Compare
Choose a tag to compare

Changelog

  • First public release!