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) conda-forgeis no longer a default channel formamba. (#1373)
Other Changes and Additions
asvnow depends onvirtualenv(#1379)
Github Generated Log
What's Changed
- BUG: Remove prepended entry from sys.path by @ngnpope in https://github.com/airspeed-velocity/asv/pull/1346
- Handle partially-skipped benchmarks by @ianthomas23 in https://github.com/airspeed-velocity/asv/pull/1351
- BUG: build/include only asv in bdist by @vishwin in https://github.com/airspeed-velocity/asv/pull/1349
- MAINT: fix instances of get in mamba plugin by @hmaarrfk in https://github.com/airspeed-velocity/asv/pull/1357
- MAINT: Do not always add dependencies section to update conda environment file by @hmaarrfk in https://github.com/airspeed-velocity/asv/pull/1359
- Remove
asv devfrom docs by @CodyCBakerPhD in https://github.com/airspeed-velocity/asv/pull/1371 - Improve error message when environment not found by @dstansby in https://github.com/airspeed-velocity/asv/pull/1369
- CI: Test on min/max supported ranges of python versions by @dstansby in https://github.com/airspeed-velocity/asv/pull/1366
- DOC: Remove mentions of Python 2.7 by @dstansby in https://github.com/airspeed-velocity/asv/pull/1367
- MAINT: Vendor
mamba.apiby @HaoZeke in https://github.com/airspeed-velocity/asv/pull/1372 - BUG: Add
MAMBARCsupport tomambaby @HaoZeke in https://github.com/airspeed-velocity/asv/pull/1373 - MAINT: Finalize rename to
mainby @HaoZeke in https://github.com/airspeed-velocity/asv/pull/1375 - DOC : added
default_benchmark_timeoutinusing.rst(proposal) by @Schefflera-Arboricola in https://github.com/airspeed-velocity/asv/pull/1376 - ENH,MAINT: Add towncrier by @HaoZeke in https://github.com/airspeed-velocity/asv/pull/1378
- MAINT: Unconditionally depend on virtualenv by @HaoZeke in https://github.com/airspeed-velocity/asv/pull/1379
- MAINT,DOC:
pipand network connectivity defaults by @HaoZeke in https://github.com/airspeed-velocity/asv/pull/1377
New Contributors
- @ngnpope made their first contribution in https://github.com/airspeed-velocity/asv/pull/1346
- @ianthomas23 made their first contribution in https://github.com/airspeed-velocity/asv/pull/1351
- @vishwin made their first contribution in https://github.com/airspeed-velocity/asv/pull/1349
- @CodyCBakerPhD made their first contribution in https://github.com/airspeed-velocity/asv/pull/1371
- @Schefflera-Arboricola made their first contribution in https://github.com/airspeed-velocity/asv/pull/1376
Full Changelog: https://github.com/airspeed-velocity/asv/compare/v0.6.1...v0.6.2