Skip to content

Releases: MasWag/monaa

0.5.4

19 Jun 08:25
23b7ed0
Compare
Choose a tag to compare

Some minor issues are resolved.

  • Fixed some issues on GitHub Actions and Docker
  • Disabled march=native if not supported
    • It seems this flag is not supported on M1 mac
  • Added integrated test in CI
  • Fixed an issue on Kleene start + timing constraints

0.5.3

08 Jun 05:51
5bbfc22
Compare
Choose a tag to compare
  • automatic search of Bison and Flex installed by homebrew on macOS
  • fix docker image build

0.5.2

28 Feb 08:47
54612cc
Compare
Choose a tag to compare
  • Fixed a bug in the translation from a TRE to a TA

0.5.1

23 Feb 00:39
c09768a
Compare
Choose a tag to compare
  • Fixed a bug in the translation from a TRE to a TA

0.5

09 Oct 06:41
Compare
Choose a tag to compare
0.5
  • Added tre2ta standalone
    • A translator of a timed regular expression to a timed automaton
    • The translation is the same as the one used in MONAA
  • By default, unit_test is not built anymore
    • You have to explicitly specify it e.g., make unit_test

0.4.2

17 Sep 06:39
Compare
Choose a tag to compare

Fixed a memory error (std::bad_alloc) in some environments when a TRE is used

0.4.1

09 Mar 01:35
Compare
Choose a tag to compare
  • Fixed a bug in the TRE with Kleene star * and concatenate
    • For example, (A*B)$