Skip to content

Releases: JuliaPolyhedra/Polyhedra.jl

v0.7.0

25 Feb 21:01
aad174d
Compare
Choose a tag to compare

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)

v0.6.18

11 Nov 14:07
0288f27
Compare
Choose a tag to compare

Polyhedra v0.6.18

Diff since v0.6.17

Merged pull requests:

v0.6.17

26 Oct 19:59
83493da
Compare
Choose a tag to compare

Polyhedra v0.6.17

Diff since v0.6.16

Closed issues:

  • How to use convex hull? (#260)
  • MethodError in sethrep! for intervals (#263)

Merged pull requests:

  • Adds documentation example for convex_hull usage (#262) (@Hugo-Trentesaux)
  • CompatHelper: bump compat for "GeometryBasics" to "0.4" (#264) (@github-actions[bot])
  • Update Documenter to v0.27 (#265) (@blegat)
  • delete unused files (#266) (@chachaleo)
  • implement sethrep for interval (#267) (@chachaleo)
  • Replace align* with aligned for LaTeX display (#268) (@gdalle)
  • Replace align* with aligned for LaTeX display (#269) (@gdalle)
  • Automate list of examples in doc (#272) (@blegat)
  • Fix decompose for StaticArrays-based rep (#273) (@blegat)
  • Implement 2D decomposition with GeometryBasics (#274) (@blegat)

v0.6.16

19 Jun 15:30
31d5996
Compare
Choose a tag to compare

Polyhedra v0.6.16

Diff since v0.6.15

Merged pull requests:

  • Don't remove redundancy twice for planar V-rep (#261) (@blegat)

v0.6.15

30 May 15:41
3342c44
Compare
Choose a tag to compare

Polyhedra v0.6.15

Diff since v0.6.14

Closed issues:

  • Incorrect planar_hull (#253)

Merged pull requests:

  • Fix variable name in error message (#252) (@schillic)
  • More robust planarhull for colinear points (#254) (@blegat)
  • Replace _promote_type by MutableArithmetics promotion (#255) (@blegat)

v0.6.14

21 Apr 11:45
Compare
Choose a tag to compare

Polyhedra v0.6.14

Diff since v0.6.13

Merged pull requests:

v0.6.13

03 Feb 15:27
Compare
Choose a tag to compare

Polyhedra v0.6.13

Diff since v0.6.12

Closed issues:

  • default library runs forever (or segfaults) in simple examples (#150)

Merged pull requests:

  • Efficient implementation of double description (#195) (@blegat)
  • Implement inplace convexhull! for vector representation (#238) (@blegat)
  • Bridge polyhedral constraint in LPHRep (#240) (@blegat)

v0.6.12

30 Dec 11:45
Compare
Choose a tag to compare

Polyhedra v0.6.12

Diff since v0.6.11

Merged pull requests:

v0.6.11

16 Dec 15:57
Compare
Choose a tag to compare

Polyhedra v0.6.11

Diff since v0.6.10

Merged pull requests:

v0.6.10

30 Nov 10:28
b59a9f6
Compare
Choose a tag to compare

Polyhedra v0.6.10

Diff since v0.6.9

Closed issues:

  • dim(p) == fulldim(p), but volume(p) gives rank error (#224)

Merged pull requests:

  • Do not output invalid simplices from triangulation (#228) (@bzinberg)
  • CompatHelper: bump compat for "StaticArrays" to "1.0" (#234) (@github-actions[bot])