Browse Source

Updated changelog

tempestpy_adaptions
Matthias Volk 6 years ago
parent
commit
7a5b93bdfa
  1. 14
      CHANGELOG.md
  2. 2
      doc/checklist_new_release.md

14
CHANGELOG.md

@ -7,17 +7,19 @@ The releases of major and minor versions contain an overview of changes since th
Version 1.2.x
-------------
### Version 1.2.2 (to be released)
- `storm-dft`: improvements in Galileo parser
- `storm-dft`: test cases for DFT analysis
### Version 1.2.2 (2018/07)
- Sound value iteration (SVI) for DTMCs and MDPs
- Topological solver for linear equation systems and MinMax equation systems (enabled by default)
- Added support for expected total rewards in the sparse engine
- `storm-parsers` extracted to reduce linking time
- `storm-counterexamples` extracted to reduce linking time
- Improved export for jani models
- Several extensions to high-level counterexamples
- A fix in parsing jani properties
- Several extensions to high-level counterexamples
- `storm-parsers` extracted to reduce linking time
- `storm-counterexamples` extracted to reduce linking time
- `storm-dft`: improvements in Galileo parser
- `storm-dft`: test cases for DFT analysis
- Improved Storm installation
- Several bug fixes
### Version 1.2.1 (2018/02)
- Multi-dimensional reward bounded reachability properties for DTMCs.

2
doc/checklist_new_release.md

@ -1,5 +1,5 @@
The following steps should be performed before releasing a new storm version.
Note that in most case a simultaneous release of [carl](https://github.com/smtrat/carl), [storm](https://github.com/moves-rwth/storm), [pycarl](https://github.com/moves-rwth/pycarl/) and [stormpy](https://github.com/moves-rwth/stormpy/) is preferred.
Note that in most cases a simultaneous release of [carl](https://github.com/smtrat/carl), [storm](https://github.com/moves-rwth/storm), [pycarl](https://github.com/moves-rwth/pycarl/) and [stormpy](https://github.com/moves-rwth/stormpy/) is preferred.
1. Update `CHANGELOG.md`
To get all the commits from an author since the last tag execute:

Loading…
Cancel
Save