From 57dfc535e9c7e6e043489733650c8eed94ac314e Mon Sep 17 00:00:00 2001 From: Ronan Arraes Jardim Chagas Date: Wed, 1 Jan 2025 17:15:48 -0300 Subject: [PATCH] :books: Update CHANGELOG.md --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 781b591..de005f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ SatelliteToolboxTransformations.jl Changelog ============================================ +Version 0.1.9 +------------- + +- ![Feature][badge-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][badge-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][badge-enhancement] The functions in this package are now compatible with + automatic differentiation. (PRs [#7][gh-pr-7], [#8][gh-pr-8], [#11][gh-pr-11]) + Version 0.1.8 ------------- @@ -68,3 +80,6 @@ Version 0.1.0 [gh-pr-2]: https://github.com/JuliaSpace/SatelliteToolboxTransformations.jl/pull/2 [gh-pr-3]: https://github.com/JuliaSpace/SatelliteToolboxTransformations.jl/pull/3 [gh-pr-4]: https://github.com/JuliaSpace/SatelliteToolboxTransformations.jl/pull/4 +[gh-pr-7]: https://github.com/JuliaSpace/SatelliteToolboxTransformations.jl/pull/7 +[gh-pr-8]: https://github.com/JuliaSpace/SatelliteToolboxTransformations.jl/pull/8 +[gh-pr-11]: https://github.com/JuliaSpace/SatelliteToolboxTransformations.jl/pull/11