We dropped support for Julia 1.6. This version only supports the current Julia version and v1.10 (LTS).
The TLE printing system was improved. Notice that the screen output format has changed, but we do not consider those as breaking changes.
We added precompilation statements to improve performance.
The code was refactored to follow BlueStyle, and line-width was increase to 92, leading to a better source-code organization.
The function
get_epoch
was renamed toget_tle_epoch
.We now have support to fetch TLEs from on-line sources. Currently, only CelesTrak is supported by default.
- Initial version.
- This version was based on the submodule in SatelliteToolbox.jl. However, many API changes were implemented.