Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.51 KB

CHANGELOG.md

File metadata and controls

47 lines (33 loc) · 1.51 KB

SatelliteToolboxGravityModels.jl Changelog

Version 0.1.5

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

Version 0.1.4

  • Enhancement We now truly export AbstractGravityModel.

Version 0.1.3

  • Enhancement We exported AbstractGravityModel.
  • Enhancement The function GravityModels.coefficients can be called without the parameter time. In this case, J2000.0 epoch will be used.

Version 0.1.2

  • Enhancement We updated the dependency compatibility bounds.

Version 0.1.1

  • Bugfix In the previous version, we were accessing undefined memory regions when compute the gravitational field derivative if the maximum order is lower than maximum degree. We always need to compute P with one order higher than dP in those cases.

Version 0.1.0

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