Skip to content

Commit 6fbc5bf

Browse files
authored
Stormpy version 1.7.0
1 parent 9fa4144 commit 6fbc5bf

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-5
lines changed

CHANGELOG.md

+19-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,31 @@
11
Changelog
22
=============
33

4-
Version 1.6.x
4+
5+
Version 1.7.x
56
-------------
6-
### Version 1.6.?
7+
8+
### Version 1.7.0 (2022/07)
9+
Requires Storm version >= 1.7.0 and pycarl version >= 2.1.0
10+
11+
- Support for plotting via extras `plot`
12+
- Support for LTL model checking via Spot
13+
- Some support for multi-objective model checking queries
714
- Bindings for maximal end components
815
- Support for computing expected number of visits
16+
- Added accessors for Prism program
17+
- Added documentation for simulator
918
- Support for building complete/partial state space of DFT
1019
- Instantiator for parametric DFT
11-
- Developer: Storm is built with C++17
20+
- Simulator for DFT
21+
- Added Dockerfile
22+
- Developer: stormpy is built with C++17
1223
- Developer: updated pybind11 to version 2.8.1 and adapted bindings accordingly
13-
- Adaption to changes in Storm: new namespace storm::dft.
24+
- Adaption to changes in Storm such as the new namespace `storm::dft`
25+
26+
27+
Version 1.6.x
28+
-------------
1429

1530
### Version 1.6.4 (2022/01)
1631
Requires storm version >= 1.6.4 and pycarl version >= 2.0.5

lib/stormpy/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.6.4"
1+
__version__ = "1.7.0"

0 commit comments

Comments
 (0)