Releases: typemytype/booleanOperations
Releases · typemytype/booleanOperations
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
0.6.1
Updated install_requires
in setup.py to automatically resolve all dependencies upon installation, now that also fonttools and ufoLib are available on PyPI.