Hi everyone,
I'm happy to announce a new version of Lab and Downward Lab (
https://lab.readthedocs.io). Here are
the most important changes:
Lab
- Gracefully handle programs that write garbled output by
replacing problematic characters (Jendrik Seipp).
- Add parsing errors to properties file directly instead of
writing them to stderr (Jendrik Seipp).
- Remove special treatment of Slurm "memory cg" errors, since
they don't seem to occur anymore (Jendrik Seipp).
- Raise an error if a run command calls a global Python
interpreter directly, because this would bypass the virtual
environment (Jendrik Seipp).
Downward Lab
- Group rows in "unexplained errors" table by error message
(Jendrik Seipp).
To upgrade to the latest version, use "pip install --upgrade lab"
(preferably in a virtual environment).
Cheers,
Jendrik