Skip to content

Commit d0773c2

Browse files
committed
version 0.9.0, first beta release
1 parent 313a9ba commit d0773c2

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

changelog.md

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

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+
318
## 0.7.2
419

520
* get_core() work around bug in upstream ortools

0 commit comments

Comments
 (0)