Published October 4, 2021
| Version 0.8.10
Software
Open
pytransitions/transitions: Release 0.8.10
Creators
- Alexander Neumann1
- Tal Yarkoni2
- Wilfred Tyler Gee
- Omer Katz
- Kostis Anagnostopoulos3
- Mathias Laurin4
- Sander van de Graaf5
- TheMysteriousX
- Andrey Sinitsyn
- Semyon Pupkov6
- Vikas
- Mikhail Terekhov
- medecau
- Nicolas7
- Jan Losinski
- Jonathan Senecal
- Jón Levy8
- Nicky van Foreest
- Stein Magnus Jodal9
- Masaru Ueki
- mayowa
- Alex Forrence
- John
- apiraino10
- Andreas Sorge11
- Andrii Yurchuk
- asobrien
- Christopher Erick Moody12
- Conrad Kostecki13
- Cyril Plisko
- 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 variableMachine.self_literal = 'self'
.Machine
now performs an identity check (instead of a value check) withmod is self.self_literal
to determine whether it should act as a model. While 'self' should still work when passed to themodel
parameter, we encourage usingMachine.self_literal
from now on. This was done to enable easier override ofMachine.__eq__
in subclasses (thanks @VKSolovev). - Bug #547: Introduce
HierarchicalMachine.prefix_path
to resolve global state names since the HSM stack is not reliable whenqueued=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
Related works
- Is supplement to
- https://github.com/pytransitions/transitions/tree/0.8.10 (URL)