forked from pool/python-transitions
- Update to versino 0.8.1 * Feature: Introduced experimental HierarchicalAsync(Graph)Machine * Feature #405: Support for nested Enums in HierarchicalMachine * Bugfix #400: Fix style initialization when initial state is an Enum * Bugfix #403: AsyncMachine.dispatch now returns a boolean asexpected * Bugfix #413: Improve diagram output for HierarchicalMachine * Increased coverage * Introduced xdist for parallel testing with pytest OBS-URL: https://build.opensuse.org/request/show/791100 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-transitions?expand=0&rev=7
41 lines
2.1 KiB
Plaintext
41 lines
2.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Apr 3 06:23:04 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to versino 0.8.1
|
|
* Feature: Introduced experimental HierarchicalAsync(Graph)Machine
|
|
* Feature #405: Support for nested Enums in HierarchicalMachine
|
|
* Bugfix #400: Fix style initialization when initial state is an Enum
|
|
* Bugfix #403: AsyncMachine.dispatch now returns a boolean asexpected
|
|
* Bugfix #413: Improve diagram output for HierarchicalMachine
|
|
* Increased coverage
|
|
* Introduced xdist for parallel testing with pytest
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 25 14:51:54 UTC 2020 - pgajdos@suse.com
|
|
|
|
- version update to 0.8.0
|
|
- Feature: `HierarchicalMachine` has been rewritten to support parallel states. Please have a look at the ReadMe.md to check what has changed.
|
|
+ The previous version can be found in `transitions.extensions.nesting_legacy` for now
|
|
- Feature: Introduced `AsyncMachine` (see discussion #259); note that async HSMs are not yet supported
|
|
- Feature #390: String callbacks can now point to properties and attributes (thanks @jsenecal)
|
|
- Bugfix: Auto transitions are added multiple times when add_states is called more than once
|
|
- Bugfix: Convert state._name from `Enum` into strings in `MarkupMachine` when necessary
|
|
- Bugfix #392: Allow `Machine.add_ordered_transitions` to be called without the initial state (thanks @mkaranki and @facundofc)
|
|
- `GraphMachine` now attempts to fall back to `graphviz` when importing `pygraphviz` fails
|
|
- Not implemented/tested so far (contributions are welcome!):
|
|
+ Proper Graphviz support of parallel states
|
|
+ AsyncHierachicalMachine
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 10 19:57:29 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to version 0.7.2
|
|
* Fix transitions for enums with str behavior
|
|
* Don't mask away KeyError when executing a transition
|
|
* Add support for dynamic model state attribute
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 30 18:47:43 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Initial package, version 0.7.1
|