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.

115 lines
3.1 KiB

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