Fixed
* 388348f2
* bugfix remove_flow BPMN function
* 3bd4fe0a
* bug fix - DFG visualization needs deepcopy, otherwise it can remove element from the underlying DFG
* 92fde8cf
* bug fix in Petri net playout in stop criterion
* 882468e1
* compatibility with pulp version 1.6.x
Removed
Deprecated
Changed
* 41ed5720
* deepcopy of inputs: since the dictionaries/sets are modified, a "deepcopy" is the best option to ensure data
integrity.
* keep_all_activities parameter in paths filter: decides if all the activities (also the ones connected by the
low occurrences edges) should be kept, or only the ones appearing in the edges with more occurrences (default).
* 63ccc055
* IM and IMf: removed dependency on pm4py.algo.filtering package
* 8a5788fa
* more advanced to bpmn conversion in the simplified interface
* 66e0c074
* refactoring conversion parameters log->stream and improved stream compression
* 73054b04
* improved performance of the line-by-line xes importer
* increased XES-standard conformity
* e6136ce5
* improved performance of the xes exporters
* increased XES-standard conformity
* progress bar for exporting enabled
* 3b692b33
* added parameter to enable/disable progress bar in importing in ITERPARSE
* compression from file - XES compression moved from general entrypoint to single variant
* 68ff7d00
* more efficient importing of .xes.gz files
* 4aad427e; 67a42d23
* get predecessors and successors of a dfg node (in dfg utils)
* 0888ab26
* added minimum trace length in process tree extensive playout
Added
* 6a946fbd
* allow to compute alignments directly on the dfg using dijkstra
* 50722bb8
* DFG playout including Markovian probability of traces
Other
---