Skip to content

pm4py 2.5.2

Compare
Choose a tag to compare
@fit-alessandro-berti fit-alessandro-berti released this 11 Feb 12:01
· 1751 commits to release since this release

Added

  • be6ac2f
    • added internal conversion method for Petri net type (classic, reset, inhibitor, reset_inhibitor)

Changed

  • 8728095
    • added ADD_ONLY_IF_FM_IS_REACHED parameter to Petri net playout
  • 38af1da
    • playout Petri net simplified interface: detecting the correct Petri semantics to be used
  • ffffc62
    • added FM_LEQ_ACCEPTED parameter to Petri playout
  • df84b47
    • possibility to decorate heuristics nets with performance from the simplified interface
  • e418e25
    • changed convert_log_to_ocel to include automatically additional object types from the dataframe
  • fbe086e
    • added constant for the default Gviz representation format in the simplified interface
  • f746d88
    • more efficient WIP implementation for OCEL
  • 57167b0
    • raising warning when parsing a XES log below Python 3.11 because of potential ISO-format parsing problems

Deprecated

Fixed

  • b012df6
    • fixed JSON/XML-OCEL importing (missing coherency check)
  • 5a4d5a2
    • setting correct variant when applying pm4py.discover_process_tree_inductive on a DFG object
  • a5bc0b9
    • bug fix Murata (removal place from IM)
  • 91c20cc
    • bug fix process tree obj get_leaves function
  • 480c4fd
    • bug fix convert_ocel_to_networkx variant
  • fc94152
    12ef518
    • fixed SNA visualization (variant & HTML)

Removed

Other