You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

125 lines
5.6 KiB

8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
  1. Changelog
  2. ==============
  3. This changelog lists only the most important changes. Smaller (bug)fixes as well as non-mature features are not part of the changelog.
  4. The releases of major and minor versions contain an overview of changes since the last major/minor update.
  5. Version 1.3.x
  6. -------------
  7. ### Version 1.3.0 (2018/12)
  8. - Slightly improved scheduler extraction
  9. - Environments are now part of the c++ API
  10. ### Comparison with Version 1.2.0 (details see below)
  11. - Heavily extended JANI-support
  12. - New binary `storm-conv` that handles conversion between model files
  13. - New binary `storm-pomdp` that handles the translation of POMDPs to pMCs.
  14. - `storm-gspn` improved
  15. - Sound value iteration
  16. Version 1.2.x
  17. -------------
  18. ### Version 1.2.4 (2018/08)
  19. - Heavily extended JANI support, in particular:
  20. * arrays, functions, state-exit-rewards (all engines)
  21. * indexed assignments, complex reward expressions (sparse engine)
  22. * several jani-related bug fixes
  23. - New binary `storm-conv` that handles conversions between model files
  24. - New binary `storm-pomdp` that handles the translation of POMDPs to pMCs.
  25. - Closing a Markov automaton now removes unreachable states
  26. - Added support for expected time properties for discrete time models
  27. - Bug fix in the parser for DRN (MDPs and MAs might have been affected).
  28. - `storm-gspn`: Improved .pnpro parser
  29. - `storm-gspn`: Added support for single/infinite/k-server semantics for GSPNs given in the .pnpro format
  30. - `storm-gspn`: Added option to set a global capacity for all places
  31. - `storm-gspn`: Added option to include a set of standard properties when converting GSPNs to jani
  32. - `storm-pars`: Added possibility to compute the extremal value within a given region using parameter lifting
  33. ### Version 1.2.3 (2018/07)
  34. - Fix in version parsing
  35. ### Version 1.2.2 (2018/07)
  36. - Sound value iteration (SVI) for DTMCs and MDPs
  37. - Topological solver for linear equation systems and MinMax equation systems (enabled by default)
  38. - Added support for expected total rewards in the sparse engine
  39. - By default, iteration-based solvers are no longer aborted after a given number of steps.
  40. - Improved export for jani models
  41. - A fix in parsing jani properties
  42. - Several extensions to high-level counterexamples
  43. - `storm-parsers` extracted to reduce linking time
  44. - `storm-counterexamples` extracted to reduce linking time
  45. - `storm-dft`: improvements in Galileo parser
  46. - `storm-dft`: test cases for DFT analysis
  47. - Improved Storm installation
  48. - Several bug fixes
  49. ### Version 1.2.1 (2018/02)
  50. - Multi-dimensional reward bounded reachability properties for DTMCs.
  51. - `storm-dft`: transformation of DFTs to GSPNs
  52. - Several bug fixes
  53. ### Version 1.2.0 (2017/12)
  54. - C++ api changes: Building model takes `BuilderOptions` instead of extended list of Booleans, does not depend on settings anymore.
  55. - `storm-cli-utilities` now contains cli related stuff, instead of `storm-lib`
  56. - Symbolic (MT/BDD) bisimulation
  57. - Fixed issue related to variable names that can not be used in Exprtk.
  58. - DRN parser improved
  59. - LP-based MDP model checking
  60. - Sound (interval) value iteration
  61. - Support for Multi-objective multi-dimensional reward bounded reachability properties for MDPs.
  62. - RationalSearch method to solve equation systems exactly
  63. - WalkerChae method for solving linear equation systems with guaranteed convergence
  64. - Performance improvements for sparse model building
  65. - Performance improvements for conditional properties on MDPs
  66. - Automatically convert MA without probabilistic states into CTMC
  67. - Fixed implemention of Fox and Glynn' algorithm
  68. - `storm-pars`: support for welldefinedness constraints in mdps.
  69. - `storm-dft`: split DFT settings into IO settings and fault tree settings
  70. - `storm-dft`: removed obsolete explicit model builder for DFTs
  71. - Features for developers:
  72. * Solvers can now expose requirements
  73. * unbounded reachability and reachability rewards now correctly respect solver requirements
  74. * Environment variables (such as the solver precisions) can now be handled more flexible
  75. * changes to Matrix-Vector operation interfaces, in particular fixed some issues with the use Intel TBB
  76. Version 1.1.x
  77. -------------
  78. ### Version 1.1.0 (2017/8)
  79. - Support for long-run average rewards on MDPs and Markov automata using a value-iteration based approach.
  80. - Storm can now check MDPs and Markov Automata (i.e. MinMax equation systems) via Linear Programming.
  81. - Parametric model checking is now handled in a separated library/executable called `storm-pars`.
  82. - Wellformedness constraints on PMCs:
  83. * include constraints from rewards
  84. * are in smtlib2
  85. * fixed
  86. * computation of only constraints without doing model checking is now supported
  87. - Fix for nested formulae
  88. - JANI: Explicit engine supports custom model compositions.
  89. - Support for parsing/building models given in the explicit input format of IMCA.
  90. - Storm now overwrites files if asked to write files to a specific location.
  91. - Changes in build process to accommodate for changes in carl. Also, more robust against issues with carl.
  92. - `USE_POPCNT` removed in favor of `FORCE_POPCNT`. The popcnt instruction is used if available due to `march=native`, unless portable is set.
  93. Then, using `FORCE_POPCNT` enables the use of the SSE 4.2 instruction
  94. Version 1.0.x
  95. -------------
  96. ### Version 1.0.1 (2017/4)
  97. - Multi-objective model checking support now fully included
  98. - Several improvements in parameter lifting
  99. - Several improvements in JANI parsing
  100. - Properties can contain model variables
  101. - Support for rational numbers/functions in decision diagrams via sylvan
  102. - Elimination-based solvers (exact solution) for models stored as decision diagrams
  103. - Export of version and configuration to cmake
  104. - Improved building process
  105. ### Version 1.0.0 (2017/3)
  106. Start of this changelog