Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.12 KB

CHANGELOG.md

File metadata and controls

43 lines (31 loc) · 1.12 KB

Version 0.4.0

  • Simplified PT net generation
  • Added simpler PT connection syntax
  • Imroved test flow
  • Added PT connection validation
  • Backwards compatible annotation by 'typing_extensions'

Version 0.3.2

  • Measured, improved compatibilty with older Python versions
  • Added debug, error message logging

Version 0.3.1

  • Improved and documented token bindings

Version 0.3.0

  • Fix mistakes in PT net implementation
  • Improved documentation
  • Wrapped asyncio.run in a clean interface
    • It also supports attaching asyncio tasks additional to the PT loops
  • Improved graphviz generator
    • Custom indentation and label names
    • Custom coloring for SpecialPlace
  • Can subscribe to transition firing notifications from any task
  • Custom formatted debug printing
  • Added new tests and examples

Version 0.2.0

  • Improved documentation
  • Removed all global state, all related PTs belong to a particular SoyutNet instance
  • Arcs can have multiple labels
  • Token count records can be merged and sorted by time at the end of simulation
  • Added Graphviz dot file generator
  • New tests and examples

Version 0.1.0

First version