transitions v0.4.3 Release Notes

  • ๐Ÿš€ Release 0.4.3 is a minor release and contains bug fixes and several new features:

    • ๐Ÿ‘Œ Support dynamic model addition via Machine.add_model (thanks to @paulbovbel)
    • ๐Ÿ‘ Allow user to explicitly pass a lock instance or context manager to LockedMachine (thanks to @paulbovbel)
    • ๐Ÿ›  Fixed issue related to parsing of HSMs (thanks to @steval and @user2154065 from SO)
    • When State is passed to Machine.add_transition, it will check if the state (and not just the name) is known to the machine