Pyclipper Versions Save

Cython wrapper for the C++ translation of the Angus Johnson's Clipper library (ver. 6.4.2)

1.3.0.post5

8 months ago

Build Python 3.12 wheels. No code changes.

1.3.0.post4

1 year ago

Build Python 3.11 wheels. No code changes.

1.3.0.post3

1 year ago

Rebuild pre-generated cython sources in sdist package to fix build issue on Python 3.11.0 beta1

1.3.0.post2

2 years ago

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.

1.3.0

2 years ago

Export pyclipper.__version__ string (#40). Removed long-deprecated SCALING_FACTOR global variable.

1.2.1

3 years ago

No code changes in the main library. Only added wheels for Python 3.9.

1.2.0

3 years ago

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).

1.1.0.post2

5 years ago

Dropped support for setuptools_scm_git_archive. No code changes, only a minor change in setup process when building from source. Wheels are unaffected.

1.1.0.post1

5 years ago

Added wheels for python3.7. No code changes.

1.1.0

6 years ago

Updated embedded Clipper library to version 6.4.2