Releases: fonttools/skia-pathops
Releases · fonttools/skia-pathops
v0.8.0.post2
Build wheels for Python 3.13. No other code changes since v0.8.0.post1
v0.8.0.post1
Build wheels for Python 3.12. No other code changes since v0.8.0.
v0.8.0
- 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
Support variable number of points in PathPen curveTo/qCurveTo methods, following fontTools BasePen protocol and UFO GLIF spec (#63).
v0.7.3
Added pre-compiled wheels for Python 3.11
v0.7.2
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
Build wheels for Linux aarch64 (arm64) platform (#48).
No code changes since v0.7.0.
v0.7.0
- 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
Make pypy 7.3 wheels for Linux.
v0.6.0.post2
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.