Skip to content

Releases: JuliaSpace/SatelliteToolbox.jl

v0.3.1 - Bug fix release

20 Aug 16:28
Compare
Choose a tag to compare
  • Fix bug when using the function igrf12 for dates after 2020.
  • Add option shown_warns to suppress warning in IGRF.

v0.3.0 - Full support for Julia 0.7 and 1.0

09 Aug 02:29
Compare
Choose a tag to compare
  • Full support for Julia 0.7 and Julia 1.0.
    • The support for Julia <= 0.6 is dropped in this version. Hence, SatelliteToolbox.jl will not work with those versions anymore. If it is necessary to use Julia <= 0.6, then you must stick with SatelliteToolbox.jl <= 0.2.0.

v0.2.0

04 Jul 22:21
Compare
Choose a tag to compare

Version 0.2.0

  • New model:

    • NRLMSISE-00 Atmosphere Model.
  • Earth gravity model:

    • New algorithm to compute the gravity model.
    • Add EGM96, JGM2, and JGM3 to the package.
    • Remove the partial EGM2008 from the package.
    • Increase the performance of the function compute_U.
    • Increase the performance of the function compute_g.
    • Add tests.
  • Reference frame transformations:

    • Improvements in IAU76/FK5 conversion.
    • Add support for TEME reference frame.
    • Add more tests to increase the code coverage.
    • Add the function rECItoECI.
    • Add the function rECEFtoECEF.
  • Orbit functions:

    • Add more tests to increase the code coverage.
    • Add function change_oe_frame.
    • Add function to read TLE from strings.
    • Add macros @tle_str and @tlenc_str to parse a TLE from a string.
  • Orbit propagators:

    • General performance improvements in SGP4.
    • The epoch of all propagators are now assumed to be the Julian Day.
    • Add Deep Space computations to the SGP4.
    • Add the tests available in the literature that cover all SGP4/SDP4.

v0.1.1

17 May 18:35
Compare
Choose a tag to compare
  • Fix some deprecations warnings in julia v0.7.

  • Bug fixes:

    • Fix IGRF function igrf12 when date is between 1995 and 2000.
  • Tests:

    • Add tests related to IGRF functions.
    • Fix minor problem in IAU-76/FK5 tests.
    • Fix tests in julia v0.7.

v0.1.0

14 May 12:57
Compare
Choose a tag to compare
  • Initial version.
    • This version was based on the old package SatToolbox.jl v0.3.7 that
      was renamed to SatelliteToolbox to be submitted to julia METADATA
      repo.