New
v0.6.2
Changelog
0.6.2 (2024-02-12)
New Features
- Partially skipped benchmarks will still have their results displayed. (#1351)
asvwill now correctly prepare all the build backend dependencies intobase_requirementsand the defaultbuild_commandhas been modified to allow fetching from PyPI. (#1377)
Bug Fixes
- The
asvpackage no longer prepends the script execution directory unconditionally. Now we check for and remove the path only if it matches the directory that the runner script resides in. (#1346) - The
bdistwheels no longer includebenchmarksandtest. (#1349) - The
mambaplugin works correctly for newer versions (>=1.5) oflibmambapy(#1372) - The
mambaplugin respects theMAMBARCenvironment if set, taking channels and channel priority from the file in the environment variable. (#1373) - Fixed a bug where
matrixrequirements were dropped if an environment file was specified. (#1373)