Added * Ability to use a `BytesIO` buffer directly. This can simplify loading `matplotlib` plots into the PDF. Modified * `load_resource` now return argument if type is `BytesIO`, else load.
2.0.1
Not secure
Modified * introduced a dependency to `numpy` to improve performances by replacing pixel regexes in image parsing (s/o pennersr)
2.0.0
Not secure
Added * support for more recent Python versions * more documentation Fixed * PDF syntax error when version is > 1.3 due to an invalid `/Transparency` dict Modified * turned `accept_page_break` into a property * unit tests now use the standard `unittest` lib * massive code cleanup using `flake8`