Skip to content

Version 0.8.0

Compare
Choose a tag to compare
@henryiii henryiii released this 23 Jan 19:27
· 185 commits to main since this release
b2ea030

This version replaces the cmake/ninja minimum-version config option with a more powerful free-form version field. Scikit-build-core will now respect CMAKE_EXECUTABLE for finding CMake. You can override based on the build state, allowing overrides for editable installs, for example. You can specify a build tag (AKA build number). And you can define CMake variables from environment variables.

What's Changed

Features:

Fixes:

Tests and internal:

New Contributors

Full Changelog: v0.7.1...v0.8.0