Skip to content

Tags: arrufat/zignal

Tags

0.10.0

Toggle 0.10.0's commit message
chore: bump version to 0.10.0

0.9.1

Toggle 0.9.1's commit message
chore: update project version to 0.9.1

0.9.0

Toggle 0.9.0's commit message
chore: release version 0.9.0

0.8.0

Toggle 0.8.0's commit message
chore: finalize version 0.8.0

0.7.1

Toggle 0.7.1's commit message
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.

0.7.0

Toggle 0.7.0's commit message
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.

0.6.0

Toggle 0.6.0's commit message
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).

0.5.1

Toggle 0.5.1's commit message
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.

0.5.0

Toggle 0.5.0's commit message
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.

0.4.1

Toggle 0.4.1's commit message
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.