Skip to content

Releases: JuliaGeo/Geodesy.jl

v1.1.0

23 Apr 19:15
ea89460
Compare
Choose a tag to compare

Geodesy v1.1.0

Diff since v1.0.1

Closed issues:

  • Transverse Mercator comment / code inconsistency (#66)

Merged pull requests:

v1.0.1

30 Dec 03:14
Compare
Choose a tag to compare

Geodesy v1.0.1

Diff since v1.0.0

Closed issues:

  • Converting LLA to UPS returns NaN coordinates for the poles (#57)
  • LLAfromUTMZ does not take Float64 as specified (#62)

Merged pull requests:

  • MassInstallAction: Install the TagBot workflow on this repository (#63) (@visr)
  • promote x,y,z in UTMZ to avoid StackOverflowError (#64) (@visr)
  • Fix UPS conversions for exact south/north poles (#65) (@c42f)

v1.0.0

28 Nov 10:41
Compare
Choose a tag to compare

Geodesy v1.0.0

Diff since v0.5.0

Closed issues:

  • StackOverflowError when being used with EarthOrientation.jl (#43)
  • LatLon(missing, missing) triggers a stack overflow error (#47)
  • Incorrect conversion from ECEF to LLA with small radii and WGS84-type flattening (#50)

Merged pull requests:

  • Migrate to Julia 0.7 and 1.0 compatibility (#44) (@garborg)
  • Fix deprecations (#45) (@femtocleaner[bot])
  • prevent StackOverflowError in LatLon constructor (#48) (@visr)
  • Fix UndefVar in (::LLAfromECEF) and document ECEF->LLA conversion convention (#51) (@anowacki)
  • add a Project.toml (#54) (@visr)
  • Install TagBot as a GitHub Action (#55) (@JuliaTagBot)
  • Modernize CI to github actions (#58) (@c42f)
  • Rename distance -> euclidean_distance (#60) (@c42f)

Geodesy v0.5.0

22 Aug 14:51
e4bac3b
Compare
Choose a tag to compare

0.7/1.0 compatibility and CI

Geodesy v0.4.0

14 Nov 02:50
Compare
Choose a tag to compare
Fix deprecations (#36)

* Fix deprecations

* Remove Compat, no CI on julia v0.5

Geodesy v0.3.1

04 Jul 02:18
Compare
Choose a tag to compare
* Tweaks for julia 0.6 support
* Fixes for upstream StaticArrays
* Fixes for promotion in constructors for points

Geodesy v0.0.1

08 Mar 23:11
Compare
Choose a tag to compare
Add minimum supported Julia version