Skip to content

v4.2 (2019-09-27)

Compare
Choose a tag to compare
@jendrikseipp jendrikseipp released this 01 Mar 18:14
· 538 commits to main since this release

Lab

  • Upload to PyPI. Install Lab and Downward Lab with pip install lab.
  • Add support for running Lab in Python virtual environments (Guillem).
  • Parser scripts don't have to be executable anymore, but they must be Python scripts.

Downward Lab

  • Abort if two algorithms are identical, i.e., use the same revision, build config and commandline options.
  • Scatter plot report: include tasks for which both algorithms have no data if show_missing=True.