Releases: canbatuhan/smpai
Releases · canbatuhan/smpai
v0.1.2-alpha
smpai 0.1.2-alpha Release Notes
Fixes:
- JSON format bugs are fixed
- Format example;
{"is_success": True}
(in Python) ->{"is_success": true}
(in JSON)
- Getting and setting variables from
FiniteStateMachine
is more easy now
- Get example;
value = machine.get_variable(key) # None, if not found
- Set example;
machine.set_variable(key, value)
Contributors
- Batuhan Can
v0.1.1-alpha
smpai 0.1.1-alpha Release Notes
Fixes:
- Import errors during PyPI tests are fixed
- Sending an invalid event to a
FiniteStateMachine
instance does not break the program
smpai is now Live on PyPI !!
Contributors
- Batuhan Can
v0.1.0-alpha
smpai 0.1.0-alpha Release Notes
In the first pre-release of smpai some important features are
- Finite State Machine implementation
- Configurability through
JSON
andYAML
files - Built-in-background state machines
- Using external packages modules and functions as
Action
Contributors
- Batuhan Can