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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
4.1.0 - 2026-01-15
Changed
new GriddedPerm.contains_patt function checks positions first, then pattern
and as a result can lead to huge 2x - 4x speed improvement in specification
finding
Migrated to modern pyproject.toml packaging with hatchling backend
Minimum Python version is now 3.10 (dropped 3.8, 3.9 support)
Updated GitHub Actions to use latest action versions (checkout@v4, setup-python@v5)