Info: Zenodo’s user support line is staffed on regular business days between Dec 23 and Jan 5. Response times may be slightly longer than normal.

There is a newer version of the record available.

Published October 4, 2021 | Version 0.8.10
Software Open

pytransitions/transitions: Release 0.8.10

  • 1. Neurocognition and Action, CITEC, Bielefeld University
  • 2. Twitter
  • 3. @JRC-STU
  • 4. @tribe29 GmbH
  • 5. @teamookla / Downdetector
  • 6. @skbkontur
  • 7. Beerfactory
  • 8. @ruv-ohf @andesorg
  • 9. @kolonialno
  • 10. .
  • 11. Max Planck Institute for Dynamics and Self-Organization
  • 12. Stitch Fix
  • 13. @his-eg

Description

Release 0.8.10 is a minor release and contains two bug fixes for the HSM extension and changes how the 'self' literal string is handled.

  • Feature #545: The literal 'self' (default model parameter of Machine) has been replaced by the class variable Machine.self_literal = 'self'. Machine now performs an identity check (instead of a value check) with mod is self.self_literal to determine whether it should act as a model. While 'self' should still work when passed to the model parameter, we encourage using Machine.self_literal from now on. This was done to enable easier override of Machine.__eq__ in subclasses (thanks @VKSolovev).
  • Bug #547: Introduce HierarchicalMachine.prefix_path to resolve global state names since the HSM stack is not reliable when queued=True (thanks @jankrejci).
  • Bug #548: HSM source states were exited even though they are parents of the destination state (thanks @wes-public-apps).

Files

pytransitions/transitions-0.8.10.zip

Files (1.1 MB)

Name Size Download all
md5:b35ed326184777c8c2a76465d32117c8
1.1 MB Preview Download

Additional details