Skip to content

Releases: ftsrg/theta

v2.12.1

12 Apr 13:58
6d92707
Compare
Choose a tag to compare

This release adds a new expression for rational to int type conversion.

v2.12.0

01 Mar 16:51
9e583b1
Compare
Choose a tag to compare

This release improves XSTS local variables, which can now be declared more freely and can contain initial value assignments.

v2.11.1

26 Feb 16:42
ff652df
Compare
Choose a tag to compare

This patch fixes a bug in counterexample serialization.

v2.11.0

22 Feb 19:25
61b41b0
Compare
Choose a tag to compare

This release adds support for local variables in the XSTS language.

v2.10.0

11 Feb 18:26
f747803
Compare
Choose a tag to compare

This release adds support for arrays in the XSTS formalism.

v2.9.3

11 Feb 15:13
b1fa367
Compare
Choose a tag to compare

This patch fixes a bug when array write expressions are a part of an interpolant.

v2.9.2

02 Feb 17:19
Compare
Choose a tag to compare

Small patches and improvements. Removed Travis build because lately it has long queue times and GH Actions already provides all the functionalities (plus more). Fixed coverage reporting to Codacy.

v2.9.1

02 Feb 13:51
1b8e320
Compare
Choose a tag to compare

This release groups projects into directories based on the formalism. There is no change in functionality. Thanks @szdan97 @kris7t!

v2.9.0

31 Jan 15:52
1509563
Compare
Choose a tag to compare

This release adds various improvements and features to the XSTS formalism and tool.

Thanks @mondokm!

v2.8.0

27 Oct 11:41
1b23fb6
Compare
Choose a tag to compare

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.