Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ Changelog
Version 1.13.x
--------------

### Version 1.13.1 (2026/05)
Requires Storm version >= 1.13.0.

- Support for weighted objective model checking and reversing the obtained scheduler to a scheduler on the original model
- Added bindings for importing and exporting the [UMB](https://pmc-tools.github.io/umb/spec) format
- Support transformations for subsystems and ECs with exact/interval transitions
- Support for creating Storm rational numbers from `fractions.Fraction`
- Developer: formatted C++ code via clang-format
- Developer: migrated from `py::enum_` to `py::native_enum`, the string representation is provided via `friendly_name()`
- Developer: made includes consistent

### Version 1.13.0 (2026/05)
Requires Storm version >= 1.13.0.

Expand Down
2 changes: 1 addition & 1 deletion lib/stormpy/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.13.0"
__version__ = "1.13.1"
Loading