Version 0.8.2
This version fixes a few small issues related to configuration. The wheel tag is fixed when wheel.platlib is False, inplace editable installs ignore build-dir, and install-dir no longer affects the generate path.
What's Changed
Fixes:
- Ensure
wheel.platlibbeing false sets<abi>-<platform>as"none-any"by @jcfr in #655 - Inplace editable install should ignore
build-dirby @henryiii in #644 install-dirshouldn't affect generate path by @henryiii in #654- Expand info printing by @henryiii in #651
Documentation:
- Clarify requirement for using "inplace" editable mode by @jcfr in #643
- Update README to use modern GitHub admonition by @jcfr in #641
- be explicit about what it means to "use SKBUILD_SOABI" by @minrk in #646
New Contributors
Full Changelog: v0.8.1...v0.8.2