Releases: JuliaGeometry/Meshes.jl
Releases · JuliaGeometry/Meshes.jl
v0.54.6
Meshes v0.54.6
Merged pull requests:
- Bump actions/checkout from 4 to 5 (#1245) (@dependabot[bot])
- Tweaks to Ball parametrizations (#1246) (@mikeingold)
- Tweaks to ParaboloidSurface parametrization and methods (#1247) (@mikeingold)
- Tweaks in primitive geometries (#1248) (@juliohm)
v0.54.5
Meshes v0.54.5
v0.54.4
Meshes v0.54.4
Merged pull requests:
- Reorganize CI into conditional hierarchy (#1239) (@halleysfifthinc)
- Fix CI path filters (#1241) (@halleysfifthinc)
- Fixup CI triggers, take #2 (#1242) (@halleysfifthinc)
- Revert overly complex staged/hierarchical CI (#1243) (@halleysfifthinc)
- Refactor show for Multi geometries (#1244) (@juliohm)
Closed issues:
- Organize CI as dependent sequence (#1237)
v0.54.3
Meshes v0.54.3
Merged pull requests:
- Move error string creation behind function call to avoid allocations (#1238) (@halleysfifthinc)
v0.54.2
Meshes v0.54.2
Merged pull requests:
v0.54.1
v0.54.0
Meshes v0.54.0
Breaking changes
- Default tolerances for floating point comparison were changed to
eps(T)^(3//4)
forT
equal toFloat64
orFloat32
. This formula preserves roughly 3/4 of the significant digits of the floating point type, and is more consistent with the tolerances in CoordRefSystems.jl
Merged pull requests:
v0.53.30
v0.53.29
Meshes v0.53.29
Merged pull requests:
- Fix GJK implementation for 3D case (#1227) (@MachSilva)
Closed issues:
Box
-Triangle
intersection in 3D (#809)