Skip to content

Commit 071b782

Browse files
authored
Version 1.13.0 (#392)
1 parent e342102 commit 071b782

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
Changelog
22
=============
33

4+
Version 1.13.x
5+
--------------
6+
7+
### Version 1.13.0 (2026/05)
8+
Requires Storm version >= 1.13.0.
9+
10+
- Repository moved to stormchecker/stormpy
11+
- Support for exact intervals in sparse models, matrices, schedulers, model components, model checking, DRN build/export, and the Kwek-Mehlhorn sharpening utility
12+
- Added bindings for monitor verification
13+
- Added bindings for conditional model checking
14+
- Added `add_next_values` method on SparseMatrix for faster build from numpy arrays
15+
- Adaption to changes in Storm:
16+
* Scheduler for `ExplicitQualitativeCheckResult`
17+
* Added `ObservationTraceUnfolderOptions`
18+
- Bugfixes for release workflow and rpath
19+
- Developer: added `git_hash`
20+
- Developer: revised CI workflows w.r.t. OS configurations, Storm version, Docker login
21+
- Developer: improved CI for wheel creation
22+
- Developer: simplified Dockerfile for Binder
23+
24+
425
Version 1.12.x
526
--------------
627

lib/stormpy/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.12.0"
1+
__version__ = "1.13.0"

0 commit comments

Comments
 (0)