Skip to content

Commit

Permalink
DOC: add version 0.2.1 to CHANGELOG
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
johnyf committed Nov 25, 2017
1 parent 765aded commit 23a3d25
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# Polytope package update history


## version 0.2.1 - 24 November 2017

- rename method to `Polytope.contains`, was `are_inside`
- add method `contains` to `Region`
- deprecate function `polytope.is_inside`,
use `in` and `contains` instead
- add arg `solver` to function `lpsolve`
- refactor by introducing new module `solvers`
- support MOSEK as solver, via function `cvxopt.solvers.lp`
- require `numpy >= 1.10.0`
- require `matplotlib >= 2.0.0` for tests


## version 0.2.0 - 7 July 2017

- negate `numpy.array` with operator `~`
Expand Down

0 comments on commit 23a3d25

Please sign in to comment.