v1.20.0
Announcements
This release is compatible with the new Julia version 1.2 and the upcoming Julia version 1.3.
Breaking changes
- upgrade
JuMP
to v0.20 (#1668)
Features
- added concrete
affine_map
operation (#1692) - added concrete
reflect
operation (#1689) - added concrete
is_interior_point
function for error-tolerant membership checks (#1690)
Enhancements
- fixed compatibility for Julia v1.2 (#1675)
- allow creation of
Polyhedra
backend with arbitrary numeric type (#1710)
Bug-fixes
- fixed plotting of empty polyhedra (#1706)