Releases: JuliaGeometry/Meshes.jl
Releases ยท JuliaGeometry/Meshes.jl
v0.52.4
Meshes v0.52.4
Merged pull requests:
- Introducing iteration on vertices (#1133) (@ghyatzo)
- Bump codecov/codecov-action from 4 to 5 (#1134) (@dependabot[bot])
- Avoid allocations in
vertex
ofPolyArea
(#1135) (@eliascarv)
Closed issues:
v0.52.3
Meshes v0.52.3
Merged pull requests:
- Replace Base.OneTo(n) by 1:n for consistency (#1124) (@juliohm)
- Use
SVector
inPolytope
instead ofNTuple
(#1130) (@eliascarv) - Remove unnecessary uses of
collect
(#1132) (@eliascarv)
Closed issues:
- Eliminate allocations of
vertices
inMulti
geometries (#1127)
v0.52.2
Meshes v0.52.2
Merged pull requests:
- Use
TiledIteration.TileIterator
inRegularCoarsening
(#1123) (@eliascarv)
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: