Skip to content

Releases: fonttools/skia-pathops

v0.8.0.post1

07 Sep 14:00
v0.8.0.post1
815070e
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Added pre-compiled wheels for Python 3.11

v0.7.2

30 Nov 17:00
0728fbd
Compare
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
Compare
Choose a tag to compare

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

v0.7.0

01 Oct 13:53
65e06eb
Compare
Choose a tag to compare
  • Updated libskia to current chrome/m95 branch (no known/notable changes to
    PathOps module).
  • No longer require python2 to build from source.
  • Build and publish universal2 wheels to support the new
    ARM-based Macs with Apple M1 chip.

v0.6.0.post3

02 Aug 17:35
abb8a13
Compare
Choose a tag to compare

Make pypy 7.3 wheels for Linux.

v0.6.0.post2

09 Feb 17:22
v0.6.0.post2
7468700
Compare
Choose a tag to compare

Rebuilt pre-compiled libskia with older MACOSX_DEPOLYMENT_TARGET to fix issue with macOS 10.13 (#41, #42).
No other code changes since v0.6.0.post1 release.

v0.6.0.post1

11 Jan 10:57
v0.6.0.post1
aedaa49
Compare
Choose a tag to compare

Fixed CI setup issue whereby source distribution package was missing the skia source files from the git submodule.
No code changes sice v0.6.0.