Releases: MakieOrg/GeoMakie.jl
Releases Β· MakieOrg/GeoMakie.jl
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)
v0.7.1
GeoMakie v0.7.1
This patch release adds a method to condense GeometryCollections into multipolygons via to_multipoly
, and disables precompilation in GeoMakie to allow it to be used as a dependency by other packages.
Merged pull requests:
- Implement the example gallery (#237) (@asinghvi17)
- Add to_multipoly for geometry collections (#240) (@asinghvi17)
Closed issues:
v0.7.0
GeoMakie v0.7.0
This is a breaking release of GeoMakie, with support for Makie v0.21.
- Switch from Float32 to Float64 precision, with resulting removal of the PROJ_RESCALE_FACTOR hack.
- Allow GeoFormatTypes.jl CRS specifiers in the
source
anddest
kwargs. - Official deprecation of
datalims
anddatalims!
- Updated the to_multipoly function to use GeoInterface traits, so that it's more universal.
- A lot of new examples for the docs!
Merged pull requests:
- [WIP] Improvements to GeoAxis and docs (#207) (@asinghvi17)
- lonlims and datalims were removed in #163 (#216) (@likev)
- add depwarns to datalims (#219) (@asinghvi17)
- Fix the docs build package woes (#230) (@asinghvi17)
- Add more examples + a basic metadata framework (#233) (@asinghvi17)
- Change version to v0.7.0 and release (#239) (@asinghvi17)
Closed issues:
- Projections! (#3)
- Tissot indicatrix (#5)
- Examples thread (#12)
- Template for GeoAxis (#92)
- keyword to remove N and S (#112)
- More efficient projections (#116)
- Observable to adjust colorbar height crashes with
GeoMakie
but notGLMakie
(#135) - too slow at plotting polygons (#144)
- {x,y}autolimits=false breaks example (#166)
- make grid invisible (#167)
- Use the proj C-API to avoid errors being thrown in Julia (#170)
- Resetting
strokecolor
tonothing
causes error (#174) - Plotting line segments / multiline object (#182)
- how to join geojson file and data like countries gdp (#189)
- Bug adding text to GridLayout introduced in v0.6 (#201)
- ax.finallimits[] not updated after calling limits!(ax, ...) (#202)
- High Latitude data over a range smaller than a hemisphere (#210)
- Problem with contour! in GeoMakie v0.6.2 (#213)
- Incompatibility with [email protected] (#226)
- Plot limits do not set automatically when
-Inf
values are present (#238)
v0.6.5
GeoMakie v0.6.5
Merged pull requests:
- code to allow/fix coastlines with shifted reference longitude (#128) (@gaelforget)