Skip to content

v1.20.0

Compare
Choose a tag to compare
@julia-tagbot julia-tagbot released this 24 Sep 14:40
· 2862 commits to master since this release
v1.20.0
d37e8ce

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)