Skip to content

Releases: informalsystems/apalache

v0.18.0

06 Dec 00:40
Compare
Choose a tag to compare

0.18.0

Features

  • Add bug report templates, see #1094

  • Improve the format of uninterpreted constants to name_OF_TYPE, see #1130

Bug fixes

  • Remove duplicate function indices when decoding symbolic states, fixes #962

  • Translate a^b for non-constant a and b, fixes #1136

Refactoring

  • Change the format of type exceptions, see #1090

  • Remove duplicate function indices when decoding symbolic states, fixes #962

  • Improve error messaging for Seq, see #1126 and #1127

Documentation

v0.17.5

23 Nov 04:13
Compare
Choose a tag to compare

0.17.5

Bug fixes

  • Fix computation of principal types, see #1084
  • Fix error leaving contents in run-dir as empty files, see #1119

Features

  • Added support for sets to the SMT encoding with arrays, see #1092

v0.17.4

16 Nov 14:31
Compare
Choose a tag to compare

0.17.4

Features

  • Add --run-dir flag, enabling users to write outputs directly to a known and
    stable location, see #1081

v0.17.3

15 Nov 15:59
Compare
Choose a tag to compare

0.17.3

Features

  • Added sort-distinction for model values, see #570

Bug fixes

  • Fixed handling of polymorphic operators in folds, see #1085

v0.17.2

08 Nov 11:35
Compare
Choose a tag to compare

0.17.2

Bug fixes

  • Fix regression breaking --output file format detection in parser command, see
    #1079

v0.17.1

04 Nov 11:42
Compare
Choose a tag to compare

0.17.1

Bug fixes

  • Fix regression breaking behavior of --output flag, see #1072, #1073

v0.17.0

29 Oct 21:59
Compare
Choose a tag to compare

0.17.0

Features

  • Add smt-encoding option to CLI check command, see #1053
  • Added CLI and configuration interface for managing generated outputs, see #1025, #1036, #1062, #1065

v0.16.5

07 Oct 16:29
Compare
Choose a tag to compare

0.16.5

Bug fixes

  • Propagate constraints passed in --cinit, see #1023
  • Propagate constraints passed ASSUME, see #880

v0.16.4

05 Oct 16:36
Compare
Choose a tag to compare

0.16.4

v0.16.3

05 Oct 14:09
Compare
Choose a tag to compare

0.16.3

Bug fixes

  • Fix type checker to complain about polymorphism in the post phase, see #931

Features

  • Enumerated files containing intermediate module states, see #993

Delivery

  • Move docker containers to the GitHub container registry, see #1013