* Recursive algorithms have been transformed to iterative ones due to the limited Python recursion.
* Spot has been added as a new model-checking backend for LTL properties.
* Initial support for checking LTL properties under the semantics of the strategy language whose iteration coincides with the Kleene star. It uses Streett automata from the Spot library.
* Improvements in the test and benchmarking subcommand with support for nested problem specifications, parameters, multiple executions, etc.
* The API is extended with a function to print graphs.
* Bug fixes and code cleanup.