Skip to content

v1.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 05 Oct 01:02

SatelliteToolboxBase v1.1.0

Diff since v1.0.0

  • The package now define a lower triangular storage type LowerTriangularMatrix. This object can be used to store data that fits in a lower triangular matrix, such as the Legendre coefficients of a spherical harmonics model. It supports both row-major and column-major storage order.

Closed issues:

  • Convert TLE to KeplerianElements (#6)