Skip to content

Releases: process-intelligence-solutions/pm4py

PM4Py 1.0.22

08 Feb 13:52
Compare
Choose a tag to compare

-Integration of SNA (improved)
-Fixed support for Pandas 0.24.1
-Resolved some minor issues

PM4Py 1.0.21

01 Feb 16:30
Compare
Choose a tag to compare

-Several bug fixes
-Changing (TraceLog, EventLog) to (EventLog, EventStream)

PM4Py 1.0.20

27 Jan 07:06
Compare
Choose a tag to compare

-Hotfixing issue of conversion from event log to trace log

PM4Py 1.0.19

26 Jan 10:01
Compare
Choose a tag to compare
  • 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

20 Jan 10:47
Compare
Choose a tag to compare

-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

18 Jan 14:23
Compare
Choose a tag to compare

No new functionality, change of release procedure.

PM4Py 1.0.14

18 Jan 14:10
Compare
Choose a tag to compare

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

11 Jan 13:24
Compare
Choose a tag to compare

-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

11 Jan 08:21
Compare
Choose a tag to compare

-Pushing some fixes to SNA support

PM4Py 1.0.9

10 Jan 16:02
Compare
Choose a tag to compare
  • 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)