Skip to content

Commit

Permalink
release 0.9.11
Browse files Browse the repository at this point in the history
  • Loading branch information
tias committed Dec 29, 2022
1 parent d6d56c7 commit 7d2038a
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Change log

## 0.9.11
FuzzTest bugfix release

* core: importing a file and adding constrains can turn problems wrongly unsatisfiable (#174)
* core: Added floordivision '//' on integer variables (#201)
* core: Wsum care (#182)
* core: cumulative can not assume args are numpy array (#178)
* core: add custom cpmpy exceptions
* core: #172 fix - memory crash on mod
* core: double negation bug #170
* globals: Enable deep copy of Cumulative global constraint (#169)

* examples: csplib prob001 car sequencepy sliding window view only numpy 1200+ (#186)
* tests: (re)active constraint tests on ortools as default solver (#180)
* tests: fix deprecation warnings
* tests: skipif when solvers not available
* tests: enable automatic tests on github
* docs: multiple fixes
* docs: add developer guidelines

* transf: Make line-expr more linear (#200)
* solvers: minizinc stopped with a non zero exit code but did not output an error message (#192)
* solvers: gurobi: timeout status fix

* tools: Example for maximal propagate set of constraints (#147)
* tools: prevent incrementality of solvers during tuning
* tools: mus tool crashes with only 1 soft constraint (#196)


## 0.9.10
New:
* tools: added MUS computation to tools
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.10"
__version__ = "0.9.11"


from .expressions import *
Expand Down

0 comments on commit 7d2038a

Please sign in to comment.