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
Added wheels for Python 3.10, mac universal2 and linux aarch64 and pypy3 (#44).
Fixed issue with automatic wheel deployment.
No code changes since 1.3.0.
Release the Global Interpreter Lock (GIL) while doing more CPU intensive calls to ClipperLib (union, difference, intersection, minkowski, offset, etc), to allow Python apps to better parallelize when using threading (#29, #30).
Dropped support for setuptools_scm_git_archive.
No code changes, only a minor change in setup process when building from source. Wheels are unaffected.