Skip to content

Releases: adamburkegh/spd_we

Update build to latest prom infrastructure

22 Feb 07:06
6e3a296
Compare
Choose a tag to compare

Fixes build errors caused by upstream changes to ProM's ivy infrastructure

  • New ivysettings
  • documentation improvements

Minor maintenance release for plugin jar

07 Jan 06:39
Compare
Choose a tag to compare

The plugin jar was not made available in the 1.1.0 release. Since some time has passed, this is released as a separate version, though there are no code changes from 1.1.0.

Cleanup release and new experiment run

13 Aug 03:21
Compare
Choose a tag to compare
  • Results from rerun experiments from August 2023
    • Motivation for rerun was bugfix #1 which impacted results for AlignmentEstimator
  • Release officially numbered version for what was previously v1.1-b1.
    • ProM dependency issue in unfortunate limbo, so beta label misleading. Better to accept current reality.
    • Building some prob-process-tree dependency from source still unfortunately required.

Process Tree Weight Estimator (beta)

30 Dec 23:52
cc231a2
Compare
Choose a tag to compare
Pre-release

Allows estimators to output ProbabilisticProcessTrees (PPTs), a form of weighted process tree, when the original model was process tree based. PPTEstimateRunner.java provides a simple command line interface.

Released as a beta because the prob-process-tree-0.2 library is not yet released as an artifact in a public repository, so has to be built from source or taken from the github repository.

AlignmentEstimator zero weight silent transitions

18 Jun 07:00
Compare
Choose a tag to compare

Improved management of initial and final markings

11 Feb 00:29
Compare
Choose a tag to compare

Use StochasticNetDescriptor and its initial and final markings more consistently
Rename "Classic" miners to "Control" miners, eg ControlInductiveMiner

Initial ProM plugin

24 Jan 17:36
Compare
Choose a tag to compare

Changes to support release as a ProM plugin

PMQI 2020 paper and ProM plugin

05 Oct 08:15
Compare
Choose a tag to compare

This 1.0 release exposes estimators as a ProM plugin and coincides with the presentation of the workshop paper at PQMI 2020. There have been no changes to the internal technical operation of the weight estimation code since v0.21, which corresponds to the paper submission and revision.