Skip to content

Releases: pm4py/pm4py-core

PM4Py 1.2.4

23 Oct 13:44
Compare
Choose a tag to compare

Release that contains several fixes:

  • Some fixes to process tree to Petri net converter (expecially in the case of loops of length 2 without EXIT part)
  • Some fixes to the log generation (in the case of loops of length 2)
  • Fixes in the timestamp generation for the "playout" module (log generation from Petri net) and the log generation from process trees
  • Removed strict dependency on "pyarrow" and "ortools" packages that are not available for Windows at 32 bit.
  • Compatibility interventions for Python 3.8 (now, PM4Py is fully compatible, the compiled version of the libraries are missing :( )

PM4Py 1.2.1

10 Oct 06:00
Compare
Choose a tag to compare

Hot fix release

  • Bug fix for issue #112
  • Declaring incompatibility with Python 3.5 (extratools)

PM4Py 1.2.0

01 Oct 06:17
Compare
Choose a tag to compare
  • New version of the process tree generator (PTandLogGenerator: A Generator for Artificial Event Data)
  • Task mining from low-level event logs
  • Interface for the support to event streams in PM4Py

PM4Py 1.1.27

30 Aug 07:30
Compare
Choose a tag to compare
  • Included F-score in the evaluation factory (that is a trivial aggregation of fitness and precision)
  • Bug fix in the log generation from process tree (issue #99 )

PM4Py 1.1.25

14 Aug 07:03
Compare
Choose a tag to compare

Minor release

  • Resolved some code quality issues in Petri net classes.
  • Added the possibility to specify a maximum number of points in creating the events per time and the numeric attribute graph.

PM4Py 1.1.24

02 Aug 10:56
Compare
Choose a tag to compare
  • Upgraded Matplotlib dependency
  • Added Google ORTools as linear solver
  • Removed GPL 3.0 library cvxopt from the project

PM4Py 1.1.22

29 Jul 15:00
Compare
Choose a tag to compare
  • Implementation of some LTL Checking rules
  • Roles detection algorithm

PM4Py 1.1.21

15 Jul 14:42
Compare
Choose a tag to compare

Hot fix release:
-Fixed several bugs with filtering
-Removed unused intervaltree dependency

PM4Py 1.1.20

09 Jul 11:24
Compare
Choose a tag to compare
  • Fixed scary memory leak in Parquet importing by reverting pyarrow to 0.13.0
  • Fixed issue #95
  • Added documentation for causal graph factory

PM4Py 1.1.19

01 Jul 06:01
Compare
Choose a tag to compare
  • Added 'encoding' support to Pandas CSV importer (signaled bug)
  • Added compression option for Parquet export
  • Added demo Jupyter notebook