Skip to content

PM4Py 2.2.17

Compare
Choose a tag to compare
@fit-sebastiaan-van-zelst fit-sebastiaan-van-zelst released this 14 Dec 17:14
· 3870 commits to release since this release
963ee0c

Added

  • 9b79512
    • add converter from data frame to activity/case table
  • f28fc49
    • add possibility to add the case identifier in the feature table (see: #292)
  • 12b6ec2
    • add interleaving DFG visualizer for visualizing inter-process dependencies
  • af9c326
    • add first/last occurrence index per activity in the feature table
  • 9231a5d
    • add support for conversion of interleaving data structure
  • 06f5428
    • add support to merge two separate logs using an n:m case-relation table
  • 146f49c
    • add the possibility to stream OCEL events and define object-specific listeners
  • 573c26c
    • add feature extraction functionality that records the position of activities
  • ff62d66
    • add case and event sampling to the simplified interface
  • d8f71bc
    • add activity-position summary in the simplified interface
  • d4011ff
    • add link analysis code for OCEL
  • cf72dfe
    • add support for BPMN Gateway direction properties (community contribution by @gregvanhoudt)
  • 1c675fb
    • fix hardcoded parameter in replay fitness computation (community contribution by @phi1-h)

Changed

  • 79920a1
    • improved string representation of Petri net objects
  • 9358fdf
    • minor refactoring for interval detection in event log
  • 413cee0
    • improvement enhancement for token-based reply (community contribution by @phi1-h)

Deprecated

Fixed

  • 5dccbe6
    • fix faulty conversion of process trees to binary equivalent.
  • 976cc60
  • 1e4f602
  • be629d9
    • fix for visualizing multiple tokens in the initial marking in the same place
  • a06cc1c
    • fix for the correct use of the triangular distribution on generating process trees
  • 51181d6
    • fix support for generating multiple process trees in one go
  • 9a0e2be
    • general revision of the process tree generator code

Removed

Other