New
v0.6.1
Changelog
0.6.1 (2023-09-11)
New Features
API Changes
Bug Fixes
- Fixed handling of
pipdependencies inenvironment.ymlfiles for themambaplugin (#1326) - Removed the need for explicit
pip+inasv.config.jsonmatrix requirements forvirtualenv asvwill now useconda_environment_fileif it exists (#1325)
Other Changes and Additions
- Made
asvtimestamps viadatetimePython 3.12 compatible (#1331) - Provided
asv[virtualenv]as an installable target - Switched to using Github Actions exclusively for Windows and Linux
0.6.0 (2023-08-20)
New Features
- Internal use of
asv_runner, allowing custom benchmark types (#1287) - Added benchmark skipping capabilities using new decorators
skip_benchmark_ifandskip_params_if(#1309)