Skip to content

20191020

Compare
Choose a tag to compare
@pietermarsman pietermarsman released this 20 Oct 13:02
· 190 commits to master since this release
a5a34d5

Deprecated

  • Support for Python 2 is dropped at January 1st, 2020 (#307)

Added

  • Contribution guidelines in CONTRIBUTING.md (#259)
  • Support new encodings OneByteEncoding and DLIdent for CMaps (#283)

Fixed

  • Use six.iteritems() instead of dict().iteritems() to ensure Python2 and Python3 compatibility (#274)
  • Properly convert Adobe Glyph names to unicode characters (#263)
  • Allow CMap to be a content stream (#283)
  • Resolve indirect objects for width and bounding boxes for fonts (#273)
  • Actually updating stroke color in graphic state (#298)
  • Interpret (invalid) negative font descent as a positive descent (#203)
  • Correct colorspace comparision for images (#132)
  • Allow for bounding boxes with zero height or width by removing assertion (#246)

Changed

  • All dependencies are managed in setup.py (#306, #219)