v0.1.7
Added
- Added
manylinux2014_i686
wheels. - Integration of PEP 517 in progress, added new instructions for building from source.
Changed
- Making code cleaner, renamed cffi module from
pillow_heif.libheif
to_pillow_heif_cffi
. - libaom bumped from 3.2.0 to 3.3.0
Fixed
- Fixed
AttributeError
when callingImage.verify
. Thanks @zijian-hu for reporting.