Releases: JuliaAstro/EarthOrientation.jl
Releases · JuliaAstro/EarthOrientation.jl
v0.7.3
EarthOrientation v0.7.3
Merged pull requests:
- Update Project.toml (#18) (@BrandonEscamilla)
- fix breaking bug caused by changes in CSV column format (#20) (@xzackli)
Closed issues:
- Downloaded files corruption in EarthOrientation (#19)
v0.7.1
EarthOrientation v0.7.1
v0.7.0
EarthOrientation v0.7.0
Merged pull requests:
v0.6.1
EarthOrientation v0.6.1
v0.6.0
EarthOrientation v0.6.0
Merged pull requests:
- Install TagBot as a GitHub Action (#13) (@JuliaTagBot)
v0.5.0
v0.5.0 (2020-01-15)
Closed issues:
v0.4.1
v0.4.0
- Improved interpolation: The package now uses a fully local interpolation algorithm (Akima) which improves the quality of the interpolation and is tested against the IERS-recommend interpolation algorithm
- Improved UT1-UTC interpolation: In addition to the changes mentioned above, UT1-UTC (getΔUT1) is now interpolated as UT1-TAI which avoid value jumps due to leap seconds
- Leap second handling
- If the requested date is out of range, values are not extrapolated anymore
- Major performance improvements