Matthias Volk
4 years ago
No known key found for this signature in database
GPG Key ID: 83A57678F739FCD3
2 changed files with
7 additions and
4 deletions
-
CHANGELOG.md
-
lib/stormpy/_version.py
|
|
@ -4,11 +4,14 @@ Changelog |
|
|
|
Version 1.6.x |
|
|
|
------------- |
|
|
|
|
|
|
|
### Version 1.6.3 (to be released) |
|
|
|
### Version 1.6.3 (2020/12) |
|
|
|
Requires storm version >= 1.6.3 and pycarl version >= 2.0.4 |
|
|
|
|
|
|
|
- Documentation is largely based on Jupyter notebooks now and supports launch with Binder |
|
|
|
- Support for exact arithmetic in models |
|
|
|
- Support for timeouts/signal handlers in storm |
|
|
|
- Code for parametric/exact/floating-point models data structures unified. |
|
|
|
- Support for timeouts/signal handlers in Storm |
|
|
|
- Code for parametric/exact/floating-point models data structures unified |
|
|
|
- Extended support for Prism and Jani data structures |
|
|
|
- `export_parametric_to_drn` no longer exists, use `export_to_drn` instead |
|
|
|
|
|
|
|
### Version 1.6.2 (2020/09) |
|
|
|
|
|
@ -1 +1 @@ |
|
|
|
__version__ = "1.6.2" |
|
|
|
__version__ = "1.6.3" |