Releases: process-analytics/bpmn-visualization-pm4py
Releases · process-analytics/bpmn-visualization-pm4py
1.0.1
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
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
- [FEAT] add .nvmrc file by @assynour in #1
- [DOC] Update licenses by @assynour in #8
- docs: document the release process by @tbouffard in #17
New Contributors
- @assynour made their first contribution in #1
- @tbouffard made their first contribution in #16
Full Changelog: https://github.com/process-analytics/bpmn-visualization-pm4py/commits/v1.0.0