Skip to content

PM4Py 2.2.18

Compare
Choose a tag to compare
@fit-sebastiaan-van-zelst fit-sebastiaan-van-zelst released this 06 Jan 14:29
· 3812 commits to release since this release
79f5721

Added

  • c15c889
    • add utility function to convert SNA results to NetworkX
  • 8b300db
    • add several new statistics for OCEL logs
  • 8da0f41
    • add frequency-based visualization (using alignments) for process trees
  • 54261cb
    • add progress bar to token-based replay
  • 225dcad
    • add OCEL schema validators
  • da6a478
    • add reduction rules for R/I nets
  • fefcd45
    • additional support for BPMN functionalities: exceptions and markings
  • 417274f
    • add support for feature extraction from OCEL logs
  • 5f5ff57
    • add filter that checks relative occurrence of a specified attribute

Changed

  • b82dd92
    • revised implementation of the business hours module, now supports input of work calendars (workalendar package)
  • 434e66a
    • allow arbitrary arc weights visualized (reported at #303)

Deprecated

Fixed

  • 76563e4
    • fix bug in process tree alignment that generates NoneTypeError when multiple leaves have the same label
  • 3b6800d
    • minor bugfix in process tree playout (reported at: #305)

Removed

Other