Skip to content

Version 3.16.0, 2023-09-10

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Sep 13:28
· 412 commits to main since this release
3.16.0
fb35485

What's new

New Features (ENH)

  • Ease access to ViewerPreferences (#2144)

Bug Fixes (BUG)

  • Infinite recursion caused by IndirectObject clone (#2156)
  • catch the case where w[0] is an IndirectObject instead of an int (#2154)
  • Cope with indirect objects in filters and remove deprecated code (#2177)
  • Cope with extra space (#2151)
  • Merge pages without resources (#2150)
  • getcontents() shall return None if contents is NullObject (#2161)
  • Fix conversion from 1 to LA (#2175)
  • Accept tabs in cmaps (#2174)

Robustness (ROB)

  • Accept XYZ with no arguments (#2178)

Documentation (DOC)

  • Mention pdfly on frontpage of docs (#2183)
  • Cross-link pdfly (#2184)
  • Typos in ViewerPreferences docstrings (#2169)

Code Style (STY)

  • Apply ruff rule N806 for some file (#2149)
  • Move functions within _xobj_to_image to a private module (#2182)

Full Changelog