Skip to content
This repository was archived by the owner on Jan 28, 2019. It is now read-only.

v2.3.0

Compare
Choose a tag to compare
@anthrotype anthrotype released this 16 Jul 13:10
· 120 commits to master since this release
0602e1f
  • The lxml and singledispatch requirements are now optional. When not present, the built-in xml.etree.ElementTree library is used. To install ufoLib with lxml support you can do like this: pip install ufoLib[lxml].
  • Added new ufoLib.plistlib implementation that works the same way on both python 2 and python 3, and matches the python3's plistlib API (#160).
  • Added new ufoLib.etree module that exports the same ElementTree interface using either lxml or xml.etree (built-in) as backends, depending on the availability of former (#161).
  • glifLib: use double quotes in XML declaration like previous ufoLib versions (#159).
  • Set up test coverage and upload coverage report to codecov.io.