Skip to content

Releases: process-intelligence-solutions/pm4py

PM4Py 1.1.0

22 Feb 13:54

Choose a tag to compare

  • Second major release, with feature extraction and conformance checking diagnostics

PM4Py 1.0.24

15 Feb 14:52

Choose a tag to compare

  • Fixing issues on filtering
  • Modified skip transitions adding for IMDF

PM4PY 1.0.23

13 Feb 11:24

Choose a tag to compare

-Added support for Parquet columnar format

PM4Py 1.0.22

08 Feb 13:52

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

Choose a tag to compare

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

PM4Py 1.0.20

27 Jan 07:06

Choose a tag to compare

-Hotfixing issue of conversion from event log to trace log

PM4Py 1.0.19

26 Jan 10:01

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

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

Choose a tag to compare

No new functionality, change of release procedure.

PM4Py 1.0.14

18 Jan 14:10

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.