Skip to content

Commit 8dba023

Browse files
committed
release 0.9.2
1 parent 25f73ff commit 8dba023

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

changelog.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change log
22

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+
314
## 0.9.1
415
* easier hyperparameter search with `param_combinations()` helper function in cpmpy.solvers
516

cpmpy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"""
1515
# Tias Guns, 2019-2021
1616

17-
__version__ = "0.9.1"
17+
__version__ = "0.9.2"
1818

1919

2020
from .expressions import *

0 commit comments

Comments
 (0)