Skip to content

pm4py 2.7.5

Compare
Choose a tag to compare
@fit-alessandro-berti fit-alessandro-berti released this 30 Jun 14:43
· 1631 commits to release since this release

pm4py 2.7.5 (2023.06.30)

Added

  • f6d5a34
    • method in the simplified interface to get the curently enabled transitions
  • 44964d1
    • replay prefix using TBR (to obtain a marking)
  • eb49b29
    • OCEL relational validation
  • a128100
    • LLM textual abstraction of a single case object
  • 0f5b566
    • LLM textual abstraction of the log skeleton
  • 3287c53
    • LLM textual abstraction of EventLog features
  • 7892697
    • restored OpenAI query executor

Changed

  • e414949
    • removed deprecation warning dotted chart and performance spectrum' packages
  • 8f4ebdf
    • added warning for dropping rows with empty case ID/activity/timestamp in format_dataframe
  • 1b35a81
    • added the possibility to specify the cae ID in project_on_event_attribute
  • 6a4025f
    • optimization connected components filtering OCEL
  • c1028d5
    • minor changes OCEL 2.0 XML importers/exporters
  • 3287c53
    • max_num_edges parameter in simplified interface's DFG visualization
  • 8e04c24
    • removing point border in dotted chart
  • c5056ad
    • deug parameter for Petri nets visualization in simplified interface
  • b11d3ae
    • moved "pm4py.algo.querying.openai" to "pm4py.algo.querying.llm"
    • moved "pm4py.openai" to "pm4py.llm" (simplified interface)

Deprecated

Fixed

  • 437a8c8
    • fix problem OCEL copy/deepcopy
  • 2705b6b
    • small fixes feature extraction event log
  • 8a588ff
    • small fix textual abstraction OCEL features
  • 63108ee
    • fixing DFG visualization when some activities do not appear in the DFG (single activity cases)
  • 30932c4
    • bug fix Alpha Miner on Pandas dataframes
  • 5cc3ded
    • fix heuristics net visualization's background color issue

Removed

Other