Skip to content

Releases: JuliaPolyhedra/Polyhedra.jl

v0.7.8

15 Feb 11:25
Compare
Choose a tag to compare

Polyhedra v0.7.8

Diff since v0.7.7

Merged pull requests:

Closed issues:

  • Non-redundant vertices removed (#333)

v0.7.7

09 Feb 09:22
Compare
Choose a tag to compare

Polyhedra v0.7.7

Diff since v0.7.6

Merged pull requests:

Closed issues:

  • Possible bug in volume (#285)
  • Functions are not defined (#287)
  • Issue with VScode debugger (#310)
  • removevredundancy causes glp_simplex when presolve is active (#315)
  • Assertion error in linear combination of rays (#317)

v0.7.6

14 Feb 07:40
5b0c5c2
Compare
Choose a tag to compare

Polyhedra v0.7.6

Diff since v0.7.5

Closed issues:

  • Check if a polyhedron in other polyhedron (#303)
  • eliminate creates duplicate HalfSpaces (#307)
  • Invalid plot / removevrredundancy with default solver (#311)
  • Makie Tutorial Out of Date (#316)

Merged pull requests:

v0.7.5

07 Apr 17:53
728c80a
Compare
Choose a tag to compare

Polyhedra v0.7.5

Diff since v0.7.4

Merged pull requests:

v0.7.4

04 Apr 20:56
8147600
Compare
Choose a tag to compare

Polyhedra v0.7.4

Diff since v0.7.3

Closed issues:

  • Missing method for sethrep! (caused by removevredundancy! with ztol) (#298)

Merged pull requests:

  • Fix Interval setvrep and speed up redundancy removal (#299) (@blegat)
  • Document reset[h|v]rep! and set[h|v]rep! (#300) (@blegat)

v0.7.3

28 Mar 13:53
77e8ccb
Compare
Choose a tag to compare

Polyhedra v0.7.3

Diff since v0.7.2

Merged pull requests:

v0.7.2

18 Mar 23:31
d399be3
Compare
Choose a tag to compare

Polyhedra v0.7.2

Diff since v0.7.1

Closed issues:

  • Slow evaluation of H-polyhedron (#216)
  • polyhedron(h) from docs causes infinite loop (#230)
  • First time evaluation of polyhedron is still extremely slow (#237)
  • Base.show() for Polyhedron instance issue (#250)
  • Error using cartesian_product (#294)

Merged pull requests:

  • Fix cartesian product mixing Vector and StaticVector (#295) (@blegat)

v0.7.1

03 Mar 13:36
11037cf
Compare
Choose a tag to compare

Polyhedra v0.7.1

Diff since v0.7.0

Merged pull requests:

  • CompatHelper: bump compat for GenericLinearAlgebra to 0.3, (keep existing compat) (#293) (@github-actions[bot])

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: