0.14.0
版本发布时间: 2022-04-04 22:58:32
scikit-build/scikit-build最新发布版本:0.18.1(2024-08-29 02:17:07)
This is the final release for Python <3.6 and MSVC<2017.
New Features
- Add support for
--install-target
scikit-build command line option. Andcmake_install_target
insetup.py
. Allows providing an install target different than the defaultinstall
. 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
andsetuptools_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