You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,38 @@ This changelog lists only the most important changes. Smaller (bug)fixes as well
5
5
The releases of major and minor versions contain an overview of changes since the last major/minor update.
6
6
7
7
8
+
Version 1.12.x
9
+
--------------
10
+
11
+
## Version 1.12.0 (2026/03)
12
+
- Support for verifying IDTMCs.
13
+
- Extended DRN file format:
14
+
* Use `--io:digits` option to control precision of floats.
15
+
* Reading from and writing to compressed DRN files (use `.drn.gz` / `.drn.xz` file extensions and/or the new `--compression` option) (requires libarchive).
16
+
* Added `@value_type` to determine the type of the parsed values.
17
+
* Support for parsing of DRN interval models.
18
+
- Multi-objective model checking:
19
+
* Multi-objective model checking in `--sound`mode handles approximation errors correctly.
20
+
* Added `--multiobjective:approxtradeoff` setting to control Pareto curve approximation heuristic.
21
+
* Extended support for multi-objective properties: distinguish between trade-off and lexicographic properties, introduce `multilex(..)` syntax for Prism-style properties.
22
+
-`storm-pars`:
23
+
* Added BigStep transformation.
24
+
* Added generalized parameter lifting.
25
+
* Support for not graph-preserving regions and for not well-defined regions.
26
+
* Region verification API uses `RefinementOptions`.
27
+
- Support build without DD support.
28
+
- Added state-valuation transformer.
29
+
- Preparation for using probability matrix in CTMC bisimulation.
30
+
- Revised check for probabilistic transition matrix.
31
+
- ConstantsComparator no longer depends on global state.
32
+
- New (optional) dependency: libarchive which supports directly reading/writing from an archive.
0 commit comments