Releases: typemytype/booleanOperations
Releases · typemytype/booleanOperations
0.10.0
What's Changed
- Remove wheel from setup_requires by @alerque in #63
- Improved mergeFirstSegments handling by @skef in #67
- Correct for (rare) bad tracking of previousIntersectionPoint by @skef in #65
- Fix test compatibility with fonttools splitCubicAtT precision improvement by @anthrotype in #70
- Add GitHub Actions CI workflow by @anthrotype in #71
New Contributors
Full Changelog: 0.9.0...0.10.0
0.9.0
0.8.2
0.8.1
Removed ufoLib as depedency. Require fonttools >= 3.32.0, which now includes the fontTools.pens.pointPen module, previously imported from ufoLib.
0.8.0
Raise OpenContourError (subclass of BooleanOperationsError) on open contours.
0.7.1
Export `__version__` string in top-level module, following PEP 396 recommendations.
0.7.0
BooleanOperations will now attempt to preserve the position of the original starting points after clipping operations. When two or more contours are merged and there's more than one possible starting point, the one closest to the origin is used.
0.6.4
Fix issue with BooleanGlyphDataPointPen not appending contours. The line was accidentally deleted in a revert commit.
0.6.3
0.6.2
Minor fixes to travis deployment