Releases: JuliaGeometry/Meshes.jl
Releases ยท JuliaGeometry/Meshes.jl
v0.52.1
Meshes v0.52.1
Merged pull requests:
- Add
MinDistanceSampling
for 3D Ball (#1121) (@JoshuaLampert) - Implement indexable api for topology (#1122) (@juliohm)
v0.52.0
Meshes v0.52.0
Merged pull requests:
- Use
MaxLengthDiscretization
to visualize geometries with globe manifold (#1109) (@eliascarv) - Rename
ManualDiscretization
toManualSimplexification
and add more methods (#1110) (@eliascarv) - Fix
Proj
methods & AddMaxLengthDiscretization
method forTransformedGeometry
(#1111) (@eliascarv) - Update the default discretization method of
TransformedGeometry
(#1113) (@eliascarv) - Update
pointify
andboundary
ofTransformedGeometry
(#1114) (@eliascarv) - Update
Affine
andScale
methods (#1115) (@eliascarv) - Viz on Globe: Only discretize boxes and chains for now (#1116) (@eliascarv)
- Add
boundary
option toProj
andMorphological
tranforms (#1117) (@eliascarv) - Remove
boundary
option in favor of usingTransformedGeometry
explicitly (#1119) (@eliascarv)
v0.51.22
v0.51.21
Meshes v0.51.21
Merged pull requests:
- Add
Morphological
transform (#1100) (@JoshuaLampert) - Refactor
Shadow
implementation (#1105) (@eliascarv)
v0.51.20
Meshes v0.51.20
Merged pull requests:
- Add
ParametrizedCurve
(#1093) (@JoshuaLampert) - Proj: Avoid constructing a new geometry or domain when the CRS is the same (#1104) (@eliascarv)
Closed issues:
- Optimize
Proj
ofGeometry
andDomain
when the CRS is the same (#1103)
v0.51.19
Meshes v0.51.19
Merged pull requests:
- Use raw coordinates in Neighbor Search Methods (#1102) (@eliascarv)
v0.51.18
Meshes v0.51.18
Merged pull requests:
- Fibonacci Sampling Method (#1092) (@davibarreira)
- Update parameterization implementation of
Ball
andSphere
(#1097) (@eliascarv) - Update parameterization implementation of
Cylinder
andCylinderSurface
& Simplification ofSphere
parameterization (#1098) (@eliascarv)
Closed issues:
v0.51.17
v0.51.16
Meshes v0.51.16
Merged pull requests:
- Fix parameterization of
Segement
with ellipsoid manifold (#1089) (@eliascarv) - Add
coordsum
andcoordmean
helper functions (#1091) (@eliascarv)
v0.51.15
Meshes v0.51.15
Merged pull requests:
- Viz boxes with globe manifold using
MaxLengthDiscretization
(#1087) (@eliascarv) - Viz: Update connectivity reversion heuristic (#1088) (@eliascarv)
Closed issues:
- Review viz of Primitive (#1086)