Skip to content

Commit

Permalink
Stormpy version 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
volkm authored Jul 31, 2022
1 parent 9fa4144 commit 6fbc5bf
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
23 changes: 19 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,31 @@
Changelog
=============

Version 1.6.x

Version 1.7.x
-------------
### Version 1.6.?

### Version 1.7.0 (2022/07)
Requires Storm version >= 1.7.0 and pycarl version >= 2.1.0

- Support for plotting via extras `plot`
- Support for LTL model checking via Spot
- Some support for multi-objective model checking queries
- Bindings for maximal end components
- Support for computing expected number of visits
- Added accessors for Prism program
- Added documentation for simulator
- Support for building complete/partial state space of DFT
- Instantiator for parametric DFT
- Developer: Storm is built with C++17
- Simulator for DFT
- Added Dockerfile
- Developer: stormpy is built with C++17
- Developer: updated pybind11 to version 2.8.1 and adapted bindings accordingly
- Adaption to changes in Storm: new namespace storm::dft.
- Adaption to changes in Storm such as the new namespace `storm::dft`


Version 1.6.x
-------------

### Version 1.6.4 (2022/01)
Requires storm version >= 1.6.4 and pycarl version >= 2.0.5
Expand Down
2 changes: 1 addition & 1 deletion lib/stormpy/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.6.4"
__version__ = "1.7.0"

0 comments on commit 6fbc5bf

Please sign in to comment.