Skip to content

v0.4.0

Compare
Choose a tag to compare
@leifgehrmann leifgehrmann released this 13 Nov 00:44
· 18 commits to master since this release

Breaking Changes

  • C-FFI bindings are now generated at runtime, rather than at installation. This was done to avoid common installation issues like ModuleNotFoundError: No module named 'pangocairocffi._generated'. This change does mean the bindings are re-compiled the first time import pangocairocffi is called in a python session, but it takes less than a second to do this. If there are any issues with this change, please raise an issue in the issue tracker. #17
  • pangocairocffi now depends on pangocffi v0.8.0. Older versions are not compatible. #17
  • Support for Python 3.5 has been dropped because it has reached end-of-life. #18