Skip to content

PM4Py 2.2.15

Compare
Choose a tag to compare
@fit-sebastiaan-van-zelst fit-sebastiaan-van-zelst released this 15 Oct 15:53
· 4018 commits to release since this release

Fixed

  • 6e26b00
    • fixed pandas performance DFG discovery
  • 9215318
    • fixed parameters usage in simulation packages
  • ca6750d
    • fixed hardcoded parameters in dataframe_utils

Removed

  • 53af01f
    • removed strong dependencies on intervaltree and stringdist

Deprecated

Changed

  • dcebaf8
    • moving networkx dependency
  • f19762a
    • update IMD cut detection to use IM_CLEAN cuts (correct implementation of IM CUTS)
  • d5d0b49
    • change the visualization of initial and final markings
  • fcc4eeb
    • variant separator (between activities of the same variant) is now a pm4py constant, for increased compatibility with other tools, e.g., celonis.

Added

  • 32c396b
    • add sanity checks on event logs objects in simplified interface
  • 5b85d5d
    • add utility to parse a collection of traces in string form to an event log
  • a87a39c
    • add support for importing XES 2.0
  • b43d425
    • add artificial start and end events to event logs
  • d22dd49
    • add initial support for OCEL 1.0
  • 829f091 & 56fca73
    • support for business hours in the pandas dfg calculation
    • support for business hours in the temporal profiles for pandas dataframes
    • support for business hours in pandas df case duration
    • support for business hours in filtering for case performance (pandas)
    • support for calculating of sojourn time with different aggregation metrics
  • 841e3e5
    • add etc conformance for dfg models
  • 04caa3d
    • add dfg filtering that keeps the dfg connected

Other