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
- Raise minimum supported Python version to 3.7
(Jendrik Seipp).
- Add support for Python 3.10 (Jendrik Seipp).
- Apply parsing functions in the order in which
they were added (Jendrik Seipp).
- For contributors: document pre-commit hook in
CONTRIBUTING.md
file (Jendrik Seipp).
Downward Lab
- Parse peak memory in anytime search parser
(Jendrik Seipp).
- Only store "planner_memory" and "planner_time"
attributes for successful planner runs (Jendrik
Seipp).
- Add fully customizable example planner
experiment without
FastDownwardExperiment
class (Jendrik Seipp).
- Show how to group domain directories in example
Fast Downward experiment (Jendrik Seipp).
To upgrade to the latest version, use "pip install --upgrade lab"
(preferably in a virtual environment).
Cheers,
Jendrik