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.

132 lines
3.9 KiB

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