Skip to content

Commit

Permalink
Updated changelog (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
volkm authored Aug 14, 2024
2 parents 8e17b25 + 1894df6 commit 50583e8
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Changelog
==============

Expand All @@ -9,13 +8,31 @@ Version 1.8.x
-------------

## Version 1.8.2
- Improved expected visiting times (EVTs) and steady state distribution computations.
- Support for interval-based models.
- Robust VI.
- Significantly improved compilation times.
- Support for logarithm expressions in PRISM and JANI.
- Support for sin and cos operators, and PI and Euler constants in JANI parser.
- Extraction of schedulers for minimal expected total rewards.
- More efficient MEC and SCC decompositions.
- Revised LP encoding for multi-objective verification under simple strategies.
- Added CLI option `--permute` to re-order the states after building.
- Added CLI option `--build:state limit <number>` to limit the number of explored states.
- Print all linked libraries when using `--version`.
- Removed HyPro as dependency.
- Removed support for HyPro and Cuda.
- Moved gamebased-ar to own library.
- Various bug fixes.
- `storm-conv`: Removed option `--stdout`.
- `storm-pars`: completely reworked the command-line interface (and partially the c++ API).
- `storm-dft`: Fixes and improvements for DFT symmetries and DFT simulation.
- `storm-pars`: Completely reworked the command-line interface (and partially the C++ API).
- `storm-pars`: "Time travelling" optimization.
- `storm-pgcl`: Removed the library.
- Developer: Require at least CMake version 3.15.
- Developer: Moved `storm-config.h.in` into `src` directory.
- Developer: Use Dockerfile in CI.
- Developer: Use various Dockerfiles in CI.
- Developer: Revised includes and use pre-compiled headers.
- Developer: Fixed various compiler warnings.

## Version 1.8.1 (2023/06)
- Workaround for issue with Boost >= 1.81
Expand Down

0 comments on commit 50583e8

Please sign in to comment.