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.

59 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 DFT bindings
  15. - Extended documentation
  16. ### Version 1.2.0
  17. Requires storm version >= 1.2.0 and pycarl version >= 2.0.2
  18. - Adaptions to changes in Storm
  19. - Bindings for simplification of parametric models
  20. - Handling of rewards
  21. - Building of model with all labels if no formula is given
  22. - Support for `submatrix()`
  23. - Extended documentation
  24. - Extended build script
  25. Version 1.1.x
  26. -------------
  27. ### Version 1.1.0 (2017/08)
  28. Requires storm version >= 1.1.0
  29. - Bindings for `storm-pars`
  30. - Bindings for graph constraints
  31. - Bindings for handling JANI files
  32. - Moved expressions from own module into `storage` module
  33. - Travis support for build process
  34. - Tests for documentation
  35. - Updated pybind version
  36. Version 1.0.x
  37. -------------
  38. Skipped, to keep on par with storm
  39. Version 0.9.x
  40. -------------
  41. ### Version 0.9.1 (2017/04)
  42. - Bindings for DFTs
  43. - Bindings for PLA
  44. - Updated to pycarl version 2.0.0 (support for both CLN and GMP)
  45. - Improved building system, read flags from storm build system
  46. ### Version 0.9 (2017/03)
  47. - Start of this changelog