Skip to content

Releases: AutomatedProcessImprovement/prosimos-microservice

v1.2.4

22 May 08:21
d794e7d

Choose a tag to compare

  • #18 - Fix failing download of files (due to Flask update)

v1.2.3

17 May 12:04
37367ac

Choose a tag to compare

  • dependency management is moved to Poetry
  • Prosimos cli is used now as a published PyPI package (instead of git submodule)

v1.2.1

08 Feb 16:41

Choose a tag to compare

  • Fix case when starting_at is not provided
  • Introduce parsing and usage of case attributes to the simulation in general

v1.2.0

09 Jan 08:52

Choose a tag to compare

Now, the Simulation part supports two additional sections provided in the .json:

  • intermediate event handling
  • task batching

v1.1.6

14 Nov 17:24

Choose a tag to compare

Update Prosimos with a new version:

  • Added event handling
  • Start_date to the simulation is passed as a string (was datetime previously)
  • previously, saving of .xes / .csv files failed due to the file pointer being at the end of the file. Fixed the issue in this release.

v1.1.5

04 Nov 17:30

Choose a tag to compare

  • try making the solution cross-platform: the part when discovery accepts the zip file as input from Windows as OS

v1.1.4 (EDOC 2022)

05 Sep 06:55
3a9d487

Choose a tag to compare

  • Support for process models with tasks/gateways/end-events with multiple incoming and outgoing flows
  • Support tasks in the event log but missing in the BPMN model
  • Allow providing log file in .zip format
  • Make some error messages more explicit for the user

v1.1.1 (EDOC 2022)

01 Aug 08:40
d3b08d0

Choose a tag to compare

  • discovery and simulation are being run as separate Celery tasks
  • ignore start and end events specified in the log file
  • fix the use case when Cycle Time (CT) was negative
  • add validation for the CSV file used for the discovery of the simulation scenario
  • improve Swagger docs
  • Celery worker, RabbitMQ, and Redis instances are added to the docker-compose

v1.0.0

26 Jun 06:17
2b68205

Choose a tag to compare

Create LICENSE