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.

139 lines
4.2 KiB

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