Skip to content

Commit

Permalink
📚 Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ronisbr committed Jan 1, 2025
1 parent 7c0a81c commit 57dfc53
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
-------------

Expand Down Expand Up @@ -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

0 comments on commit 57dfc53

Please sign in to comment.