Releases: JuliaGeometry/Meshes.jl
Releases ยท JuliaGeometry/Meshes.jl
v0.40.11
Meshes v0.40.11
v0.40.10
Meshes v0.40.10
Merged pull requests:
- Fix viz of
GeometrySet
with geometries of different ranks (#787) (@eliascarv) - Refactor
GeometrySet
by splittinggeoms
into vectors of the same type (#788) (@eliascarv)
Closed issues:
viz
of heterogeneousGeometrySet
failing (#786)
v0.40.9
Meshes v0.40.9
Merged pull requests:
- Implement inverse projection for
Mercator
(#778) (@eliascarv) - Add
AuthalicLatLon
(#782) (@eliascarv) - Implement inverse projection for
EqualAreaCylindrical
(#783) (@eliascarv) - Remove CRS (#785) (@eliascarv)
v0.40.8
Meshes v0.40.8
v0.40.7
Meshes v0.40.7
Merged pull requests:
- Create Simplex data type. (#744) (@RomeoV)
- Add
GallPeters
projection (#761) (@eliascarv) - Add
Orthographic
projection (#762) (@eliascarv) - Refactor
Vec
constructors (#763) (@eliascarv) - Refactor CRS interface (#765) (@eliascarv)
- Refactor CRS show & Adjust exports (#769) (@eliascarv)
- Add
GeocentricLatLon
(#772) (@eliascarv) - Add
Affine
to docs (#773) (@eliascarv) - Add
convert
forGeometrySet
(#774) (@eliascarv) - Allow
MultiGridPath
withSubGrid
(#775) (@eliascarv) - Refactor
Ngon
constructors to not allow instances with N<3 (#777) (@eliascarv)
Closed issues:
v0.40.6
Meshes v0.40.6
Merged pull requests:
- Use the
sinc
function inWinkelTripel
formula (#759) (@eliascarv) - Specialize
eltype
forSubDomain
(#760) (@eliascarv)
v0.40.5
Meshes v0.40.5
Merged pull requests:
- Bump peter-evans/create-pull-request from 5 to 6 (#729) (@dependabot[bot])
- Bump codecov/codecov-action from 3 to 4 (#730) (@dependabot[bot])
- Refactor GIS Coordinates using interal EPSG type (#731) (@eliascarv)
- Add GIS Conversions (#732) (@eliascarv)
- Convert length quantities to meters in [Web]Mercator constructor (#733) (@eliascarv)
- Add convert fallback for EPSG types (#735) (@eliascarv)
- Refactor the
isapprox
andshow
methods of theCoordinates
(#736) (@eliascarv) - Small optimization in
isapprox(coords1, coords2)
(#739) (@eliascarv) - Add PlateCaree coordinates (#740) (@eliascarv)
- Refactor Coordinates file structure (#741) (@eliascarv)
- Refactor coordinates (#743) (@eliascarv)
- Use
tcollect
inapplycoord
(#745) (@eliascarv) - Some more file structure adjustments (#750) (@eliascarv)
- Add EquidistantCylindrical projection (#751) (@eliascarv)
- Add
WinkelTripel
projection (#752) (@eliascarv) - Add
EqualAreaCylindrical
projections (#753) (@eliascarv) - Implement
WinkelTripel
with WGS84 (ESRI:54042) instead of unkown datum (ESRI:53042) (#754) (@eliascarv) - Add
Robinson
projection (#755) (@eliascarv)
Closed issues:
v0.40.4
Meshes v0.40.4
Merged pull requests:
- Coordinate types (#717) (@eliascarv)
- Update
LatLon
/LatLonAlt
docstring (#726) (@eliascarv) - Fix viz of
Mesh{Dim,Float32}
with paramdim = 1 (#727) (@eliascarv)
Closed issues:
v0.40.3
Meshes v0.40.3
Merged pull requests:
- generalize center(::Segment) (#718) (@kylebeggs)
Closed issues:
- allowing
center(::Segment{Dim,T})
whenT
is not<:Real
such as aUnitful.Quantity
(#702)