Skip to content

v0.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Jan 13:52
8cc15a7

GeoArrays v0.7.0

Diff since v0.6.0

Closed issues:

  • KeyError: key Int64 not found on Int Array type (#42)
  • Plot example doesn't work in Julia 1.6.4 (#83)
  • Plots example from README is broken. coords method conflict (#86)

Merged pull requests:

  • CompatHelper: bump compat for GeoStatsBase to 0.23, (keep existing compat) (#82) (@github-actions[bot])
  • Renamed coord variable to c to enable plotting (#84) (@maarten-keijzer)
  • Set struct in concrete. (#85) (@evetion)
  • Make fields concrete without parametrization. (#87) (@evetion)
  • Fix plot() example by qualifying module for coords. (#88) (@evetion)