Releases: JuliaSpace/SatelliteToolboxBase.jl
Releases · JuliaSpace/SatelliteToolboxBase.jl
v1.1.0
SatelliteToolboxBase v1.1.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)
v1.0.0
SatelliteToolboxBase v1.0.0
- We dropped support for Julia 1.6. This version only supports the current Julia version and v1.10 (LTS).
- This version does not have breaking changes. We bump the version to 1.0.0 because we now consider the API stable.
Closed issues:
- Is OrbitStateVector defined in ECI or ECEF reference frame? (#5)
v0.3.2
SatelliteToolboxBase v0.3.2
- We added some helpers to assist multi-threaded execution of the functions in the SatelliteToolbox.jl ecosystem.
v0.3.1
v0.3.0
SatelliteToolboxBase v0.3.0
v0.2.5
SatelliteToolboxBase v0.2.5
Merged pull requests: