Skip to content

Release 0.8.5

Compare
Choose a tag to compare
@aleneum aleneum released this 06 Nov 08:20
· 272 commits to master since this release

Release 0.8.5 is a minor release and contains bugfixes:

  • AsyncMachine.switch_model_context is expected to be async now for easier integration of async code during model switch.
  • Bugfix #478: Initializing a machine with GraphSupport threw an exception when initial was set to a nested or parallel state (thanks @nickvazztau)