Releases: MakieOrg/GeoMakie.jl
Releases Β· MakieOrg/GeoMakie.jl
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 GeometryBasics@0.4.11 (#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)
v0.6.4
GeoMakie v0.6.4
Merged pull requests:
- Actually remove piracy (#227) (@asinghvi17)
Closed issues:
- GeoMakie.jl warnings during tests leading to precompilation failure (#217)
v0.6.3
GeoMakie v0.6.3
Merged pull requests:
- Bump julia-actions/setup-julia from 1 to 2 (#212) (@dependabot[bot])
- Bump version and GB compat (#218) (@asinghvi17)
Closed issues:
- UTM Projections (#214)
v0.6.2
GeoMakie v0.6.2
Merged pull requests:
- Add German lakes example (#200) (@asinghvi17)
- Formatting -> Format (#205) (@asinghvi17)
Closed issues:
v0.6.1
GeoMakie v0.6.1
Merged pull requests:
- Bump actions/upload-artifact from 3 to 4 (#185) (@dependabot[bot])
- Bump actions/download-artifact from 3 to 4 (#186) (@dependabot[bot])
- CompatHelper: bump compat for GeoJSON to 0.8, (keep existing compat) (#188) (@github-actions[bot])
- Bump styfle/cancel-workflow-action from 0.12.0 to 0.12.1 (#194) (@dependabot[bot])
- Minor documentation changes + fixes (#197) (@asinghvi17)
Closed issues:
v0.6.0
GeoMakie v0.6.0
Merged pull requests:
- block axis2 (#163) (@SimonDanisch)
- Bump actions/checkout from 3 to 4 (#177) (@dependabot[bot])
- Bump styfle/cancel-workflow-action from 0.11.0 to 0.12.0 (#178) (@dependabot[bot])
- CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) (#180) (@github-actions[bot])
Closed issues:
v0.5.1
GeoMakie v0.5.1
Closed issues:
- xyz tiles (#67)
- Some downgrades for several packages (β Rasters v0.4.1 β v0.2.2) (#124)
- bugs in
GeoMakie
xticklabel algorithm (#137) - Frame lines are cut off (#145)
- Higher resolution coastlines? (#159)
Merged pull requests:
- fix: xticklabelpad applied in wrong direction (#138) (@haakon-e)
- transformation typo (#140) (@haakon-e)
- Fix example rendering in
geoformat_ticklabels
docs (#151) (@navidcy) - enable dependabot for GitHub actions (#152) (@ranocha)
- Bump actions/checkout from 2 to 3 (#153) (@dependabot[bot])
- Bump styfle/cancel-workflow-action from 0.6.0 to 0.11.0 (#154) (@dependabot[bot])
- Fix typo in README.md (#169) (@kdheepak)
- support GeoJSON 0.7 (#172) (@visr)
- bump patch version (#173) (@visr)
v0.5.0
GeoMakie v0.5.0
Merged pull requests: