Skip to content

Releases: fonttools/pyclipper

1.4.0

01 Dec 13:14
f998920

Choose a tag to compare

  • Add support for Python 3.14, drop support for 3.9; Python 3.10+ is now required.
  • Modernize build setup by always requiring Cython to build from source
    via PEP517/518 isolated builds.

1.3.0.post6

18 Oct 12:21
1.3.0.post6
3133c9c

Choose a tag to compare

Build Python 3.13 wheels. No code changes.

1.3.0.post5

07 Sep 13:01
1.3.0.post5
b740d82

Choose a tag to compare

Build Python 3.12 wheels. No code changes.

1.3.0.post4

16 Nov 13:24
1.3.0.post4
e349e2b

Choose a tag to compare

Build Python 3.11 wheels. No code changes.

1.3.0.post3

13 Jun 11:03

Choose a tag to compare

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

1.3.0.post2

01 Dec 14:49

Choose a tag to compare

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

25 Jun 16:52
5e10a2e

Choose a tag to compare

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

1.2.1

27 Dec 12:03
1.2.1
3de54fa

Choose a tag to compare

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

1.2.0

01 Jul 12:04
1.2.0
fc2772a

Choose a tag to compare

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

27 Jul 11:33
1.1.0.post2
e9d5117

Choose a tag to compare

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