Skip to content

Releases: BioJulia/Automa.jl

Performance improvement

13 Mar 00:25
Compare
Choose a tag to compare
  • Optimize transition ordering (#12).
  • Fix DOT printer.

Bug fix

28 Feb 09:31
Compare
Choose a tag to compare
  • Make action ordering more intuitive (#8).
  • Fix distinct node detection (#9).

Bug fix

26 Feb 07:31
Compare
Choose a tag to compare
  • Fix a bug of the goto code generator (#6).

Automa.jl 0.2

25 Feb 16:08
Compare
Choose a tag to compare
  • Make more types immutable (#4).
  • Redesign internal data structures (#5).
  • Performance improvement of compiling (#5).
  • Support :all actions (#5).
  • Support conditional transition (#5).
  • Remove deprecated syntax for Julia 0.6 (#5).

Minor performance improvements

29 Jan 14:32
Compare
Choose a tag to compare
  • Improve the performance of the compiler.

Fix docs and the DOT generator

18 Jan 11:28
Compare
Choose a tag to compare
v0.1.1

fix numbers.jl

Code generator improvements

15 Jan 19:12
Compare
Choose a tag to compare
  • Add @goto-based state transition code generator.
  • Remove ns variable from generated code.
  • Add clean=true option to clean up generated code.

Initial release

15 Jan 09:36
Compare
Choose a tag to compare
v0.0.1

loosen Compat requirement