Fixed
* 6f320562a836cd949dbbe6ec7751f8f9514b01ec
* parameter object for calling alignment code directly
* 471f414820c7b3f919aa97ccdc684d40cf132b3c
* dependency problem with ORTools and PyArrow
* 157fadffd3b953c105e67f4909547f097d77ea0a
* reduce inernal (cyclic) dependencies within pm4py
* f38b6089b7eb6a4518a9c33e9775120874352657; af1328e2dad82f0a059e00942167a29cb918c85f;
e8e1ab443f2dedb2cd348f35bc49eed412d66e1d
* hash and equals function of process trees
* 229bd7ed78ea80aefbb6c7fcfa173edda682c1c7
* refactoring of the Monte Carlo simulation.
* extend the simulation to support arc weights that are provided by the replay (e.g. informed transition pickup)
* extend the simulation to support more than one resource per place through semaphores
* maximum execution time per simulation thread
* general refactoring of the code
* introduce logging information about the simulation
* improving documentation
* improving clarity of the code
* f5132302e06aa49f26ab3264bb3147d0660a11c0
* performance of log generation from process trees
* 9e64f2635123aa5c3146fb2ad03863cbf93175df
* fixed incongruency in variants statistics (was there for log, not for dataframes)
* increased coverage of tests, and made some of them more lean
* introduced some additional tests on the new functionalities
* updated Dockerfile
* updated setup with new packages
* removed remainings of the SIMPLE algorithm in the tests folder
* 382162c648fb8e32b0145a6ff9427af8a7fb39fa
* fixed parameters initialization to make it uniform for the rest of the project for all the versions of IMDF
* added missing documentation in factory (was there only in the versions)
* moved log conversions from factory to specific versions (since they are indeed version specific, if later we
include the log version)
* removed some useless calculations on the new DFG based versions (were there, but never used!)
* introduced two new methods, apply_variants and apply_tree_variants, that are able to apply inductive miner from a
list of variants
* separated DEFAULT_VARIANT from DEFAULT_VARIANT_DFG (indeed, the first in future versions may become the log)
* increased number of tests in the tests/ folder for inductive miner
Removed
* 502c5d722d483c567f0e08c16da0bb4c87a94e36
* remove the empty performance spectrum visualizer folder
Deprecated
Changed
* e8b030afd37559c93f79e1dd030fdc540aa62135
* provide fast-parquet library as an alternative to read/write parquet files.
Added
* 557472bc78900d90beb0757279ef29b89aa410b1
* integrate LogSkeleton for process discovery and conformance checking
* 90ba7bf1495fdac7ccef3112efa95687c46a5dd1
* importing and exporting of Petri net weights
Other
---