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.

89 lines
2.4 KiB

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