Changelog
0.6.2 (2024-02-12)
New Features
- Partially skipped benchmarks will still have their results displayed.
(#1351) asv
will now correctly prepare all the build backend dependencies
intobase_requirements
and the defaultbuild_command
has been
modified to allow fetching from PyPI. (#1377)
Bug Fixes
- The
asv
package 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
bdist
wheels no longer includebenchmarks
andtest
. (#1349) - The
mamba
plugin works correctly for newer versions (>=1.5) of
libmambapy
(#1372) - The
mamba
plugin respects theMAMBARC
environment if set, taking
channels and channel priority from the file in the environment
variable. (#1373) - Fixed a bug where
matrix
requirements were dropped if an environment
file was specified. (#1373) conda-forge
is no longer a default channel formamba
. (#1373)
Other Changes and Additions
asv
now depends onvirtualenv
(#1379)
Github Generated Log
What's Changed
- BUG: Remove prepended entry from sys.path by @ngnpope in #1346
- Handle partially-skipped benchmarks by @ianthomas23 in #1351
- BUG: build/include only asv in bdist by @vishwin in #1349
- MAINT: fix instances of get in mamba plugin by @hmaarrfk in #1357
- MAINT: Do not always add dependencies section to update conda environment file by @hmaarrfk in #1359
- Remove
asv dev
from docs by @CodyCBakerPhD in #1371 - Improve error message when environment not found by @dstansby in #1369
- CI: Test on min/max supported ranges of python versions by @dstansby in #1366
- DOC: Remove mentions of Python 2.7 by @dstansby in #1367
- MAINT: Vendor
mamba.api
by @HaoZeke in #1372 - BUG: Add
MAMBARC
support tomamba
by @HaoZeke in #1373 - MAINT: Finalize rename to
main
by @HaoZeke in #1375 - DOC : added
default_benchmark_timeout
inusing.rst
(proposal) by @Schefflera-Arboricola in #1376 - ENH,MAINT: Add towncrier by @HaoZeke in #1378
- MAINT: Unconditionally depend on virtualenv by @HaoZeke in #1379
- MAINT,DOC:
pip
and network connectivity defaults by @HaoZeke in #1377
New Contributors
- @ngnpope made their first contribution in #1346
- @ianthomas23 made their first contribution in #1351
- @vishwin made their first contribution in #1349
- @CodyCBakerPhD made their first contribution in #1371
- @Schefflera-Arboricola made their first contribution in #1376
Full Changelog: v0.6.1...v0.6.2