Skip to content

Version 0.8.2

Compare
Choose a tag to compare
@henryiii henryiii released this 29 Feb 22:05
· 166 commits to main since this release
160bbca

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.platlib being false sets <abi>-<platform> as "none-any" by @jcfr in #655
  • Inplace editable install should ignore build-dir by @henryiii in #644
  • install-dir shouldn'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