Releases: ftsrg/theta
v2.9.2
v2.9.1
v2.9.0
This release adds various improvements and features to the XSTS formalism and tool.
- Printing metrics.
- New PROD_AUTO domain.
- Parse and verify Petri nets in PNML format.
Thanks @mondokm!
v2.8.0
This release upgrades Theta to use Gradle 6 (instead of 5) as a build system. This should not have any effect on the compiled binaries and its interfaces. Thanks @radl97!
Note: if you are upgrading your fork/branch which still used Gradle 5, it is recommended to do a full cleanup of the repository (git clean -xfd
), but first make sure that all your changes are committed.
v2.7.1
v2.7.0
This release makes the error and final locations in the CFA optional and adds an --errorloc
argument to the cfa-cli tool. If this argument is given, the provided location is treated as the error location (even if the CFA itself defines an error location). For backward compatibility, if the argument is not given, the tool falls back to using the error location from the CFA (as previously).