Skip to content

Commit

Permalink
release 0.9.12
Browse files Browse the repository at this point in the history
  • Loading branch information
tias committed Feb 17, 2023
1 parent e1ef33a commit 8fd91eb
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Change log

## 0.9.12
New:
* examples/ use notebooks with graphic visualisation whenever possible
* examples/ add pareto optimal enumeration
* new global: AllDifferentExcept0, with tests

Changed:
* minizinc: status time in seconds
* reify_rewrite: very special case, if (non-total) element elemnt-wise decomp returns false,
* flatten: avoid unnecessary sum decompositions
* SolverLookup: would select the last one if an invalid was given
* solveAll() return warning if an objective function is present
* comparing a boolean expression with an intvar crashed most solvers (#208)
* z3: bugfixes in translation
* globals: give xor a logic-based decomposition
* tests: multiple improvements, run with all solvers


## 0.9.11
FuzzTest bugfix release

Expand Down
2 changes: 1 addition & 1 deletion cpmpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"""
# Tias Guns, 2019-2022

__version__ = "0.9.11"
__version__ = "0.9.12"


from .expressions import *
Expand Down

0 comments on commit 8fd91eb

Please sign in to comment.