Releases: pm4py/pm4py-core
Releases · pm4py/pm4py-core
PM4Py 1.0.19
- Forcing Pandas version to be 0.23.4 (0.24 still not compatible)
- Introduced factories for LP solving, with CVXOPT (GPL 3.0) and PULP (BSD) as solvers
- Removed SNA for further refactoring
- Resolved some issues
PM4Py 1.0.17
-Fixed issues with XES exporting (timestamps&globals)
-Fixed issues with variants auto filtering (with decreasingFactor=0.0)
-Corrected behavior in exporting CSV logs (no longer export index column)
-Backported Dockerfile from develop
PM4Py 1.0.15
No new functionality, change of release procedure.
PM4Py 1.0.14
Changes in new version:
- Refactoring of Process Tree class (each node is a tree itself with an operator, a list of children and a parent)
- Enhanced diagnostics information for token based replay
- Performance enhancement for the alignment computation (changed state comparator)
- Added support for Docker
- Fixed backward compatibility for python 3.6
- Refactoring of conversion in objects package
- Placed SNA functionality under enhancement package.
PM4Py 1.0.13
-Removed some (now) useless dependencies
-Updated versions of some dependencies
-Fixed a compatibility issue with some distributions of Python 3.7 on Linux
PM4Py 1.0.10
-Pushing some fixes to SNA support
PM4Py 1.0.9
- Integrated branch 'stochasticPetriNets' (support for stochastic Petri nets)
- Integrated branch 'snaIntegration' (support for some SNA metrics: HW, SA; still to be documented, documentation to come soon)
PM4Py 1.0.6
- Bug fix in IPython support
- Added Code of conduct, Contribution guidelines and README file
PM4Py 1.0.5
- Fixed problem in alignments
PM4Py 1.0.4
- Refactoring of the Log class
- Moving xes decompression to factory