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.

83 lines
2.3 KiB

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