Skip to content

v0.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jun 03:05
· 40 commits to master since this release
6b24969

GeoMakie v0.7.0

Diff since v0.6.5

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 and dest kwargs.
  • Official deprecation of datalims and datalims!
  • 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:

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 not GLMakie (#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 to nothing 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)