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.

70 lines
1.7 KiB

  1. Changelog
  2. =============
  3. Version 1.3.x
  4. -------------
  5. ### Version 1.3.1 (under development)
  6. - Changed constructor of `ParameterRegion` to take a valuation instead of string.
  7. Use `ParameterRegion.create_from_string()` to create a region from string.
  8. ### Version 1.3.0 (2019/01)
  9. Requires storm version >= 1.3.0 and pycarl version >= 2.0.3
  10. - Adaptions to changes in Storm
  11. - Bindings for symbolic models:
  12. * building symbolic models
  13. * bisimulation
  14. * transforming symbolic to sparse models
  15. - Extraction of schedulers and queries on schedulers
  16. - High-level counterexamples connected
  17. - Drastically extended JANI bindings
  18. - Extended bindings for expressions
  19. - Extended PLA bindings
  20. - Extended DFT bindings
  21. - Extended documentation
  22. - Improved and extended setup
  23. Version 1.2.x
  24. -------------
  25. ### Version 1.2.0
  26. Requires storm version >= 1.2.0 and pycarl version >= 2.0.2
  27. - Adaptions to changes in Storm
  28. - Bindings for simplification of parametric models
  29. - Handling of rewards
  30. - Building of model with all labels if no formula is given
  31. - Support for `submatrix()`
  32. - Extended documentation
  33. - Extended build script
  34. Version 1.1.x
  35. -------------
  36. ### Version 1.1.0 (2017/08)
  37. Requires storm version >= 1.1.0
  38. - Bindings for `storm-pars`
  39. - Bindings for graph constraints
  40. - Bindings for handling JANI files
  41. - Moved expressions from own module into `storage` module
  42. - Travis support for build process
  43. - Tests for documentation
  44. - Updated pybind version
  45. Version 1.0.x
  46. -------------
  47. Skipped, to keep on par with storm
  48. Version 0.9.x
  49. -------------
  50. ### Version 0.9.1 (2017/04)
  51. - Bindings for DFTs
  52. - Bindings for PLA
  53. - Updated to pycarl version 2.0.0 (support for both CLN and GMP)
  54. - Improved building system, read flags from storm build system
  55. ### Version 0.9 (2017/03)
  56. - Start of this changelog