Skip to content

v0.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Feb 21:01
· 35 commits to master since this release
aad174d

Polyhedra v0.7.0

Diff since v0.6.18

Closed issues:

  • Undetected linearity with Clp (#258)
  • Incorrect redundancy removal with Gurobi or Clp (#259)
  • removevredundancy! applied to H-rep removes all vertices (#270)
  • Incorrect planar hull evaluation (#271)
  • Conversion of rational vrep polytope to hrep seems buggy (#276)
  • Lots of time spent interpolating strings (#279)

Merged pull requests:

  • Fix performance issue in redundancy removal (#280) (@blegat)
  • Fix planar hull with several poins in the start/end sweep line (#281) (@blegat)
  • Add ztol keyword to linearity detection (#282) (@blegat)
  • Fix sensitivity to noise in linearity detection (#284) (@blegat)
  • Update installation.md (#288) (@mforets)
  • Fix scalar multi with H-rep of rational (#290) (@blegat)
  • Fix chebyshevcenter with exact arithmetic (#291) (@blegat)
  • Update to JuMP v0.23 and MA v1 (#292) (@blegat)