Skip to content

v0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Nov 14:37
· 388 commits to refs/heads/master since this release
67b924a

Added

  • Armv7: wheels for Alpine 3.14+ with musllinux_1_2_armv7l tag.

Changed

  • libheif updated to 1.14.0 version
  • Ability to pass enc_params for save as List[Tuple[str, str]] was removed, now it accepts only Dict.
  • Deprecated options().ctx_in_memory was removed(default behaviour do not change).
  • Deprecated options().strict was removed(default behaviour do not change).
  • Deprecated check, open, read, check_heif functions was removed.
  • scale method marked as deprecated.

Fixed

  • Values in enc_params for save can now be of type int or float and will be automatically converted to str.
  • Armv7: wheels supports Debian 10(was only Debian 11+\Ubuntu 20.04+ previously) with manylinux_2_28_armv7l tag.
  • Armv7: wheels sizes decreased significantly(almost in 3x).