Skip to content

v1.7.0

Compare
Choose a tag to compare
@dean0x7d dean0x7d released this 22 Jun 13:03
· 25 commits to main since this release
  • Recipe build performance and Conan cache usage have been improved further (on top of the improvements in v1.6.0) by optimizing the way licenses are gathered. The recipe now takes advantage of a new feature in pip-license v4.2.0 to gather licenses from an external environment. This way, we don't need to re-install packages just to gather licenses, thus cutting both build time and Conan cache usage in half.
  • Reduced package size for Python >= 3.10 on macOS and Linux by removing the libpython*.a static library. This brings these platforms in line with the existing package for Windows. Only shared libraries are included.