transitions v0.8.1 Release Notes

Release Date: 2020-04-01 // about 4 years ago
  • ๐Ÿ›  Release 0.8.1 is a minor release of HSM improvements and bugfixes in the diagram and async extension

    • ๐Ÿ”‹ Feature: Introduced experimental HierarchicalAsync(Graph)Machine
    • ๐Ÿ”‹ Feature #405: Support for nested Enums in HierarchicalMachine (thanks @thedrow)
    • ๐Ÿ›  Bugfix #400: Fix style initialization when initial state is an Enum (thanks @kbinpgh)
    • ๐Ÿ›  Bugfix #403: AsyncMachine.dispatch now returns a boolean as expected (thanks @thedrow)
    • ๐Ÿ›  Bugfix #413: Improve diagram output for HierarchicalMachine (thanks @xiaohuihui1024)
    • Increased coverage (thanks @thedrow)
    • โœ… Introduced xdist for parallel testing with pytest (thanks @thedrow)