Skip to content

Releases: HeisenbugLtd/spat

SPAT v1.1.0-pre-0

21 Jun 22:31
d9d8c90
Compare
Choose a tag to compare
SPAT v1.1.0-pre-0 Pre-release
Pre-release

This is a pre-release version. Handle with care.

CHANGELOG:

  • Added raw number output mode (option --raw), needed for #1.
  • Added GNAT Studio plug-in (#1, #43).
  • Entity filter (#34 #42) (option --entity)
  • Added tests and templates for entity expression filter (#34).

SPAT v1.0.0 Release Candidate 2

21 Jun 10:06
aaa9788
Compare
Choose a tag to compare

CHANGELOG:

  • Fixed sorting bug in --suggest option.
  • The Trivial prover is ignored for output.

SPAT v1.0.0 Release Candidate 1

20 Jun 22:29
a0dff71
Compare
Choose a tag to compare

CHANGELOG:

  • Added experimental --suggest switch to show a suggested prover configuration.
    Please refer to the documentation.

Know issues:

  • Sorting provers by their most failed times is broken, so the --suggest switch gives bogus results.

SPAT v0.9.5-pre-2

19 Jun 00:09
33e82ef
Compare
Choose a tag to compare
SPAT v0.9.5-pre-2 Pre-release
Pre-release

This is a pre-release version. Handle with care.

CHANGELOG

  • Maintenance update.
  • Fixes an issue where the maximum time for successful proof was ignored, if other VCs for this entity were not proven.
  • Optimization on how to calculate proof times per file, these are now calculated once when building the tree.

SPAT v0.9.5-pre-1

18 Jun 19:35
f60a3c3
Compare
Choose a tag to compare
SPAT v0.9.5-pre-1 Pre-release
Pre-release

This is a pre-release version. Handle with care.

CHANGELOG:

  • Summary output now also shows the maximum time for successful and maximum time for single proof (#29).

  • Number of steps reported by the provers is now also reported in the details.

  • Fixed a crash when the number of reported steps in the .spark file was negative (apparently out of memory situations for the provers are communicated this way) (#36).

  • Slightly enhanced error reporting when mapping the JSON files into our internal structure (related to #36).

  • Other minor enhancements, documentation updates, and improved regression testing.

SPAT v0.9.5-pre

17 Jun 19:51
ae2536c
Compare
Choose a tag to compare
SPAT v0.9.5-pre Pre-release
Pre-release

This is a pre-release version. Handle with care.

CHANGELOG:

  • Implemented --sort-by=s option for sorting by maximum time for successful proof.
    Like maximum proof time and total proof time this time is also reflected in the output for each entity.

SPAT v0.9.4

13 Jun 02:08
Compare
Choose a tag to compare

CHANGELOG:

  • Fixed problem with tool not recognizing long options (thx @yannickmoy) #21
  • Implemented --cut-off parameter #24 #27
  • Documented tool limitations #22 #23
  • Minor internal improvements

SPAT v0.9.3

11 Jun 19:15
Compare
Choose a tag to compare

CHANGELOG:

  • Parsing of .spark files has been parallelized which gives a slight performance improvement on multicore machines.

Known issues:

  • The long command line options don't work (except for the --sort-by). This has been fixed by PR #21 in v0.9.4.

SPAT v0.9.2

11 Jun 14:58
Compare
Choose a tag to compare

CHANGELOG

  • Removed warnings for check_tree being of wrong type. (#19)
  • Sorting of output is (more) deterministic (#20)

The tools seems to work reasonably and all known issues seem to be solved, so I think it's time for a release.

Release fast, release often, right?

Known issues:

  • The long command line options don't work (except for the --sort-by). This has been fixed by PR #21 in v0.9.4.

SPAT v0.9.1-pre

10 Jun 20:54
Compare
Choose a tag to compare
SPAT v0.9.1-pre Pre-release
Pre-release

CHANGELOG

  • Fixed test script and associated templates.

Except for the version number, this release is source identical to v0.9.0-pre.