Skip to content

Releases: canbatuhan/smpai

v0.1.2-alpha

29 Aug 10:28
Compare
Choose a tag to compare
v0.1.2-alpha Pre-release
Pre-release

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

25 Aug 09:15
Compare
Choose a tag to compare
v0.1.1-alpha Pre-release
Pre-release

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

24 Aug 15:49
Compare
Choose a tag to compare
v0.1.0-alpha Pre-release
Pre-release

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 and YAML files
  • Built-in-background state machines
  • Using external packages modules and functions as Action

Contributors

  • Batuhan Can