Skip to content

Scikit-build 0.14.0

Compare
Choose a tag to compare
@henryiii henryiii released this 04 Apr 14:58
· 127 commits to master since this release
0.14.0
9ae49a2

This is the final release for Python <3.6 and MSVC<2017.

New Features

  • Add support for --install-target scikit-build command line option. And cmake_install_target in setup.py. Allows providing an install target different than the default install. Thanks @phcerdan for the contribution. See #477.

Bug fixes

  • The manifest install location computation was fixed. Thanks @kratsg for the contribution in #682.
  • Byte-compilation was skipped due to a missing return. Thanks @pekkarr in #678.
  • Packages can now be computed from the same shared collections, before this could confuse Scikit-build. Thanks @vyasr in #675.
  • Fixed library detection for PyPy 3.9. Thanks @rkaminsk in #673.

Internal

  • Scikit-build now uses pyproject.toml and setuptools_scm to build. If you are packaging scikit-build itself, you might need to update your requirements. See #634.
  • The codebase is now formatted with Black. #665