Releases: JuliaGeometry/Meshes.jl
Releases Β· JuliaGeometry/Meshes.jl
v0.47.9
Meshes v0.47.9
Merged pull requests:
- Fix
TransformedGrid
alias (#975) (@eliascarv) - Make
DehnTriangulation
type-stable (#976) (@eliascarv)
v0.47.8
Meshes v0.47.8
Merged pull requests:
- escape underscore in docstring link (#972) (@disberd)
- TransformedMesh: Handle transforms that change the Manifold and/or CRS (#973) (@eliascarv)
v0.47.7
Meshes v0.47.7
Merged pull requests:
v0.47.6
v0.47.5
v0.47.4
Meshes v0.47.4
Merged pull requests:
- Allow custom atols using scoped values (#962) (@JoshuaLampert)
- Update mention of ExactPredicates.jl to also mention AdaptivePredicates.jl (#963) (@DanielVandH)
v0.47.3
Meshes v0.47.3
Merged pull requests:
- Add
Repair{11}
andRepair{12}
(#959) (@eliascarv) - Refactor PolyArea constructor (#960) (@juliohm)
- Add
Repair
fallbacks (#961) (@eliascarv)
Closed issues:
- Review
PolyArea
constructor (#958)
v0.47.2
Meshes v0.47.2
v0.47.1
Meshes v0.47.1
Merged pull requests:
- Bridge hotfix (#955) (@juliohm)
applycoord
hotfix (#956) (@eliascarv)
v0.47.0
Meshes v0.47.0
Merged pull requests:
- Docs admonitions for wrapping DelaunayTriangulation.jl (#936) (@DanielVandH)
- Preserve the CRS with the
withcrs
function (#938) (@eliascarv) - Add CRS testset (#939) (@eliascarv)
- Refactor the implementation of the
rand
function (#941) (@eliascarv) - Remove
Dim
from types (#942) (@eliascarv) - Add support for non-Euclidean manifolds (#947) (@juliohm)
- Remove
Dim
fromgetindex
ofTransformedGrid
(#949) (@eliascarv) - Implement partial order (#951) (@juliohm)
Closed issues:
- Parametrize on the metric space (#116)
- Frustums with polygonal bases (#592)
- Add
refine
method based on Delaunay vertex insertion (#877) - Review type parameter
Dim
inGeometry
andDomain
types (#929) - Review
orientation
in 3D (#943) - Fix MacOS time error on GitHub Actions (#944)
- Review
TP
parameter inMesh
(#945)