Releases: JuliaGeometry/Meshes.jl
Releases ยท JuliaGeometry/Meshes.jl
v0.51.7
Meshes v0.51.7
Merged pull requests:
- Search methods: handle different units (#1064) (@eliascarv)
Closed issues:
- Search methods with different units (#1063)
v0.51.6
Meshes v0.51.6
Merged pull requests:
GeometrySet
: handle heterogeneousCRS
(#1058) (@eliascarv)
Closed issues:
v0.51.5
Meshes v0.51.5
Merged pull requests:
- Add support for custom CRS in
RectilinearGrid
(#1049) (@eliascarv) - Add support for custom CRS in
StructuredGrid
(#1051) (@eliascarv) - Update
RegularGrid
implementation (#1053) (@eliascarv) - Refactor viz of grids (#1055) (@eliascarv)
- Add
showsegments
support forvizgridfallback!
(#1056) (@eliascarv) - Add a heuristic to use uv coords in
vizgridfallback!
(#1057) (@eliascarv)
v0.51.4
v0.51.3
Meshes v0.51.3
Merged pull requests:
- CompatHelper: bump compat for Colorfy to 1, (keep existing compat) (#1048) (@github-actions[bot])
v0.51.2
v0.51.1
Meshes v0.51.1
v0.51.0
Meshes v0.51.0
Merged pull requests:
- Refactor domain indices (#1037) (@juliohm)
- Fix tests (#1038) (@eliascarv)
- Add
Crop
methods forCartesianGrid
andRectilinearGrid
(#1039) (@eliascarv) Crop
: Add support for latlon (#1040) (@eliascarv)- Add
Crop
method forGrid
(#1041) (@eliascarv) - Rename Crop --> Slice (#1042) (@juliohm)
- Add support for
LatLon
inboundingbox
(#1043) (@eliascarv) - Fix
cartesianrange
ofGrid
(#1044) (@eliascarv)
v0.50.4
Meshes v0.50.4
Merged pull requests:
- Refactor viewing.jl (#1035) (@juliohm)
- Fix boundary of
Box
(#1036) (@eliascarv)
v0.50.3
Meshes v0.50.3
Merged pull requests:
- Improve Rotate docs (#1031) (@juliohm)
- Implement promote for Points & Handle -180ยฐ == 180ยฐ in latlon coordinates (#1032) (@eliascarv)
Closed issues:
- Longitude wrapping breaks
in
for polygons spanning negative and positive longitudes (#1027)