Releases: MakieOrg/GeoMakie.jl
Releases Β· MakieOrg/GeoMakie.jl
v0.7.11
GeoMakie v0.7.11
Merged pull requests:
- [WIP] Globe axis (#278) (@asinghvi17)
- Fix the rectangle zoom interaction (#310) (@asinghvi17)
- Bump version (#313) (@asinghvi17)
Closed issues:
- Plotting on the sphere, Collection of issues (#272)
- How to make histogram with certain projection? (#302)
- Different central longitude example does not work. (#304)
- Get the central longitude from any transformation / projection (#306)
InexactError: trunc(Int64, NaN)
when interacting with GLMakie-plotted GeoAxis (#309)
v0.7.10
GeoMakie v0.7.10
Merged pull requests:
- Overload
Makie.transform_func
for geoaxis (#297) (@asinghvi17) - Fix GeoAxis size and protrusions (#298) (@asinghvi17)
- Bump version (#303) (@asinghvi17)
Closed issues:
v0.7.9
GeoMakie v0.7.9
Merged pull requests:
- add reset_limits kwarg, disambiguate some function calls (#294) (@asinghvi17)
v0.7.8
GeoMakie v0.7.8
Merged pull requests:
- Update GeometryOps compat and bump version (#287) (@asinghvi17)
v0.7.7
GeoMakie v0.7.7
v0.7.6
v0.7.5
GeoMakie v0.7.5
Merged pull requests:
- Add integrations to make
Legend(ga)
work (#275) (@asinghvi17) - Bump patch version (#276) (@asinghvi17)
v0.7.4
GeoMakie v0.7.4
Merged pull requests:
- import GeometryOps in GeoMakie (#264) (@asinghvi17)
- Ideally we now don't need the expandfirst to be specified manually (#265) (@asinghvi17)
- Get meshimage working with tuple npoints (#267) (@asinghvi17)
Closed issues:
- Add the 2D to 3D and 3D (lonlatalt) Geodesy transformations (#162)
v0.7.3
GeoMakie v0.7.3
Merged pull requests:
- improvements and example for linesplitting (#228) (@gaelforget)
- fix precompile by removing src attr from plot constructor (#245) (@SimonDanisch)
- Meshimage improvements (#253) (@asinghvi17)
- Gallery improvements (#257) (@asinghvi17)
- switch to OhMyCards.jl (unregistered for now) (#261) (@asinghvi17)
Closed issues:
- remove eval in init (#243)
v0.7.2
GeoMakie v0.7.2
This patch release updates and fixes the meshimage
recipe, so that it forwards all color related attributes to the internal mesh plot. npoints
can now be provided as a 2-tuple in case you want different resolution on each axis.
Merged pull requests:
- Add an example of how to use Healpix.jl with GeoMakie. (#246) (@asinghvi17)
- Update the meshimage recipe to the new syntax (#249) (@asinghvi17)