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.

36 lines
1.5 KiB

8 years ago
7 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.0.x
  6. -------------------
  7. ### Version 1.0.2 (2017/5)
  8. - Fix for nested formulae
  9. - JANI: Explicit engine supports custom model compositions.
  10. - Storm now overwrites files if asked to write files to a specific location
  11. - Changes in build process to accommodate for changes in carl. Also, more robust against issues with carl
  12. - Wellformedness constraints on PMCs:
  13. * include constraints from rewards
  14. * are in smtlib2
  15. - USE_POPCNT removed in favor of FORCE_POPCNT. The popcnt instruction is used if available due to march=native, unless portable is set.
  16. Then, using FORCE_POPCNT enables the use of the SSE 4.2 instruction
  17. - Parametric model checking is now handled in a separated library/executable called storm-pars
  18. ### Version 1.0.1 (2017/4)
  19. - Multi-objective model checking support now fully included
  20. - Several improvements in parameter lifting
  21. - Several improvements in JANI parsing
  22. - Properties can contain model variables
  23. - Support for rational numbers/functions in decision diagrams via sylvan
  24. - Elimination-based solvers (exact solution) for models stored as decision diagrams
  25. - Export of version and configuration to cmake
  26. - Improved building process
  27. ### Version 1.0.0 (2017/3)
  28. Start of this changelog