Skip to content

v2.13.0.0

Choose a tag to compare

@RoadrunnerWMC RoadrunnerWMC released this 13 Nov 16:27
· 10 commits to master since this release
823a83d

Version 2.13.0.0 of the unofficial libimagequant Python bindings.

libimagequant has been updated to version 2.13.0. In addition, I rewrote the CI system again! This brings the following improvements:

  • Instead of 20 different builds for various combinations of operating systems and Python versions, there are now just three -- one each for Windows, macOS, and Linux. All are compatible with Python 3.5 through 3.9.
    • This is the first release to include builds for Python 3.9.
  • An "sdist" source distribution is now provided, which should make it much easier to install libimagequant on PyPy and other platforms.
  • Linux builds now use the manylinux2014 platform.
  • The CI infrastructure has been switched from Azure Pipelines to GitHub Actions, mainly because I'm already using GHA for all my other projects.