v0.2.1
ChenSignatures v0.2.1
Patch Release 0.2.1
🐍 Python Integration
- Dynamic Version Syncing: The Python wrapper now automatically detects its own version and enforces strict version equality (
=x.y.z) on the Julia backend. This eliminates the need for manual synchronization injuliapkg.json. - Installation Robustness: Fixed edge cases where the Julia backend version could drift from the Python frontend.
⚙️ CI/CD
- Added strict CI checks to ensure Python and Julia version numbers in
pyproject.tomlandProject.tomlnever diverge.
Merged pull requests: