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.

124 lines
3.4 KiB

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