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.

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