File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change log
2
2
3
+ ## 0.9.2
4
+ * pysat: tseitin encode all logical operators
5
+ * to_cnf tseitin encoding for logical operators, with tests
6
+ * better chaining of n-ary operators, fixes #39
7
+ * doc: beginner tutorial add optimisation
8
+ * doc: extend multiple solutions, minisearch, diverse solutions
9
+ * ort: add OrtSolutionPrinter and solve(solution_callback=...)
10
+ * example of diverse solutions
11
+ * vectorized 'abs' operator
12
+ * flatten: fix some bound computations
13
+
3
14
## 0.9.1
4
15
* easier hyperparameter search with ` param_combinations() ` helper function in cpmpy.solvers
5
16
Original file line number Diff line number Diff line change 14
14
"""
15
15
# Tias Guns, 2019-2021
16
16
17
- __version__ = "0.9.1 "
17
+ __version__ = "0.9.2 "
18
18
19
19
20
20
from .expressions import *
You can’t perform that action at this time.
0 commit comments