Skip to content

Tags: chachaleo/Polyhedra.jl

Tags

v0.6.16

Toggle v0.6.16's commit message
[Diff since v0.6.15](JuliaPolyhedra/Polyhedra.jl@v0.6.15...v0.6.16)

**Merged pull requests:**
- Don't remove redundancy twice for planar V-rep (JuliaPolyhedra#261) (@blegat)

v0.6.15

Toggle v0.6.15's commit message
[Diff since v0.6.14](JuliaPolyhedra/Polyhedra.jl@v0.6.14...v0.6.15)

**Closed issues:**
- Incorrect planar_hull (JuliaPolyhedra#253)

**Merged pull requests:**
- Fix variable name in error message (JuliaPolyhedra#252) (@schillic)
- More robust planarhull for colinear points (JuliaPolyhedra#254) (@blegat)
- Replace _promote_type by MutableArithmetics promotion (JuliaPolyhedra#255) (@blegat)

v0.6.14

Toggle v0.6.14's commit message
[Diff since v0.6.13](JuliaPolyhedra/Polyhedra.jl@v0.6.13...v0.6.14)

**Merged pull requests:**
- Update Convex hull and intersection.jl (JuliaPolyhedra#241) (@mforets)
- Center of mass computation (JuliaPolyhedra#242) (@bzinberg)
- Use type T instead of Float64 for a modification (JuliaPolyhedra#244) (@blegat)
- Add fallback layer for isredundant (JuliaPolyhedra#247) (@blegat)
- Avoid zero division in decompose (JuliaPolyhedra#248) (@blegat)

v0.6.13

Toggle v0.6.13's commit message
[Diff since v0.6.12](JuliaPolyhedra/Polyhedra.jl@v0.6.12...v0.6.13)

**Closed issues:**
- default library runs forever (or segfaults) in simple examples (JuliaPolyhedra#150)

**Merged pull requests:**
- Efficient implementation of double description (JuliaPolyhedra#195) (@blegat)
- Implement inplace convexhull! for vector representation (JuliaPolyhedra#238) (@blegat)
- Bridge polyhedral constraint in LPHRep (JuliaPolyhedra#240) (@blegat)

v0.6.12

Toggle v0.6.12's commit message
[Diff since v0.6.11](JuliaPolyhedra/Polyhedra.jl@v0.6.11...v0.6.12)

**Merged pull requests:**
- Polar of polyhedron (JuliaPolyhedra#235) (@blegat)

v0.6.11

Toggle v0.6.11's commit message
[Diff since v0.6.10](JuliaPolyhedra/Polyhedra.jl@v0.6.10...v0.6.11)

**Merged pull requests:**
- Add polar operation (JuliaPolyhedra#219) (@blegat)
- Add maximum_radius_with_center (JuliaPolyhedra#232) (@blegat)
- Adds tests to `maximum_radius_with_center` (JuliaPolyhedra#233) (@ferrolho)

v0.6.10

Toggle v0.6.10's commit message
[Diff since v0.6.9](JuliaPolyhedra/Polyhedra.jl@v0.6.9...v0.6.10)

**Closed issues:**
- dim(p) == fulldim(p), but volume(p) gives rank error (JuliaPolyhedra#224)

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

v0.6.9

Toggle v0.6.9's commit message
[Diff since v0.6.8](JuliaPolyhedra/Polyhedra.jl@v0.6.8...v0.6.9)

**Closed issues:**
- Why no lines/rays? (JuliaPolyhedra#229)

v0.6.8

Toggle v0.6.8's commit message
## Polyhedra v0.6.8

[Diff since v0.6.7](JuliaPolyhedra/Polyhedra.jl@v0.6.7...v0.6.8)


**Closed issues:**
- MethodError with Makie's mesh (JuliaPolyhedra#215)
- no method matching `setobject!(::Visualizer, ::Polyhedra.Mesh)` (JuliaPolyhedra#222)

**Merged pull requests:**
- Switch to GeometryBasics (JuliaPolyhedra#212) (@blegat)
- Specialized planar convex hull (JuliaPolyhedra#223) (@blegat)
- Implement named dimensions (JuliaPolyhedra#225) (@blegat)
- Query primal/dual before modifying (JuliaPolyhedra#226) (@blegat)

v0.6.7

Toggle v0.6.7's commit message
## Polyhedra v0.6.7

[Diff since v0.6.6](JuliaPolyhedra/Polyhedra.jl@v0.6.6...v0.6.7)



**Merged pull requests:**
- Fix vectortype for SMatrix (JuliaPolyhedra#220) (@blegat)
- Add Balas extended formulation for convex hull of H-rep (JuliaPolyhedra#221) (@blegat)