Skip to content

v0.10.0

Latest

Choose a tag to compare

@TomMonks TomMonks released this 20 Apr 20:19
· 21 commits to main since this release
619434e

Added renege functionality to the JSON schema and ciw converter engine.

Changed

  • ProcessModel.to_mermaid() refactored. Refactored distribution formatting to function. Added Renege as hexagon with dashed arrow.
  • ProcessModel.get_distributions_df() now handles renege distributions
  • engine.CiwConverter now handles renege distributions as part of generate_params
  • ui modified to handle renege distributions.
  • example_app.py new models demonstrating renege have been added.

Added

  • schema.Activity now has a optional renege_distribution field.
  • Two new examples in datasets: load_mm1_renege_model and load_renege_call_model
  • 04_call_centre_renege.ipynb example notebook added.