pyclipper icon indicating copy to clipboard operation
pyclipper copied to clipboard

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

Results 24 pyclipper issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @​actions/artifact dependency by @​bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...

dependencies

As the title suggests, the single-case test is reproduced below: import numpy as np import pyclipper poly = np.array([[632, 970], [631, 971], [630, 971], [630, 973], [631, 974], [631, 975],...

Since sometime in the past years, the original clipper pages have been removed from angusj. Use a version provided by archive.org instead.

We noticed that the version numbers of a few recent releases of pyclipper end with "post", what does that mean, is that a formal release version? I would like a...