Simod

Latest version: v5.1.5

Safety actively analyzes 723685 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 10

3.5.29

Changelog


20e63e7 - Merge pull request 138 from AutomatedProcessImprovement/130-support-compressed-logs (Ihar Suvorau)
6a57e5b - Update use of own "read" function for PIX framework "read_csv_log" (David Chapela de la Campa)
4af8fdf - Compress some test logs and adapt corresponding tests cases (David Chapela de la Campa)
e80de81 - Fix minor bug with suffixes removal (David Chapela de la Campa)
b5fe708 - Remove all suffixes from process name and raise exception when logs are not CSV or CSV-GZ (David Chapela de la Campa)

3.5.28

Changelog


e899840 - Update version (Ihar Suvorau)
7d260a7 - Add BPIC15 test (Ihar Suvorau)
5734e94 - Fix repairing missing activities, 129 (Ihar Suvorau)
49ae9ed - Archive sample event logs (Ihar Suvorau)
f4bfd15 - Update pix-framework (Ihar Suvorau)

3.5.27

Changelog


dde1df1 - Merge pull request 133 from AutomatedProcessImprovement/129-repair-missing-activities (Ihar Suvorau)
f4789e6 - Update version (Ihar Suvorau)
9e830cd - Merge branch 'master' into 129-repair-missing-activities (Ihar Suvorau)
886deb1 - Improve logging (Ihar Suvorau)
70c0b34 - Update prosimos and pix-framework to use the latest prioritization rules, 129 (Ihar Suvorau)
7d52cd3 - Fix imports after pix-framework refactoring (Ihar Suvorau)
f03b1bb - Repair missing activities in Resource Model when Process Model is provided 129 (Ihar Suvorau)
1fe6d3c - Update pix-framework (Ihar Suvorau)
3d0d018 - Format with Black (Ihar Suvorau)
4fe0d50 - Fix formatting and typos (Ihar Suvorau)
f49ef1c - Use train partition instead of train_validation for initial resource model discovery (Ihar Suvorau)
ab9890e - Fix fuzzy calendars test logs (Ihar Suvorau)
22bd795 - Merge branch 'master' of https://github.com/AutomatedProcessImprovement/Simod (Ihar Suvorau)
f095875 - Extract activities' names and IDs from BPMN safer and faster. Closes 127 (Ihar Suvorau)
e4fca65 - Upgrade batch-processing-discovery to fix unsupported batching rule. Closes 126 (Ihar Suvorau)
249e498 - Update README.md (Marlon Dumas)
89c91f2 - Fix invalid exception raising in batching/types. 126 (Ihar Suvorau)

3.5.26

Changelog


3e2f16a - Improve checking for missing start_time values in a log. 121 (Ihar Suvorau)
217f6bc - Don't include fuzzy calendars tests into the CI suite yet (Ihar Suvorau)
3e58147 - Fix wrong configuration version in a dumped YAML. Closes 122 (Ihar Suvorau)
a5cc7dc - Update openxes-cli-py to a newer version that doesn't produce logging warning (Ihar Suvorau)
e6d6b91 - Update version (Ihar Suvorau)
b41102d - Clean intervals_frequency_calculator.py in fuzzy calendars (Ihar Suvorau)
7191f2b - Fix duration distribution discovery for fuzzy calendars (Ihar Suvorau)
3cd4990 - Fix output folder doesn't exist for fuzzy calendars (Ihar Suvorau)
76eeb9d - Convert fuzzy calendars script in tests/ to a proper pytest test (Ihar Suvorau)
25acf04 - Move Poetry env to in-project (Ihar Suvorau)
4ae0dbc - Remove XES files from fuzzy calendars tests (Ihar Suvorau)
8b6ce34 - Fix broken imports in fuzzy calendars (Ihar Suvorau)
6641720 - Reformat fuzzy calendars with Black (Ihar Suvorau)
c35d26c - Merge branch 'fuzzy-calendars' (Ihar Suvorau)
7a9c8e2 - Add a TODO for ResourceModelSettings (Ihar Suvorau)
ed921d5 - Update Simod version for benchmarking (Ihar Suvorau)
7429aed - Delete poetry.lock (Ihar Suvorau)
0641043 - Add runtime measurement function to utilities (Ihar Suvorau)
edb12d3 - Update poetry.toml (Ihar Suvorau)
e4dc1aa - Minor changes before merging, to mirror the master files (orlenyslp)
5395641 - Replacing sample.yml and poetry.lock files for the ones in the main branch to avoid merging conflicts (orlenyslp)
40982f0 - Last Changes before merging (orlenyslp)
d022a85 - Fuzzy Calendars Discovery - Initial V0 (orlenyslp)

3.5.25

Changelog


7063828 - Closes 123 - Discover resource pools only once in ResourceModelOptimizer (instead of one per iteration) (David Chapela de la Campa)
5e0c110 - Update benchmarking scripts (Ihar Suvorau)
05ea0da - Add Simod version option for benchmarking (Ihar Suvorau)
73143d0 - Rename output file name in analyze_results.py for benchmarking (Ihar Suvorau)
ff744ed - Add benchmarking analysis script (Ihar Suvorau)
66954e0 - Refactor benchmarking (Ihar Suvorau)
5d4c081 - Refactor docker_jobs from benchmarking (Ihar Suvorau)
cdc7669 - Prepare v3.5.24 experiments (Ihar Suvorau)

3.5.24

Changelog


2f80159 - Add two versions of the N_GRAM_DISTANCE (N=2, N=3) - TWO_GRAM_DISTANCE or 2_GRAM_DISTANCE - THREE_GRAM_DISTANCE or 3_GRAM_DISTANCE (default one) (David Chapela de la Campa)
cf300a9 - Add BPMN model to resource default files (David Chapela de la Campa)
bbe342d - Merge configuration_parameters_refactoring (Ihar Suvorau)
2cb0b90 - Update sample configuration and files and add configuration for benchmarking (David Chapela de la Campa)
830782b - Add warning for when the simulated log is empty (due to an error) (David Chapela de la Campa)
5357ecc - Add option to skip case attributes and move batching and prioritization options to "common" (David Chapela de la Campa)
24a1afd - Unify Extraneous Delays metrics with Simod metrics (David Chapela de la Campa)
0b491ed - Update measures naming and added Arrival and Relative distances (David Chapela de la Campa)
31ccda7 - Add template for "Optional testing" parameter to skip the split for the final testing and discover the best process model with all the input log (David Chapela de la Campa)
f1ff99f - Add legacy converter from Configuration v2 to new Configuration v4 (David Chapela de la Campa)
b6e5167 - Merge remote-tracking branch 'origin/configuration_parameters_refactoring' into configuration_parameters_refactoring (David Chapela de la Campa)
297dd63 - Refactor configuration parameters for a more clear understanding (David Chapela de la Campa)
68307ec - Refactor configuration parameters for a more clear understanding (David Chapela de la Campa)

Page 6 of 10

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.