Skip to content

Latest commit

 

History

History
93 lines (69 loc) · 3.54 KB

CHANGELOG.md

File metadata and controls

93 lines (69 loc) · 3.54 KB

SatelliteToolboxTransformations.jl Changelog

Version 1.0.0

  • Info We dropped support for Julia 1.6. This version only supports the current Julia version and v1.10 (LTS).
  • Info This version does not have breaking changes. We bump the version to 1.0.0 because we now consider the API stable.

Version 0.1.9

  • Feature The functions to transform orbit state vectors sv_<>_to_<> can now be called without the parameters related to the epoch. In this case, the epoch of the state vector is used.
  • Feature The function to transform orbit representations orb_eci_to_eci can now be called without the parameters related to the epoch. In this case, the epoch of the orbit representation is used.
  • Enhancement The functions in this package are now compatible with automatic differentiation. (PRs #7, #8, #11)

Version 0.1.8

  • Bugfix We fixed the compat bound of the package Downloads so that we can still use SatelliteToolboxTransformations.jl in Julia 1.6.

Version 0.1.7

  • Enhancement Minor source-code updates.
  • Enhancement Documentation updates.

Version 0.1.6

  • Info We updated Interpolations.jl compat bounds to v0.15. Notice that v0.14 is still supported. (PR #4)

Version 0.1.5

  • Enhancement The package now supports the new format of the EOP files finals.all.csv and finals2000A.all.csv introduced in November 6, 2023. (PR #3)

Version 0.1.4

  • Enhancement We updated the dependency compatibility bounds.
  • Enhancement We forced specialization in the function sv_ecef_to_ecef, reducing the allocations due to compilation. (PR #2)

Version 0.1.3

  • Feature We added the functions ecef_to_geocentric and geocentric_to_ecef to convert between ECEF vectors and Geocentric coordinates.

Version 0.1.2

  • Bugfix We fixed a bug that was failing the task that builds the stable documentation.

Version 0.1.1

  • Info The functions related to orbit anomalies were transferred to SatelliteToolboxBase.jl. These functions are re-exported here. Hence, this modifications is note breaking from this package point of view.

Version 0.1.0

  • Initial version.
    • This version was based on the functions in SatelliteToolbox.jl.