Skip to content

Releases: MakieOrg/GeoMakie.jl

v0.7.1

14 Jun 15:05
b7c0fdd
Compare
Choose a tag to compare

GeoMakie v0.7.1

Diff since v0.7.0

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:

Closed issues:

  • Reminder: use GFT.convert for unknown CRS (#225)
  • UndefVarError: Float32Convert not defined (#241)

v0.7.0

12 Jun 03:05
6b24969
Compare
Choose a tag to compare

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 GeometryBasics@0.4.11 (#226)
  • Plot limits do not set automatically when -Inf values are present (#238)

v0.6.5

18 May 06:33
681fca7
Compare
Choose a tag to compare

GeoMakie v0.6.5

Diff since v0.6.4

Merged pull requests:

  • code to allow/fix coastlines with shifted reference longitude (#128) (@gaelforget)

v0.6.4

16 May 02:43
082b799
Compare
Choose a tag to compare

GeoMakie v0.6.4

Diff since v0.6.3

Merged pull requests:

Closed issues:

  • GeoMakie.jl warnings during tests leading to precompilation failure (#217)

v0.6.3

13 May 13:26
d10a286
Compare
Choose a tag to compare

GeoMakie v0.6.3

Diff since v0.6.2

Merged pull requests:

Closed issues:

  • UTM Projections (#214)

v0.6.2

25 Feb 14:36
3ba2244
Compare
Choose a tag to compare

GeoMakie v0.6.2

Diff since v0.6.1

Merged pull requests:

Closed issues:

  • wrong coordinate transformation ? German lakes (#168)
  • Figures with CairoMakie use meshes, resulting in excessively large file sizes (#181)

v0.6.1

06 Feb 11:54
Compare
Choose a tag to compare

GeoMakie v0.6.1

Diff since v0.6.0

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:

  • Zoom by left-click and drag not working (#187)
  • Introduction of a bug for limits! in GeoMakie v0.6.0 (#191)
  • events function no longer work for GeoAxis (#198)

v0.6.0

04 Jan 23:53
Compare
Choose a tag to compare

GeoMakie v0.6.0

Diff since v0.5.1

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:

  • issue when mapping data with surface! and missing data (#133)
  • fig doesn't display in Pluto notebook (#175)

v0.5.1

06 Jul 19:52
Compare
Choose a tag to compare

GeoMakie v0.5.1

Diff since v0.5.0

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:

v0.5.0

06 Dec 10:48
b260f1e
Compare
Choose a tag to compare

GeoMakie v0.5.0

Diff since v0.4.6

Merged pull requests:

  • Up compat to support Makie 0.19 and associated fixes (#142) (@haakon-e)