Skip to content

Releases: process-analytics/bpmn-visualization-pm4py

1.0.1

28 Feb 10:53
74a248d
Compare
Choose a tag to compare

This is a bug fix release.

Front-end contributions are now easier: you can use a mock backend running Nodejs, so you don't have to configure the Python environment.
See the prerequisites in the README for more details.

What's Changed

🐛 Bug Fixes

  • fix(conformance): fix typo in legend by @tbouffard in #26
  • fix: keep the tasks rounded when applying the data by @tbouffard in #24

Other Changes

  • refactor(frontend): retrieve the mxgraph context by @tbouffard in #27
  • refactor(frontend): use a variable to access to the backend server by @tbouffard in #28

Full Changelog: v1.0.0...v1.0.1

1.0.0

22 Feb 15:35
742908d
Compare
Choose a tag to compare

This is the initial release of the integration between bpmn-visualization and PM4PY.

The integration allows loading an XES file and visualizing its BPMN representation along with frequency data. Additionally, it enables the display of conformance data through the use of conformance checking techniques.

Want to see it in action? 🎥 See a short video on YouTube.

What's Changed

📝 Documentation

New Contributors

Full Changelog: https://github.com/process-analytics/bpmn-visualization-pm4py/commits/v1.0.0