You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: bump version to 0.7.1
Updates version numbers across core and Python bindings, and adds
detailed changelog entries for fixes, performance improvements, and
new features in the 0.7.1 release.
chore: release version 0.7.0
Finalize changelogs and update version numbers across configuration
files for the 0.7.0 release. Includes Python 3.14 support metadata.
chore: bump version to 0.6.0 and mark as beta
Finalizes the version number across build files (pyproject.toml and
build.zig.zon) for the 0.6.0 release.
Updates the Python package classifier from Alpha (3) to Beta (4).
build: bump project versions and update minimum Zig
Update main project and Python binding versions to 0.5.1.
Set minimum Zig version to 0.16.0-dev.164+bc7955306.
release: publish version 0.5.0
This major release introduces computer vision features, advanced image
filtering, architectural improvements, and performance optimizations.
Python bindings gain matrix, PCA, and enhanced image API.
BREAKING CHANGE: Several API changes in core and Python bindings.
Refer to CHANGELOG.md and bindings/python/CHANGELOG.md for details.
chore(release): bump version to 0.4.1
Includes fixes for fillRectangle alpha blending and drawLine algorithm.
Adds new drawing examples. Updates Python binding changelog.