Releases: process-intelligence-solutions/pm4py
Releases · process-intelligence-solutions/pm4py
pm4py 2.2.30
pm4py 2.2.29
pm4py 2.2.28
pm4py 2.2.27
Added
- 58e2666
- discover_objects_graph utility for OCELs.
Changed
- 1cbd37a
- performance improvement batch detection on Pandas dataframes.
- 94dd96e
- minor changes to DFG variants simulation.
Deprecated
Fixed
- 98fd3c7
- fixed reflexivity in EventLog eventually_follows filter.
- 9423897
- fixed chunk_regex XES importer.
Removed
Other
pm4py 2.2.26
pm4py 2.2.26 (2022.08.05)
Added
- 2146fc4
- trace filter
Changed
- 5c06d52
- minor fixes to DFG simulation
- fe1aa9c
- added default option for background color setup
- ac080d2
- background color as parameter in the simplified interface visualizations
Deprecated
Fixed
- 9c12ffb
- fixed the exporting of Petri nets (Petri net name property)
- 7fdb307
- fixed the visualization of heuristics nets
Removed
Other
pm4py 2.2.25
Added
Changed
- ce94110
- optimization in the calculation of the eventually-follows graph on Pandas dataframes.
- 3cca8f9
- optimization in the calculation of the performance directly-follows graph on Pandas dataframes.
- 4d87217
- column reduction in DFG calculation on top of Pandas dataframes
Deprecated
Fixed
- d754ccd
cb76238
54970a5
ef575a8- small fixes in OCEL utilities
- d0094fa
- bug fix eventually_follows filter in LTL checker when timestamp_diff_boundaries is provided.
- eb8617d
- bug fix eventually_follows filter in LTL checker on EventLog objects.
Removed
Other
pm4py 2.2.24
pm4py 2.2.23
Added
- 09c9711
- added starts-with and ends-with filter on Pandas dataframes.
- f373955
- new OCEL filters made available (event identifiers, object identifiers, collection of object types, connected component per object)
- 2051ff1
- new footprints visualizer (symmetric comparison between differences in footprint matrix)
- 0c6d023
- new OCEL statistics made available (temporal summary of the log, objects summary)
Changed
- 1f36b16
- allow exporting trace-by-trace to disk in .xes
Deprecated
Fixed
- 3396465
- fixed inductive miner example's path
Removed
Other
pm4py 2.2.22
Added
Changed
- 9bb6ad4
- added the possibility to provide additional parameters to Matplotlib's plots
- 0489353
- increased performance of the PM4Py's insert_partitioning method
- ab196c5
- increased performance of dotted chart / performance spectrum representation
by disabling automatic layouting in neato.
- increased performance of dotted chart / performance spectrum representation
Deprecated
Fixed
- f458834
- Fixing OCEL processing when an event has empty object map
- e45a136
- Fixed problem with footprints discovery on loops (process tree / Petri nets)
- 3b2082f
- Alignments: Timeout results in an exception on fitness calculation
Removed
Other
pm4py 2.2.21
Added
- 65ff8ae
- add chunk-based xes importer (CHUNK_REGEX)
Changed
- d982c53
- changed dimension of endpoints in BPMN models layouting
- 7473a72
- interventions to increase PM4Py's compatibility across different platforms
Deprecated
Fixed
- 882aa20
- fixed XES line-by-line importer for booleans attributes
- f6542cd
- fixes XES line-by-line deserialization
- 363580b
- fixed issues with Pandas dataframe's index usage in the library
- 58a763b
- fixed OCEL default constructor to set default columns in the dataframes
- 8470f22
- fix division by zero error in alignment-based fitness (side case for empty trace/model combination)