We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef40472 commit c462006Copy full SHA for c462006
changelog.md
@@ -1,5 +1,8 @@
1
# Change log
2
3
+## 0.9.1
4
+* easier hyperparameter search with `param_combinations()` helper function in cpmpy.solvers
5
+
6
## 0.9.0
7
8
First beta release!
cpmpy/__init__.py
@@ -14,7 +14,7 @@
14
"""
15
# Tias Guns, 2019-2021
16
17
-__version__ = "0.9.0"
+__version__ = "0.9.1"
18
19
20
from .expressions import *
0 commit comments