Releases: JuliaGeometry/Meshes.jl
Releases · JuliaGeometry/Meshes.jl
v0.46.3
Meshes v0.46.3
Merged pull requests:
- Export the
crs
function (#925) (@eliascarv)
Closed issues:
- Allow
Polytope
andMesh
construction with vectors ofCRS
(#924)
v0.46.2
Meshes v0.46.2
Merged pull requests:
v0.46.1
Meshes v0.46.1
Merged pull requests:
- Add support for mixed units in
CartesianGrid
constructor (#922) (@eliascarv) - Allow intersection of boxes with different units (#923) (@eliascarv)
Closed issues:
v0.46.0
Meshes v0.46.0
Merged pull requests:
- Update to CoordRefSystems.jl v0.8 & Refactor tesselation (#908) (@eliascarv)
- Fix
point in polyarea
(#909) (@eliascarv) - Update to CoordRefSystems.jl v0.9 (#911) (@eliascarv)
- Add
FlatCoords
transform (#912) (@eliascarv) - Add
Overlaps
transform (#915) (@eliascarv) - update _winding for crs to reduce allocations (#916) (@disberd)
Closed issues:
v0.45.2
Meshes v0.45.2
v0.45.1
Meshes v0.45.1
Merged pull requests:
- Export and document inverse function for transforms (#838) (@cserteGT3)
- Define
==
andisapprox
for all geometries (#901) (@eliascarv) - Refactor inner constructors (#902) (@eliascarv)
- Fix
VoronoiTesselation
implementation (#905) (@eliascarv)
Closed issues:
- Add
==
andisapprox
methods for allGeometry
subtypes (#892)
v0.45.0
Meshes v0.45.0
Merged pull requests:
- Add
Proj
transform (#874) (@eliascarv) - Add missing methods and tests for
RectilinearGrid
andStructuredGrid
in Coordinate Transforms (#875) (@eliascarv) - Add support for EPSG/ESRI codes in
Proj
transform (#876) (@eliascarv) - Add
LengthUnit
transform (#880) (@eliascarv) - Fix
BezierCurve
test (#882) (@eliascarv) - Fix
householderbasis
(#883) (@eliascarv) - Add
Shadow
transform (#885) (@eliascarv) - Scale: Add a special case for some Primitives (#889) (@eliascarv)
- Fix the implementation of the
LengthUnit
transform (#894) (@eliascarv) - Shadow: Add more special cases (#896) (@eliascarv)
Closed issues:
- Generating meshes from point clouds (#18)
- intersection(::Ray, ::Mesh) broken (#290)
- Add discretize method for Cylinder volume (#619)
- Accept tuples of parametric coordinates besides splatting (#813)
- Methods for uconvert (#879)
- Fix speed test on MacOS (#881)
- Add
Shadow
transform to project onto lower-dimensional spaces (#884) Scale
andLengthUnit
transforms on geometries (#888)- Specialize
center
andcentroid
forParaboloidSurface
(#891) - Fix corner cases in
Shadow
and add to docs (#893)
v0.44.0
Meshes v0.44.0
Merged pull requests:
- Fix the implementation of the
Haversine
distance (#860) (@eliascarv) - Add support for using custom
Datum
inRectilinearGrid
andStructuredGrid
(#861) (@eliascarv) - Add
CRS
toGeometry
type (#862) (@eliascarv) - Add
CRS
toDomain
type (#863) (@eliascarv) - Fix
SubCartesianGrid
alias (#865) (@eliascarv) - Add
crs
function (#866) (@eliascarv) - Propagate the
Datum
in the code (#869) (@eliascarv) - Fix
Cone
/ConeSurface
constructor (#870) (@eliascarv) - Update to Makie.jl v0.21 (#871) (@eliascarv)
Closed issues:
v0.43.5
Meshes v0.43.5
Merged pull requests:
- Add tests for point conversion (#856) (@eliascarv)
- Refactor
MetricBall
struct (#857) (@eliascarv) - Refactor the implementation of the
evaluate
function (#858) (@eliascarv) - Remove unnecessary code in viz (#859) (@eliascarv)