We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 313a9ba commit d0773c2Copy full SHA for d0773c2
changelog.md
@@ -1,5 +1,20 @@
1
# Change log
2
3
+## 0.9.0
4
+
5
+First beta release!
6
7
+* Reorganize cpmpy/ modules (not backward-compatible)
8
+* Rework variables/constraint constructors (deprecation warnings for old constructors, will be removed with stable release)
9
+* Updated all examples to follow new style
10
+* Add PySAT backend, with incrementality/core extraction (only accepts CNF input for now)
11
+* Add minimize()/maximize() to Model() and solver objects
12
+* simpler `from cpmpy.solvers import CPM_ortools` for solver-specific use
13
+* Add keyword arguments to solve() that configure solver-specific options
14
+* Add example of hyperparameter gridsearch
15
+* Updated API and user docs considerably
16
17
18
## 0.7.2
19
20
* get_core() work around bug in upstream ortools
0 commit comments