Skip to content

pm4py 2.2.19

Compare
Choose a tag to compare
@fit-sebastiaan-van-zelst fit-sebastiaan-van-zelst released this 25 Jan 15:50
· 3735 commits to release since this release

Added

  • eea1839
    • possibility to return the Pydotplus graph inner object in the Heuristics Net visualization.
  • 52ddbf7
    • support for different attribute keys for the source / target events in the DFG discovery and paths filtering on Pandas dataframes.
  • 29bd86a
    • possibility to specify different shifts for the different working days of the week, inside the business hour module.
  • f1e124a
    • possibility to move an attribute at the event level in an OCEL to the object type level.
  • 0da4c3f
    • custom semantics for Petri net to reachability graph conversion.
  • c7c7ed5
    • add "week of the year" option in get_events_distribution method
  • 5b5c048
    • add prefix/suffix filter for pandas data frames
  • 877701f
    • add additional features (useful for instance-spanning constraints) in trace-based feature extraction
  • 7359807
    • add rebase functionality to pm4py (changing the default activity/case identifier)
  • 84742ce
    • add support for interleaved operator
  • d7e232a
    • added various additional interaction feature extraction methods for OCEL
  • 9caf559
    • add new thirdparty dependency structure in third_party folder

Changed

  • 74ce9b9
    • setting all the arcs of the Petri net visible when there is at least an arc with weight != 1, for coherence reasons.
  • 2183273
    • inferring the activity frequency from the DFG in a more generic way with regards to the type of the inputs.
  • 87fe5af
    • changed tau printing in process tree to string representation, from tau to tau, for coherency with the parse_process_tree operator.
  • effce8d
    • changed BPMN namespace in BPMN exporting to ensure compatibility with BPMN modelers.
  • 2200a0f
    • add pn to nx converter that returns two dicts for node mappings (pn->nx and nx->pn)
  • f9ad1a4
    • pm4py.format_dataframe(df) no longer replaces columns, rather, it copies the data into fresh columns

Deprecated

Fixed

  • 0ad488b
    • Fixed problem in PTAndLogGenerator: silent transitions were added in some context also when the parameter "silent" was provided to 0.

Removed

  • d07a908
    • removed pm4py.general_checks_classical_event_log()
  • 034abb0
    • remove dependency on ciso8601

Other