Releases: adamburkegh/statesnap-miner
Releases · adamburkegh/statesnap-miner
Package reorganisation and conversion / filter separation
- Reorganise potentially reusable elements under a pm superpackage. This breaks back compatibility, and we are under version 1, so issued a minor version. Impacted:
-
loggen
log generation
-
ssnap
State Snap Miner
-
pmmodels
Petri net and other model utilities
- Separate conversion and filtering in
cgedq/conv.py
, making reuse easier. -
- Add
cgedq/regionmine.py
, work in progress.
- Add
Switch to koalas for Petri nets
This minor release does internal reorganisation to depend directly on the koalas project, which provides lightweight process mining structures and functions in a Pythonic style. It is compatible with the more comprehensive and ambitious (pm4py)[https://pm4py.fit.fraunhofer.de/].
Earlier releases of statesnap-miner
had forked versions of Petri nets and other data structures, which are now consolidated in a common project.
Public data extracts
This release includes
- Data extracts corresponding to the 1850-1864 public data release of the CGED-Q and exam data
- Documentation on the same
- State snapshot exporter to CSV
Initial release with state snapshot miner and visualisation
Public release of the state snapshot miner and data extract tools for working with CGED-Q data.