File tree 2 files changed +20
-5
lines changed
2 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=============
3
3
4
- Version 1.6.x
4
+
5
+ Version 1.7.x
5
6
-------------
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
7
14
- Bindings for maximal end components
8
15
- Support for computing expected number of visits
16
+ - Added accessors for Prism program
17
+ - Added documentation for simulator
9
18
- Support for building complete/partial state space of DFT
10
19
- 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
12
23
- 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
+ -------------
14
29
15
30
### Version 1.6.4 (2022/01)
16
31
Requires storm version >= 1.6.4 and pycarl version >= 2.0.5
Original file line number Diff line number Diff line change 1
- __version__ = "1.6.4 "
1
+ __version__ = "1.7.0 "
You can’t perform that action at this time.
0 commit comments