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.

117 lines
3.1 KiB

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