Skip to content

Releases: aarkue/rust4pm

v0.5.2

20 Feb 11:19

Choose a tag to compare

0.5.2

  • New analysis module with reusable analysis functions (also exposed as bindings ;))
    • analysis::case_centric::dotted_chart: Configurable multi-axis dotted chart generation (DottedChartOptions)
    • analysis::case_centric::event_timestamp_histogram: Aggregate event timestamps into bins grouped by activity (EventTimestampOptions)
    • analysis::object_centric::object_attribute_changes: Extract time-stamped attribute change history for an OCEL object

process_mining 0.4.0

20 Jan 09:46

Choose a tag to compare

See CHANGELOG.md for an overview of changes and how to migrate to this new version.

The v0.4.0 release marks a milestone of considerable restructuring efforts. Thanks to @cpitsch @cRennert for the fruitful discussion and your help!
In future versions, the plan is to stick to the now established and thought-out crate structure, making breaking changes more rare.

What's Changed

  • Incidence matrices by @cRennert in #25
  • Implemented token-based replay on Petri nets with no duplicate labels… by @cRennert in #26
  • Object centric conformance process trees by @cRennert in #27
  • Full DuckDB OCEL Import/Export (Feat/ocel changes) by @aarkue in #30
  • Add OCEL -> polars DataFrame export to process_mining lib by @aarkue in #31
  • Implement macros for event log creation by @cpitsch in #33
  • Implemented process trees by @cRennert in #28
  • Fix: duckdb ocel export missing e2o by @aarkue in #35
  • [WIP] OCEL kuzudb support (Export/Import?) by @aarkue in #32
  • Add Auto-Binding Functionality to Restructure by @aarkue in #40
  • Rust4PM Restructure by @aarkue in #39
  • Fix: Language Abstraction Conformance Values by @aarkue in #41
  • Add options type parameter and known formats for import/export io traits by @aarkue in #42
  • OC-DECLARE by @aarkue in #36

New Contributors

Full Changelog: v0.3.25...v0.4.0