Skip to content

Commit

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

## 0.9.7
* New: s.solveAll(): convenient (efficient) solution enumeration
* New: added sum() to python\_builtins, behaves like np.sum
* Behind the scenes: add 'wsum' weighted sum operator
* bugfix for sum: always create new expression, do not modify inplace
* bugfix: allow model with only an objective

## 0.9.6
* Added tutorial video and used notebooks
https://www.youtube.com/watch?v=A4mmmDAdusQ
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-2021

__version__ = "0.9.6"
__version__ = "0.9.7"


from .expressions import *
Expand Down

0 comments on commit e6bda5f

Please sign in to comment.