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.

137 lines
4.0 KiB

  1. Changelog
  2. =============
  3. Version 1.6.x
  4. -------------
  5. ### Version 1.6.3 (to be released)
  6. - Support for exact arithmetic in models
  7. - `export_parametric_to_drn` no longer exists, use `export_to_drn` instead
  8. ### Version 1.6.2 (2020/09)
  9. Requires storm version >= 1.6.2 and pycarl version >= 2.0.4
  10. - Adaptions to changes in Storm
  11. - Create models (DTMC, MDP, CTMC, MA) directly from model components. Support creation of transition matrix, labeling, reward models, etc.
  12. - Explicit State Lookup: Finding a state based on the variable values
  13. - Support for pPOMDPs
  14. - (p)POMDPs: Support for unfolding memory, making POMDPs simple, and exporting POMDP to a pMC
  15. - Export to DRN options to support exporting without placeholders
  16. - Renamed `preprocess_prism_program` to `preprocess_symbolic_input`
  17. - Bindings for Storm-dft; most notably transformations, symmetries and relevant events
  18. ### Version 1.6.1
  19. Skipped for compatibility with Storm.
  20. ### Version 1.6.0 (2020/06)
  21. Requires storm version >= 1.6.0 and pycarl version >= 2.0.4
  22. - Adaptions to changes in Storm: most notably state valuations
  23. - Support for GSPNs: parsing, exploring, building
  24. - Support for matrix building
  25. - Extended expression operators with {conjunction, disjunction}
  26. - Added information collector to extract information from jani models
  27. - Bindings for elimination of chains of non-Markovian states
  28. - Early support for POMDPs
  29. - Early support for simulations on explicit-state models
  30. Version 1.5.x
  31. -------------
  32. ### Version 1.5.1
  33. Skipped for compatibility with Storm.
  34. ### Version 1.5.0
  35. Skipped for compatibility with Storm.
  36. Version 1.4.x
  37. -------------
  38. ### Version 1.4.1 (2019/12)
  39. Requires storm version >= 1.4.1 and pycarl version >= 2.0.4
  40. - Adaptions to changes in Storm
  41. - Extended simple accessors such as `parse_properties`, `model_checking`, to handle variety of inputs.
  42. - Added and extended environments
  43. - Changed constructor of `ParameterRegion` to take a valuation instead of string.
  44. Use `ParameterRegion.create_from_string()` to create a region from string.
  45. - Added InstantiationModelChecker for pMDPs and allow instations with rational numbers
  46. - Added transformation of CTMCs to DTMCs
  47. - Further bindings for Prism Programs and their preprocessing
  48. - SettingsManager updated
  49. - Allow building models annotated with valuations
  50. - A custom state exploration that allows to explore successor states of a prism program
  51. - Extended documentation, in particular examples.
  52. - Fix for compilation with Xcode 11
  53. ### Version 1.4.0
  54. Skipped for compatibility with Storm.
  55. Version 1.3.x
  56. -------------
  57. ### Version 1.3.0 (2019/01)
  58. Requires storm version >= 1.3.0 and pycarl version >= 2.0.3
  59. - Adaptions to changes in Storm
  60. - Bindings for symbolic models:
  61. * building symbolic models
  62. * bisimulation
  63. * transforming symbolic to sparse models
  64. - Extraction of schedulers and queries on schedulers
  65. - High-level counterexamples connected
  66. - Drastically extended JANI bindings
  67. - Extended bindings for expressions
  68. - Extended PLA bindings
  69. - Extended DFT bindings
  70. - Extended documentation
  71. - Improved and extended setup
  72. Version 1.2.x
  73. -------------
  74. ### Version 1.2.0
  75. Requires storm version >= 1.2.0 and pycarl version >= 2.0.2
  76. - Adaptions to changes in Storm
  77. - Bindings for simplification of parametric models
  78. - Handling of rewards
  79. - Building of model with all labels if no formula is given
  80. - Support for `submatrix()`
  81. - Extended documentation
  82. - Extended build script
  83. Version 1.1.x
  84. -------------
  85. ### Version 1.1.0 (2017/08)
  86. Requires storm version >= 1.1.0
  87. - Bindings for `storm-pars`
  88. - Bindings for graph constraints
  89. - Bindings for handling JANI files
  90. - Moved expressions from own module into `storage` module
  91. - Travis support for build process
  92. - Tests for documentation
  93. - Updated pybind version
  94. Version 1.0.x
  95. -------------
  96. Skipped, to keep on par with storm
  97. Version 0.9.x
  98. -------------
  99. ### Version 0.9.1 (2017/04)
  100. - Bindings for DFTs
  101. - Bindings for PLA
  102. - Updated to pycarl version 2.0.0 (support for both CLN and GMP)
  103. - Improved building system, read flags from storm build system
  104. ### Version 0.9 (2017/03)
  105. - Start of this changelog