Releases: JuliaGeo/Geodesy.jl
Releases · JuliaGeo/Geodesy.jl
v1.1.0
Geodesy v1.1.0
Closed issues:
- Transverse Mercator comment / code inconsistency (#66)
Merged pull requests:
v1.0.1
v1.0.0
Geodesy v1.0.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
0.7/1.0 compatibility and CI
Geodesy v0.4.0
Fix deprecations (#36) * Fix deprecations * Remove Compat, no CI on julia v0.5
Geodesy v0.3.1
* Tweaks for julia 0.6 support * Fixes for upstream StaticArrays * Fixes for promotion in constructors for points
Geodesy v0.0.1
Add minimum supported Julia version