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.

58 lines
1.4 KiB

  1. Changelog
  2. =============
  3. Version 1.2.x
  4. -------------
  5. ### Version 1.2.x
  6. Requires storm version >= 1.2.2 and pycarl version >= 2.0.2
  7. - Adaptions to changes in Storm
  8. - Bindings for symbolic models:
  9. * building symbolic models
  10. * bisimulation
  11. * transforming symbolic to sparse models
  12. - Extraction of schedulers and queries on schedulers
  13. - Extended PLA bindings
  14. - Extended documentation
  15. ### Version 1.2.0
  16. Requires storm version >= 1.2.0 and pycarl version >= 2.0.2
  17. - Adaptions to changes in Storm
  18. - Bindings for simplification of parametric models
  19. - Handling of rewards
  20. - Building of model with all labels if no formula is given
  21. - Support for `submatrix()`
  22. - Extended documentation
  23. - Extended build script
  24. Version 1.1.x
  25. -------------
  26. ### Version 1.1.0 (2017/08)
  27. Requires storm version >= 1.1.0
  28. - Bindings for `storm-pars`
  29. - Bindings for graph constraints
  30. - Bindings for handling JANI files
  31. - Moved expressions from own module into `storage` module
  32. - Travis support for build process
  33. - Tests for documentation
  34. - Updated pybind version
  35. Version 1.0.x
  36. -------------
  37. Skipped, to keep on par with storm
  38. Version 0.9.x
  39. -------------
  40. ### Version 0.9.1 (2017/04)
  41. - Bindings for DFTs
  42. - Bindings for PLA
  43. - Updated to pycarl version 2.0.0 (support for both CLN and GMP)
  44. - Improved building system, read flags from storm build system
  45. ### Version 0.9 (2017/03)
  46. - Start of this changelog