Skip to content

Version 0.2.0

Choose a tag to compare

@henryiii henryiii released this 14 Feb 23:10
· 640 commits to main since this release
7b36378

This version adds local build directory support - you can now set build-dir and reuse build targets. This does not yet default to on, so please test it out. This can dramatically speed up rebuilds. If you want to mimic setuptools, you can set this to build/{cache_tag}. Or you can chose some other directory, like scikit-build classic's _skbuild. Along with this, we now have a native wheel writer implementation and support prepare_metadata_for_build_wheel.

Scikit-build-core now also contains a backport of FindPython from CMake 3.26, which fixes SOABI on PyPy and supports the Stable ABI / Limited API.

What's Changed

Features:

Tests:

Other things:

New Contributors

Full Changelog: v0.1.6...v0.2.0