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.

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