Skip to content

0.0.8

Compare
Choose a tag to compare
@tttapa tttapa released this 14 May 11:17
· 120 commits to main since this release
  • Added PY_BUILD_CMAKE_PACKAGE_NAME and PY_BUILD_CMAKE_PACKAGE_VERSION CMake options (replaces VERIFY_VERSION)
  • Added pyproject.toml/py-build-cmake/cmake/minimum_version option
  • PY_BUILD_CMAKE_VERBOSE environment variable to print more information about the configuration and build process
  • Automatically add CMake, Ninja and mypy as build dependencies if they are used but not found in $PATH (or if the version in $PATH is too old or broken)
  • More robust CMake script to find Python and pybind11
  • Example for packaging C++ executables rather than Python modules
  • Created a FAQ page

Full Changelog: 0.0.7...0.0.8