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.

123 lines
3.4 KiB

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