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.

96 lines
2.7 KiB

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