Browse Source

Stormpy version 1.6.3

refactoring
Matthias Volk 4 years ago
parent
commit
6fc0d72b99
No known key found for this signature in database GPG Key ID: 83A57678F739FCD3
  1. 9
      CHANGELOG.md
  2. 2
      lib/stormpy/_version.py

9
CHANGELOG.md

@ -4,11 +4,14 @@ Changelog
Version 1.6.x 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 - Documentation is largely based on Jupyter notebooks now and supports launch with Binder
- Support for exact arithmetic in models - 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 - `export_parametric_to_drn` no longer exists, use `export_to_drn` instead
### Version 1.6.2 (2020/09) ### Version 1.6.2 (2020/09)

2
lib/stormpy/_version.py

@ -1 +1 @@
__version__ = "1.6.2"
__version__ = "1.6.3"
Loading…
Cancel
Save