Skip to content

pm4py 2.4.0

Compare
Choose a tag to compare
@fit-sebastiaan-van-zelst fit-sebastiaan-van-zelst released this 06 Jan 14:54
· 1954 commits to release since this release

Added

  • 7d3b0cb
    • Murata algorithm (Berthelot implementation) to remove the structurally redundant places
  • 6fc7813
    • expose in the simplified interface the reduction of invisible transitions
  • 21a79b0
    • add support for calcuating stochastic languages of process models
    • add support for calculating EMD between two stochastic languages
  • 9186c5b
    • add visualization of alignments in simplified interface
    • add visualization of footprint table in simplified interface
  • 82e2032
    • add conversion of Petri net object to networkX
  • dfbd6c2
    • add support for stochastic Petri nets
    • add support for stochastic arc-weight nets

Changed

  • c56c3ca
    • changed Petri net visualization in order to provide decorations for places/transitions/arcs
  • 63371db
    • changed xes importer to support returning the legacy event log object

Deprecated

Fixed

  • 0bc31a7
    • fixed Scipy lp solver in order to allow for variables integrality specification.

Removed

Other