Release 2.0.1
This release contains several bug fixes around long standing issues. In addition, the startup time of the command-line interface was lowered. This should be immediately noticeable upon usage.
Changelog
Features
Bugfixes
- Already submitted benchmarks are now hidden in the summary of
mdbenchmark submit
. (#139) - Plotting will now work, even when some benchmarks are unfinished. (#140)
- Restarting benchmarks with
mdbenchmark submit --force
works again. (#141)
Misc
- Use
poetry
to manage Python dependencies and the project in general. (#155)