-
Notifications
You must be signed in to change notification settings - Fork 15
Releases: fonttools/skia-pathops
Releases · fonttools/skia-pathops
v0.9.2
@github-actions
github-actions
c11e91f
This commit was created on GitHub.com and signed with GitHub’s verified signature.
v0.9.1
@github-actions
github-actions
805b844
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Replace uses of Skia's deprecated pointer+count API with the new SkSpan API. No functional change since previous release (#83).
Assets 2
v0.9.0
- 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
.abi3wheels that use CPython'sPy_LIMITED_API: the samecp310-abi3-*wheel works with all Pythons >= 3.10 on the same platform/architecture. We went from 45 wheels down to 12.
Assets 2
v0.8.0.post2
@github-actions
github-actions
v0.8.0.post2
This tag was signed with the committer’s verified signature.
anthrotype
Cosimo Lupo
b8a88f6
This commit was signed with the committer’s verified signature.
anthrotype
Cosimo Lupo
Build wheels for Python 3.13. No other code changes since v0.8.0.post1
Assets 2
v0.8.0.post1
@github-actions
github-actions
v0.8.0.post1
This tag was signed with the committer’s verified signature.
anthrotype
Cosimo Lupo
815070e
This commit was signed with the committer’s verified signature.
anthrotype
Cosimo Lupo
Build wheels for Python 3.12. No other code changes since v0.8.0.
Assets 2
1 person reacted
v0.8.0
@github-actions
github-actions
v0.8.0
This tag was signed with the committer’s verified signature.
anthrotype
Cosimo Lupo
989797f
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Assets 2
v0.7.4
@github-actions
github-actions
v0.7.4
This tag was signed with the committer’s verified signature.
anthrotype
Cosimo Lupo
3b05bc3
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Support variable number of points in PathPen curveTo/qCurveTo methods, following fontTools BasePen protocol and UFO GLIF spec (#63).
Assets 2
v0.7.3
@github-actions
github-actions
58a37f7
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added pre-compiled wheels for Python 3.11
Assets 2
v0.7.2
@github-actions
github-actions
0728fbd
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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).
Assets 2
v0.7.1
@github-actions
github-actions
ec787d4
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.