PM4Py 2.2.3
·
4567 commits
to release
since this release
Fixed
- d128570
- fixed the consistency (w.r.t ProM) of align-etc conformance results
Removed
Deprecated
- c3cde45
- deprecated (moved internally) the evaluation and simulation pacakges.
- a756f1f
- pm4py.objects.process_tree.pt_operator.py
Changed
- 8474507
- make timestamp and performance-based trace filters inclusive on the boundaries provided
- b615445
- changed the equals functionality for event logs
- 9eff564
- classical inductive miner is rebuilt from scratch and thoroughly tested
- efc1c6e
- changed equals functionality of Petri nets and all their objects
- 02336ff
- font size is now a parameter of the object (Petri nets / Process Trees /...) visualization code
Added
- 5de03f1
- added progress bar to all the alignment algorithms
- 24778a7
- added footprint comparison to simple the interface
- added eventually follows discovery to the simple interface
- added some additional statistics to the simple interface
- b2b1fdc
- add a faster alignment algorithm for process trees
- b7bc217
- more extensive support for the OR-operator in process trees
- be04ab2
- added performance visualization for heuristics nets
- 725f40f
- added boolean check on whether a trace/variant is fitting w.r.t. a given model (
pm4py.check_is_fitting()
)
- added boolean check on whether a trace/variant is fitting w.r.t. a given model (
- e172977
- added process tree parsing functionality (
pm4py.parse_process_tree()
)
- added process tree parsing functionality (
Other
- a756f1f
- the process tree operator class is now embedded within the process tree object definition (pm4py.objects.process_tree.process_tree.py)