Skip to content

Releases: fonttools/skia-pathops

v0.9.2

16 Feb 10:29
c11e91f

Choose a tag to compare

  • Replaced pkg_resources with importlib.metadata in setup.py (#84, #85).

v0.9.1

08 Dec 11:43
805b844

Choose a tag to compare

Replace uses of Skia's deprecated pointer+count API with the new SkSpan API. No functional change since previous release (#83).

v0.9.0

12 Nov 07:51

Choose a tag to compare

  • Dropped support for Python 3.8 and 3.9 (EOL), require 3.10+
  • Updated Skia to chrome/m143 branch. Adapted code to use new SkPathBuilder API instead of the deprecated mutable SkPath API. No external changes for Python users (#81).
  • Build and upload .abi3 wheels that use CPython's Py_LIMITED_API: the same cp310-abi3-* wheel works with all Pythons >= 3.10 on the same platform/architecture. We went from 45 wheels down to 12.

v0.8.0.post2

18 Oct 15:57
v0.8.0.post2
b8a88f6

Choose a tag to compare

Build wheels for Python 3.13. No other code changes since v0.8.0.post1

v0.8.0.post1

07 Sep 14:00
v0.8.0.post1
815070e

Choose a tag to compare

Build wheels for Python 3.12. No other code changes since v0.8.0.

v0.8.0

01 Jun 15:45
v0.8.0
989797f

Choose a tag to compare

  • Update embedded libskia to chrome/m113 branch
  • Dropped support for Python 3.7 which reached end of life, we now require python 3.8 or greater.
  • Added support for special TrueType-style closed contours without on-curve points in the PathPen and Path.draw interface (#45, #66).

v0.7.4

11 Nov 16:12
v0.7.4
3b05bc3

Choose a tag to compare

Support variable number of points in PathPen curveTo/qCurveTo methods, following fontTools BasePen protocol and UFO GLIF spec (#63).

v0.7.3

28 Oct 19:19
58a37f7

Choose a tag to compare

Added pre-compiled wheels for Python 3.11

v0.7.2

30 Nov 17:00
0728fbd

Choose a tag to compare

Added support for finding skia using pkg-config to allow building skia-pathops using system or externally compiled libskia.
To enable that you must export BUILD_SKIA_FROM_SOURCE=0 environment varible to disable building embedded libskia from source (#54).

v0.7.1

04 Oct 14:34
ec787d4

Choose a tag to compare

Build wheels for Linux aarch64 (arm64) platform (#48).
No code changes since v0.7.0.