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.

93 lines
2.5 KiB

  1. Changelog
  2. =============
  3. Version 1.4.x
  4. -------------
  5. ### Version 1.4.2 (under development)
  6. ### Version 1.4.1 (2019/12)
  7. Requires storm version >= 1.4.1 and pycarl version >= 2.0.4
  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 and allow instations with rational numbers
  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. - Fix for compilation with Xcode 11
  21. ### Version 1.4.0
  22. Skipped for compatibility with Storm.
  23. Version 1.3.x
  24. -------------
  25. ### Version 1.3.0 (2019/01)
  26. Requires storm version >= 1.3.0 and pycarl version >= 2.0.3
  27. - Adaptions to changes in Storm
  28. - Bindings for symbolic models:
  29. * building symbolic models
  30. * bisimulation
  31. * transforming symbolic to sparse models
  32. - Extraction of schedulers and queries on schedulers
  33. - High-level counterexamples connected
  34. - Drastically extended JANI bindings
  35. - Extended bindings for expressions
  36. - Extended PLA bindings
  37. - Extended DFT bindings
  38. - Extended documentation
  39. - Improved and extended setup
  40. Version 1.2.x
  41. -------------
  42. ### Version 1.2.0
  43. Requires storm version >= 1.2.0 and pycarl version >= 2.0.2
  44. - Adaptions to changes in Storm
  45. - Bindings for simplification of parametric models
  46. - Handling of rewards
  47. - Building of model with all labels if no formula is given
  48. - Support for `submatrix()`
  49. - Extended documentation
  50. - Extended build script
  51. Version 1.1.x
  52. -------------
  53. ### Version 1.1.0 (2017/08)
  54. Requires storm version >= 1.1.0
  55. - Bindings for `storm-pars`
  56. - Bindings for graph constraints
  57. - Bindings for handling JANI files
  58. - Moved expressions from own module into `storage` module
  59. - Travis support for build process
  60. - Tests for documentation
  61. - Updated pybind version
  62. Version 1.0.x
  63. -------------
  64. Skipped, to keep on par with storm
  65. Version 0.9.x
  66. -------------
  67. ### Version 0.9.1 (2017/04)
  68. - Bindings for DFTs
  69. - Bindings for PLA
  70. - Updated to pycarl version 2.0.0 (support for both CLN and GMP)
  71. - Improved building system, read flags from storm build system
  72. ### Version 0.9 (2017/03)
  73. - Start of this changelog