Skip to content

Releases: MakieOrg/GeoMakie.jl

v0.7.4

02 Sep 00:21
1b5b936
Compare
Choose a tag to compare

GeoMakie v0.7.4

Diff since v0.7.3

Merged pull requests:

Closed issues:

  • Add the 2D to 3D and 3D (lonlatalt) Geodesy transformations (#162)

v0.7.3

17 Jul 06:01
Compare
Choose a tag to compare

GeoMakie v0.7.3

Diff since v0.7.2

Merged pull requests:

Closed issues:

  • remove eval in init (#243)

v0.7.2

20 Jun 21:52
8dae48a
Compare
Choose a tag to compare

GeoMakie v0.7.2

Diff since v0.7.1

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:

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 [email protected] (#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)