Skip to content

v0.3.0

Choose a tag to compare

@TomMonks TomMonks released this 05 Mar 16:51
· 102 commits to main since this release
668df98

json2ciw is sotfware to convert a pydantic specified JSON schema to a functioning ciw discrete-event simulation model.

Changed

  • engine.CiwConverter can now handle "Exponential" being passed with mean or rate parameters. If mean is passed them rate is calculated as 1/mean.
  • schemaa.ProcessModel.to_mermaid() updated to handle mean and rate.
  • engine.multiple_replications now runs using parallel replications for ciw (implemented using joblib).
  • pyproject.toml and environment.ymlupdated to include joblib dependency.

Fixed

  • pyproject.toml updated to include missing pydantic dependency.
  • environment.ymlupdated to include missing rich dependency.
  • call_centre.json inter-arrival distribution fixed to use mean as parameter rather than rate.