Browse Source

Updated Changelog

tempestpy_adaptions
Tim Quatmann 5 years ago
parent
commit
b7cd16df68
  1. 5
      CHANGELOG.md

5
CHANGELOG.md

@ -13,9 +13,10 @@ Version 1.3.x
- Added script `resources/examples/download_qvbs.sh` to download the QVBS. - Added script `resources/examples/download_qvbs.sh` to download the QVBS.
- If an option is unknown, Storm now suggests similar option names. - If an option is unknown, Storm now suggests similar option names.
- Flagged several options as 'advanced' to clean up the `--help`-message. Use `--help all` to display a complete list of options. - Flagged several options as 'advanced' to clean up the `--help`-message. Use `--help all` to display a complete list of options.
- Support for the new `round` operator in the PRISM language.
- Support for parsing of exact time bounds for properties, e.g., `P=? [F=27 "goal"]`. - Support for parsing of exact time bounds for properties, e.g., `P=? [F=27 "goal"]`.
- Export of optimal schedulers when checking MDPs with the sparse engine (experimental). Use `--exportscheduler <filename>`. - Export of optimal schedulers when checking MDPs with the sparse engine (experimental). Use `--exportscheduler <filename>`.
- PRISM language: Support for the new `round` operator.
- PRISM language: Improved error messages of the parser.
- JANI: Allow bounded types for constants. - JANI: Allow bounded types for constants.
- JANI: Support for non-trivial reward accumulations. - JANI: Support for non-trivial reward accumulations.
- JANI: Fixed support for reward expressions over non-transient variables. - JANI: Fixed support for reward expressions over non-transient variables.
@ -33,7 +34,7 @@ Version 1.3.x
- `storm-dft`: Support for constant failed BEs. Use flag `--uniquefailedbe` to create a unique constant failed BE. - `storm-dft`: Support for constant failed BEs. Use flag `--uniquefailedbe` to create a unique constant failed BE.
- `storm-dft`: Support for probabilistic BEs via PDEPs. - `storm-dft`: Support for probabilistic BEs via PDEPs.
- Fixed linking with Mathsat on macOS. - Fixed linking with Mathsat on macOS.
- Fixed compilation for macOS Mojave.
- Fixed compilation for macOS Mojave and higher.
- Several bug fixes. - Several bug fixes.
## Version 1.3.0 (2018/12) ## Version 1.3.0 (2018/12)

Loading…
Cancel
Save