* better behaviour for new_from_memory fixes some segvs [wppd] * added addalpha/hasalpha [jcupitt]
2.1.4
* update links for repo move [jcupitt] * update autodocs for libvips 8.7 [jcupitt]
2.1.3
* record header version number in binary module and check compatibility with the library during startup [jcupitt] * add optional output params to docs [kleisauke] * update docs [jcupitt] * add some libvips 8.7 tests [jcupitt] * move to pytest [kleisauke] * better handling of many-byte values in py3 new_from_memory [MatthiasKohl] * better handling of utf-8 i18n text [felixbuenemann] * add enum introspection [kleisauke] * move the libvips test suite back to libvips, just test pyvips here [jcupitt] * fix five small memleaks [kleisauke]
2.1.2
* only use get_fields on libvips 8.5+ [rebkwok] * only use parent_instance on libvips 8.4+ [rebkwok] * relative import for decl
2.1.1
* switch to sdist * better ABI mode fallback behaviour
2.1.0
* support cffi API mode as well: much faster startup, about 20% faster on the test suite [jcupitt] * on install, it tries to build a binary interface, and if that fails, falls back to ABI mode [jcupitt] * better error for bad kwarg [geniass]