Skip to content

Latest commit

 

History

History
59 lines (42 loc) · 1.74 KB

CHANGELOG.md

File metadata and controls

59 lines (42 loc) · 1.74 KB

SatelliteToolboxTle.jl Changelog

Version 1.0.6

  • Enhancement Minor source-code improvements.

Version 1.0.5

  • Enhancement Documentation update.

Version 1.0.4

  • Enhancement SnoopPrecompile.jl was replaced by PrecompileTools.jl.

Version 1.0.3

  • Enhancement The TLE printing system was improved. Notice that the screen output format has changed, but we do not consider those as breaking changes.

Version 1.0.2

  • Enhancement We added precompilation statements to improve performance.
  • Enhancement The code was refactored to follow BlueStyle, and line-width was increase to 92, leading to a better source-code organization.

Version 1.0.1

  • Bugfix Minor documentation fix.

Version 1.0.0

  • BREAKING The function get_epoch was renamed to get_tle_epoch.
  • Feature We now have support to fetch TLEs from on-line sources. Currently, only CelesTrak is supported by default.

Version 0.1.0

  • Initial version.
    • This version was based on the submodule in SatelliteToolbox.jl. However, many API changes were implemented.