Releases: JuliaGeometry/Meshes.jl
Releases · JuliaGeometry/Meshes.jl
v0.55.1
Meshes v0.55.1
Merged pull requests:
- Fix units bug in
Diskparametrization function (#1255) (@mikeingold)
Closed issues:
- A Circle defined with mixed units can parametrize incorrectly (#1254)
v0.55.0
Meshes v0.55.0
Breaking changes
Require Julia v1.10
Merged pull requests:
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)forTequal toFloat64orFloat32. 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: