Releases: process-intelligence-solutions/pm4py
Releases · process-intelligence-solutions/pm4py
PM4Py 1.5.2.2
===== PM4Py 1.5.2.2 =====
This is a minor release, consisting of the following changes:
PM4Py 1.5.2
This is a minor release, consisting of the following changes:
PM4Py 1.5.1
This is a minor release, consisting of the following changes:
- commit 526342e
- performance improvement of the 'less memory' alignment variant
- commit 9e926a5
- removed the old soundness check
- commit 83c71ea
- generalization of the heuristics miner visualization
- commit 7e7d9ba
- improved speed of event log sampling
- commit 11d06ba
- faster process tree playout (recursive, ignoring PT statespace)
- commit ce3a860
- allow adding (arbitrary) data to transition system
PM4Py 1.5.0
This is a major release, consisting of the following major changes:
- commit 3bb5125
- new implementation of the (classical) Inductive Miner, based on the PhD thesis of Sander Leemans.
the implementation covers the following fall through functions:- empty trace
- strict tau loop
- tau loop
- activity once per trace
- activity concurrent
- flower loop
- new implementation of the (classical) Inductive Miner, based on the PhD thesis of Sander Leemans.
- commit 1639d7a
- implemention of 'WOFLAN', based on the PhD thesis of Eric (H.M.W.) Verbeek.
The following minor changes included in this release:
- commit 3c9ed4b
- invisible transition reduction in process tree to Petri net transformation
- commit 26ac905
- minor optimizations in process tree alignment approximation algorithm
- commit c5b5ffd
- add time-out parameter to decomposed alignment calculation
- commit 4a5fb9f
- add bipartite graph matching for correlation mining to obtain exact matching results
- commit 30b9059
- bug fix in parameter parsing of log conversions
- commit acc4626
- minor performance improvement of process tree playout
- commit 5dd0fe1
- apply trace-level directly on pandas data frames
- commit 4c35335
- add 'COUNT' functionality for log/dfg statistics, e.g., in how many cases does act 'A' appear?
PM4Py 1.4.1.1
===== PM4PY 1.4.1.1 =====
This is a hotfixes release, consisting of the following changes:
- commit 76df914
- fixed bug in less-memory alignments when im == fm
PM4Py 1.4.1
===== PM4PY 1.4.1 =====
This is a minor release, consisting of the following changes:
PM4Py 1.4.0
This is a major release, consisting of the following major changes:
- commit cba7a2e
- first beta release of simplified 'pythonic' method invocation (see examples/simplified_interface.py)
- commit ade44e6
- added the 'correlation miner' to PM4Py (https://is.tm.tue.nl/staff/rdijkman/papers/Pourmirza2017.pdf)
The following minor changes included in this release:
- commit 4616952
- minor refactoring of the alignment code
- commit 3477e53
- update of verions of package dependencies
- commit 9564b54
- allow visualization of conformance checking results on process tree
- commit c5fa9de
- fix compatibility with latest IPython API
- commit 616623b
- clean-up in linear solver functionality + bug fix in usage of PulP result vector
- commit 988258a
- added 'extensive' playout for process trees (for footprint comparison)
PM4Py 1.3.5.2
PM4Py 1.3.5.1
This is a hotfix release, consisting of the following changes;
- commit 844459e
- remove pyemd from requirements as it requires a full C studio installation; can be installed and used optionally
PM4Py 1.3.5
This is a minor release, consisting of the following changes:
- commit 143f60a
- add support for process tree importing (.ptml files)
- commit 4b9132f
- add new A* version that encodes the states of the state-space differently (up to 10% memory reduction)
- commit 6cdf448
- bug fix for de/recomposition approach to handle duplicated labels
- commit 93e6e84
- add 'stochastic' playout, i.e., use token-based replay on a given log to guide the playout of a given Petri net
- commit 107797c
- add EMD-based process model evaluation ('Earth Mover's Distance' between log/model)
- commit 1e02596
- add process tree based footprint computation
- commit 58149e7
- small fix in importing of parquet files
- commit b08675f
- fix in IMdf; the noise threshold was overridden before
- commit 921328c
- parameterize simplicity metric to use a given 'K' for reference
- commit 8403093
- change the color scheme for net comparison
- commit 772ea5d
- minor fix for timestamps that end with symbol 'Z' (Zero timestamp)
12 commit 1e13cbd - fix Scipy dependency for tree generator
- minor fix for timestamps that end with symbol 'Z' (Zero timestamp)