Published September 2, 2022
| Version 0.9.0
Software
Open
pytransitions/transitions: Release 0.9.0
Authors/Creators
- Alexander Neumann1
- Tal Yarkoni2
- Wilfred Tyler Gee
- Omer Katz
- Kostis Anagnostopoulos3
- Semyon Pupkov
- Mathias Laurin4
- Sander van de Graaf5
- TheMysteriousX
- Andrey Sinitsyn
- Mikhail Terekhov
- Vikas
- medecau
- Jan Losinski
- Jonathan Senecal
- Jón Levy6
- Nicky van Foreest
- Stein Magnus Jodal7
- Eddie Darling8
- Masaru Ueki
- mayowa
- Alex Forrence
- John
- Tim Gates9
- apiraino
- Andreas Sorge10
- Andrii Yurchuk
- asobrien
- Christopher Erick Moody11
- Conrad Kostecki12
- 1. Neurocognition and Action, CITEC, Bielefeld University
- 2. Twitter
- 3. @JRC-STU
- 4. @tribe29 GmbH
- 5. @teamookla / Downdetector
- 6. @ruv-ohf @andesorg
- 7. @kolonialno
- 8. @GenapsysInc
- 9. IRESS
- 10. Max Planck Institute for Dynamics and Self-Organization
- 11. @gumtap
- 12. @his-eg
Description
Release 0.9.0 is a major release and contains improvements to ease development, adds some new features and removes the legacy hierarchical machine:
- removed legacy implementation of
HierarchicalMachinefrom the package - Bug #551: Fix active state styling in
GraphMachine(thanks @betaboon) - Bug #554: Fix issues related to scopes and queueing in
HierachicalMachine(thanks @jankrejci) - Bug #568: Reflexive transitions (dest: '=') had not been resolved correctly when source was a wildcard (thanks @jnu)
- Bug #568: HSM did not detect reflexive transitions if src was a parent state (thanks @lostcontrol)
- Bug #569: Fix implicit fallback to
graphvizwhenpygraphvizwas not installed (thanks @FridjofAmundsen) - Bug #580: Fix
on_timeoutcallback resolution when timeout had been initialized withtimeout=0(thanks @Rysbai) - Bug #582: Last label in
GraphSupportwas not correctly aligned whenshow_attributes=True(thanks @spagh-eddie) - Feature: Add pyi stub files for better type hinting. Since many functions and constructors allow rather arbitrary arguments time will tell whether typing should be strict (and cause more mypy issues) or more relaxed (and thus less precise).
- Feature: Reviewed and improved method documentation
- Feature #549: Add
maytransition check to transitions (thanks @artofhuman) - Feature #552: Refactored error handling to be able to handle
MachineErrorinon_exceptioncallbacks (thanks @kpihus) - Feature: Add
mypyto test workflow - PR #461: Add
Retrystate to supported state stereotypes (thanks @rgov) - Internal:
Machine._identify_callbackhas been converted to instance method from class method - Internal:
LockedMachine._get_qualified_state_namehas been converted to instance method from static method - Internal: Removed
_superworkaround related to dill (see https://github.com/pytransitions/transitions/issues/236)
Files
pytransitions/transitions-0.9.0.zip
Files
(1.1 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:6998c3e5064fc7f8185a77b374060471
|
1.1 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/pytransitions/transitions/tree/0.9.0 (URL)